Shades of Ochre #BD6D0C
Tints of Ochre #BD6D0C
RGB
CMYK
RGB Variations
Color information
#BD6D0C (or 0xBD6D0C) is known color: Ochre. HEX triplet: BD, 6D and 0C. RGB value is (189,109,12). Sum of RGB (Red+Green+Blue) = 189+109+12=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D0C is #4292F3. Grayscale: #7A7A7A. Windows color (decimal): -4362996 or 814525. OLE color: 814525.
HSL color Cylindrical-coordinate representation of color #BD6D0C: hue angle of 32.88º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD6D0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.26 |
| HSL | 32.88º | 0.88% | 0.39% | - |
| HSV(B) | 32.88º | 0.94% | 0.74% | - |
| XYZ | 26.52 | 21.78 | 3.15 | - |
| YUV | 121.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 12 | 0 | 0.42 | 0.94 | 0.26 | 32.88 | 0.88 | 0.39 |
| Hex | BD | 6D | C | 0 | 2A | 5E | 1A | 21 | 58 | 27 |
| Octal | 275 | 155 | 14 | 0 | 52 | 136 | 32 | 41 | 130 | 47 |
| Binary | 10111101 | 1101101 | 1100 | 0 | 101010 | 1011110 | 11010 | 100001 | 1011000 | 100111 |
Color Harmonies of #BD6D0C
Complementary color
Monochromatic Colors of #BD6D0C
Black with #BD6D0C
Text Example
Text Example
White with #BD6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D0C; }
p { color: rgb(189,109,12); }
H1.HeaderClassName
{
color: #BD6D0C;
}
.AnyTagClassName
{
color: #BD6D0C;
}
</style>
background-color css
<style>
a { background-color: #BD6D0C; }
a { background-color: rgb(189,109,12); }
div.DivClassName
{
background-color: #BD6D0C;
}
.BgClassName
{
background-color: #BD6D0C;
}
</style>
border-color css
<style>
span { border-color: #BD6D0C; }
span { border-color: rgb(189,109,12); }
td.TdClassName
{
border-color: #BD6D0C;
}
.TagClassName
{
border-color: #BD6D0C;
}
</style>