Shades of Ochre #BB7013
Tints of Ochre #BB7013
RGB
CMYK
RGB Variations
Color information
#BB7013 (or 0xBB7013) is known color: Ochre. HEX triplet: BB, 70 and 13. RGB value is (187,112,19). Sum of RGB (Red+Green+Blue) = 187+112+19=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7013 is #448FEC. Grayscale: #7C7C7C. Windows color (decimal): -4493293 or 1274043. OLE color: 1274043.
HSL color Cylindrical-coordinate representation of color #BB7013: hue angle of 33.21º 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 #BB7013 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.27 |
| HSL | 33.21º | 0.82% | 0.4% | - |
| HSV(B) | 33.21º | 0.9% | 0.73% | - |
| XYZ | 26.41 | 22.2 | 3.51 | - |
| YUV | 123.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 19 | 0 | 0.40 | 0.90 | 0.27 | 33.21 | 0.82 | 0.4 |
| Hex | BB | 70 | 13 | 0 | 28 | 5A | 1B | 21 | 52 | 28 |
| Octal | 273 | 160 | 23 | 0 | 50 | 132 | 33 | 41 | 122 | 50 |
| Binary | 10111011 | 1110000 | 10011 | 0 | 101000 | 1011010 | 11011 | 100001 | 1010010 | 101000 |
Color Harmonies of #BB7013
Complementary color
Monochromatic Colors of #BB7013
Black with #BB7013
Text Example
Text Example
White with #BB7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7013; }
p { color: rgb(187,112,19); }
H1.HeaderClassName
{
color: #BB7013;
}
.AnyTagClassName
{
color: #BB7013;
}
</style>
background-color css
<style>
a { background-color: #BB7013; }
a { background-color: rgb(187,112,19); }
div.DivClassName
{
background-color: #BB7013;
}
.BgClassName
{
background-color: #BB7013;
}
</style>
border-color css
<style>
span { border-color: #BB7013; }
span { border-color: rgb(187,112,19); }
td.TdClassName
{
border-color: #BB7013;
}
.TagClassName
{
border-color: #BB7013;
}
</style>