Shades of Ochre #BD7312
Tints of Ochre #BD7312
RGB
CMYK
RGB Variations
Color information
#BD7312 (or 0xBD7312) is known color: Ochre. HEX triplet: BD, 73 and 12. RGB value is (189,115,18). Sum of RGB (Red+Green+Blue) = 189+115+18=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7312 is #428CED. Grayscale: #7E7E7E. Windows color (decimal): -4361454 or 1209277. OLE color: 1209277.
HSL color Cylindrical-coordinate representation of color #BD7312: hue angle of 34.04º 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 #BD7312 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.26 |
| HSL | 34.04º | 0.83% | 0.41% | - |
| HSV(B) | 34.04º | 0.9% | 0.74% | - |
| XYZ | 27.23 | 23.12 | 3.6 | - |
| YUV | 126.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 18 | 0 | 0.39 | 0.90 | 0.26 | 34.04 | 0.83 | 0.41 |
| Hex | BD | 73 | 12 | 0 | 27 | 5A | 1A | 22 | 53 | 29 |
| Octal | 275 | 163 | 22 | 0 | 47 | 132 | 32 | 42 | 123 | 51 |
| Binary | 10111101 | 1110011 | 10010 | 0 | 100111 | 1011010 | 11010 | 100010 | 1010011 | 101001 |
Color Harmonies of #BD7312
Complementary color
Monochromatic Colors of #BD7312
Black with #BD7312
Text Example
Text Example
White with #BD7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7312; }
p { color: rgb(189,115,18); }
H1.HeaderClassName
{
color: #BD7312;
}
.AnyTagClassName
{
color: #BD7312;
}
</style>
background-color css
<style>
a { background-color: #BD7312; }
a { background-color: rgb(189,115,18); }
div.DivClassName
{
background-color: #BD7312;
}
.BgClassName
{
background-color: #BD7312;
}
</style>
border-color css
<style>
span { border-color: #BD7312; }
span { border-color: rgb(189,115,18); }
td.TdClassName
{
border-color: #BD7312;
}
.TagClassName
{
border-color: #BD7312;
}
</style>