Color #BD460C

HEX

#BD460C

RGB

(189, 70, 12)

Quick Actions

Color Values

Color Space Values
RGB
R: 189, G: 70, B: 12 (74%, 27%, 5%)
CMYK C: 0%, M: 63%, Y: 94%, K: 26%
HSL H: 20°, S: 88%, L: 39%
HSV H: 20°, S: 94%, V: 74%
CIE-LAB L: 45.95, a: 45.64, b: 53.51
CIE-LCH L: 45.95, C: 70.33, H: 49.54
Hunter-Lab L: 39.03, a: 35.92, b: 23.62
Web Safe
#cc3300
Complementary
#0c82bd

#BD460C is a color with RGB values of 189 red, 70 green, and 12 blue (74%, 27%, 5% respectively). In the CMYK color space, it consists of 0% cyan, 63% magenta, 94% yellow, and 26% black. The color has a hue angle of 20°, 88% saturation, and 39% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc3300. The complementary color is #0c82bd, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #BD460C

Explore different variations of #BD460C including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #BD460C. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #BD460C

Explore different color combinations and harmonies that work well with #BD460C.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BD460C

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #BD460C

Text with #BD460C

This text has a font color of #BD460C.

<span style="color:#BD460C;">Text here</span>
.text { color: #BD460C; }

#BD460C background color

This paragraph has a background color of #BD460C.

<p style="background-color:#BD460C;">Content here</p>
.background { background-color: #BD460C; }

#BD460C border color

This element has a border color of #BD460C.
<div style="border:1px solid #BD460C;">Content here</div>
.border { border: 1px solid #BD460C; }

#BD460C box shadow

This element has a box shadow using #BD460C.
<div style="box-shadow: 0 4px 6px -1px #BD460C80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #BD460C80; }
Copied to clipboard!