Shades of Ochre #BB7212
Tints of Ochre #BB7212
RGB
CMYK
RGB Variations
Color information
#BB7212 (or 0xBB7212) is known color: Ochre. HEX triplet: BB, 72 and 12. RGB value is (187,114,18). Sum of RGB (Red+Green+Blue) = 187+114+18=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7212 is #448DED. Grayscale: #7D7D7D. Windows color (decimal): -4492782 or 1209019. OLE color: 1209019.
HSL color Cylindrical-coordinate representation of color #BB7212: hue angle of 34.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7212 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.27 |
| HSL | 34.08º | 0.82% | 0.4% | - |
| HSV(B) | 34.08º | 0.9% | 0.73% | - |
| XYZ | 26.62 | 22.64 | 3.54 | - |
| YUV | 124.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 18 | 0 | 0.39 | 0.90 | 0.27 | 34.08 | 0.82 | 0.4 |
| Hex | BB | 72 | 12 | 0 | 27 | 5A | 1B | 22 | 52 | 28 |
| Octal | 273 | 162 | 22 | 0 | 47 | 132 | 33 | 42 | 122 | 50 |
| Binary | 10111011 | 1110010 | 10010 | 0 | 100111 | 1011010 | 11011 | 100010 | 1010010 | 101000 |
Color Harmonies of #BB7212
Complementary color
Monochromatic Colors of #BB7212
Black with #BB7212
Text Example
Text Example
White with #BB7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7212; }
p { color: rgb(187,114,18); }
H1.HeaderClassName
{
color: #BB7212;
}
.AnyTagClassName
{
color: #BB7212;
}
</style>
background-color css
<style>
a { background-color: #BB7212; }
a { background-color: rgb(187,114,18); }
div.DivClassName
{
background-color: #BB7212;
}
.BgClassName
{
background-color: #BB7212;
}
</style>
border-color css
<style>
span { border-color: #BB7212; }
span { border-color: rgb(187,114,18); }
td.TdClassName
{
border-color: #BB7212;
}
.TagClassName
{
border-color: #BB7212;
}
</style>