Shades of Ochre #BB7011
Tints of Ochre #BB7011
RGB
CMYK
RGB Variations
Color information
#BB7011 (or 0xBB7011) is known color: Ochre. HEX triplet: BB, 70 and 11. RGB value is (187,112,17). Sum of RGB (Red+Green+Blue) = 187+112+17=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7011 is #448FEE. Grayscale: #7C7C7C. Windows color (decimal): -4493295 or 1142971. OLE color: 1142971.
HSL color Cylindrical-coordinate representation of color #BB7011: hue angle of 33.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7011 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.27 |
| HSL | 33.53º | 0.83% | 0.4% | - |
| HSV(B) | 33.53º | 0.91% | 0.73% | - |
| XYZ | 26.39 | 22.19 | 3.42 | - |
| YUV | 123.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 17 | 0 | 0.40 | 0.91 | 0.27 | 33.53 | 0.83 | 0.4 |
| Hex | BB | 70 | 11 | 0 | 28 | 5B | 1B | 22 | 53 | 28 |
| Octal | 273 | 160 | 21 | 0 | 50 | 133 | 33 | 42 | 123 | 50 |
| Binary | 10111011 | 1110000 | 10001 | 0 | 101000 | 1011011 | 11011 | 100010 | 1010011 | 101000 |
Color Harmonies of #BB7011
Complementary color
Monochromatic Colors of #BB7011
Black with #BB7011
Text Example
Text Example
White with #BB7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7011; }
p { color: rgb(187,112,17); }
H1.HeaderClassName
{
color: #BB7011;
}
.AnyTagClassName
{
color: #BB7011;
}
</style>
background-color css
<style>
a { background-color: #BB7011; }
a { background-color: rgb(187,112,17); }
div.DivClassName
{
background-color: #BB7011;
}
.BgClassName
{
background-color: #BB7011;
}
</style>
border-color css
<style>
span { border-color: #BB7011; }
span { border-color: rgb(187,112,17); }
td.TdClassName
{
border-color: #BB7011;
}
.TagClassName
{
border-color: #BB7011;
}
</style>