Shades of Ochre #BD6B0C
Tints of Ochre #BD6B0C
RGB
CMYK
RGB Variations
Color information
#BD6B0C (or 0xBD6B0C) is known color: Ochre. HEX triplet: BD, 6B and 0C. RGB value is (189,107,12). Sum of RGB (Red+Green+Blue) = 189+107+12=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6B0C is #4294F3. Grayscale: #797979. Windows color (decimal): -4363508 or 814013. OLE color: 814013.
HSL color Cylindrical-coordinate representation of color #BD6B0C: hue angle of 32.2º 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 #BD6B0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.26 |
| HSL | 32.2º | 0.88% | 0.39% | - |
| HSV(B) | 32.2º | 0.94% | 0.74% | - |
| XYZ | 26.31 | 21.36 | 3.08 | - |
| YUV | 120.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 12 | 0 | 0.43 | 0.94 | 0.26 | 32.2 | 0.88 | 0.39 |
| Hex | BD | 6B | C | 0 | 2B | 5E | 1A | 20 | 58 | 27 |
| Octal | 275 | 153 | 14 | 0 | 53 | 136 | 32 | 40 | 130 | 47 |
| Binary | 10111101 | 1101011 | 1100 | 0 | 101011 | 1011110 | 11010 | 100000 | 1011000 | 100111 |
Color Harmonies of #BD6B0C
Complementary color
Monochromatic Colors of #BD6B0C
Black with #BD6B0C
Text Example
Text Example
White with #BD6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B0C; }
p { color: rgb(189,107,12); }
H1.HeaderClassName
{
color: #BD6B0C;
}
.AnyTagClassName
{
color: #BD6B0C;
}
</style>
background-color css
<style>
a { background-color: #BD6B0C; }
a { background-color: rgb(189,107,12); }
div.DivClassName
{
background-color: #BD6B0C;
}
.BgClassName
{
background-color: #BD6B0C;
}
</style>
border-color css
<style>
span { border-color: #BD6B0C; }
span { border-color: rgb(189,107,12); }
td.TdClassName
{
border-color: #BD6B0C;
}
.TagClassName
{
border-color: #BD6B0C;
}
</style>