Shades of Ochre #BD6B12
Tints of Ochre #BD6B12
RGB
CMYK
RGB Variations
Color information
#BD6B12 (or 0xBD6B12) is known color: Ochre. HEX triplet: BD, 6B and 12. RGB value is (189,107,18). Sum of RGB (Red+Green+Blue) = 189+107+18=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6B12 is #4294ED. Grayscale: #797979. Windows color (decimal): -4363502 or 1207229. OLE color: 1207229.
HSL color Cylindrical-coordinate representation of color #BD6B12: hue angle of 31.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD6B12 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 18 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.26 |
| HSL | 31.23º | 0.83% | 0.41% | - |
| HSV(B) | 31.23º | 0.9% | 0.74% | - |
| XYZ | 26.35 | 21.38 | 3.31 | - |
| YUV | 121.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 18 | 0 | 0.43 | 0.90 | 0.26 | 31.23 | 0.83 | 0.41 |
| Hex | BD | 6B | 12 | 0 | 2B | 5A | 1A | 1F | 53 | 29 |
| Octal | 275 | 153 | 22 | 0 | 53 | 132 | 32 | 37 | 123 | 51 |
| Binary | 10111101 | 1101011 | 10010 | 0 | 101011 | 1011010 | 11010 | 11111 | 1010011 | 101001 |
Color Harmonies of #BD6B12
Complementary color
Monochromatic Colors of #BD6B12
Black with #BD6B12
Text Example
Text Example
White with #BD6B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B12; }
p { color: rgb(189,107,18); }
H1.HeaderClassName
{
color: #BD6B12;
}
.AnyTagClassName
{
color: #BD6B12;
}
</style>
background-color css
<style>
a { background-color: #BD6B12; }
a { background-color: rgb(189,107,18); }
div.DivClassName
{
background-color: #BD6B12;
}
.BgClassName
{
background-color: #BD6B12;
}
</style>
border-color css
<style>
span { border-color: #BD6B12; }
span { border-color: rgb(189,107,18); }
td.TdClassName
{
border-color: #BD6B12;
}
.TagClassName
{
border-color: #BD6B12;
}
</style>