Shades of Ochre #BB6B11
Tints of Ochre #BB6B11
RGB
CMYK
RGB Variations
Color information
#BB6B11 (or 0xBB6B11) is known color: Ochre. HEX triplet: BB, 6B and 11. RGB value is (187,107,17). Sum of RGB (Red+Green+Blue) = 187+107+17=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B11 is #4494EE. Grayscale: #797979. Windows color (decimal): -4494575 or 1141691. OLE color: 1141691.
HSL color Cylindrical-coordinate representation of color #BB6B11: hue angle of 31.76º 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 #BB6B11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 17 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.27 |
| HSL | 31.76º | 0.83% | 0.4% | - |
| HSV(B) | 31.76º | 0.91% | 0.73% | - |
| XYZ | 25.85 | 21.12 | 3.24 | - |
| YUV | 120.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 17 | 0 | 0.43 | 0.91 | 0.27 | 31.76 | 0.83 | 0.4 |
| Hex | BB | 6B | 11 | 0 | 2B | 5B | 1B | 20 | 53 | 28 |
| Octal | 273 | 153 | 21 | 0 | 53 | 133 | 33 | 40 | 123 | 50 |
| Binary | 10111011 | 1101011 | 10001 | 0 | 101011 | 1011011 | 11011 | 100000 | 1010011 | 101000 |
Color Harmonies of #BB6B11
Complementary color
Monochromatic Colors of #BB6B11
Black with #BB6B11
Text Example
Text Example
White with #BB6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B11; }
p { color: rgb(187,107,17); }
H1.HeaderClassName
{
color: #BB6B11;
}
.AnyTagClassName
{
color: #BB6B11;
}
</style>
background-color css
<style>
a { background-color: #BB6B11; }
a { background-color: rgb(187,107,17); }
div.DivClassName
{
background-color: #BB6B11;
}
.BgClassName
{
background-color: #BB6B11;
}
</style>
border-color css
<style>
span { border-color: #BB6B11; }
span { border-color: rgb(187,107,17); }
td.TdClassName
{
border-color: #BB6B11;
}
.TagClassName
{
border-color: #BB6B11;
}
</style>