Shades of Ochre #BB6C10
Tints of Ochre #BB6C10
RGB
CMYK
RGB Variations
Color information
#BB6C10 (or 0xBB6C10) is known color: Ochre. HEX triplet: BB, 6C and 10. RGB value is (187,108,16). Sum of RGB (Red+Green+Blue) = 187+108+16=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C10 is #4493EF. Grayscale: #797979. Windows color (decimal): -4494320 or 1076411. OLE color: 1076411.
HSL color Cylindrical-coordinate representation of color #BB6C10: hue angle of 32.28º degrees, saturation: 0.84, 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 #BB6C10 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.27 |
| HSL | 32.28º | 0.84% | 0.4% | - |
| HSV(B) | 32.28º | 0.91% | 0.73% | - |
| XYZ | 25.95 | 21.33 | 3.24 | - |
| YUV | 121.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 16 | 0 | 0.42 | 0.91 | 0.27 | 32.28 | 0.84 | 0.4 |
| Hex | BB | 6C | 10 | 0 | 2A | 5B | 1B | 20 | 54 | 28 |
| Octal | 273 | 154 | 20 | 0 | 52 | 133 | 33 | 40 | 124 | 50 |
| Binary | 10111011 | 1101100 | 10000 | 0 | 101010 | 1011011 | 11011 | 100000 | 1010100 | 101000 |
Color Harmonies of #BB6C10
Complementary color
Monochromatic Colors of #BB6C10
Black with #BB6C10
Text Example
Text Example
White with #BB6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C10; }
p { color: rgb(187,108,16); }
H1.HeaderClassName
{
color: #BB6C10;
}
.AnyTagClassName
{
color: #BB6C10;
}
</style>
background-color css
<style>
a { background-color: #BB6C10; }
a { background-color: rgb(187,108,16); }
div.DivClassName
{
background-color: #BB6C10;
}
.BgClassName
{
background-color: #BB6C10;
}
</style>
border-color css
<style>
span { border-color: #BB6C10; }
span { border-color: rgb(187,108,16); }
td.TdClassName
{
border-color: #BB6C10;
}
.TagClassName
{
border-color: #BB6C10;
}
</style>