Shades of Ochre #BB6F10
Tints of Ochre #BB6F10
RGB
CMYK
RGB Variations
Color information
#BB6F10 (or 0xBB6F10) is known color: Ochre. HEX triplet: BB, 6F and 10. RGB value is (187,111,16). Sum of RGB (Red+Green+Blue) = 187+111+16=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F10 is #4490EF. Grayscale: #7B7B7B. Windows color (decimal): -4493552 or 1077179. OLE color: 1077179.
HSL color Cylindrical-coordinate representation of color #BB6F10: hue angle of 33.33º 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 #BB6F10 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 16 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.27 |
| HSL | 33.33º | 0.84% | 0.4% | - |
| HSV(B) | 33.33º | 0.91% | 0.73% | - |
| XYZ | 26.27 | 21.97 | 3.35 | - |
| YUV | 122.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 16 | 0 | 0.41 | 0.91 | 0.27 | 33.33 | 0.84 | 0.4 |
| Hex | BB | 6F | 10 | 0 | 29 | 5B | 1B | 21 | 54 | 28 |
| Octal | 273 | 157 | 20 | 0 | 51 | 133 | 33 | 41 | 124 | 50 |
| Binary | 10111011 | 1101111 | 10000 | 0 | 101001 | 1011011 | 11011 | 100001 | 1010100 | 101000 |
Color Harmonies of #BB6F10
Complementary color
Monochromatic Colors of #BB6F10
Black with #BB6F10
Text Example
Text Example
White with #BB6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6F10; }
p { color: rgb(187,111,16); }
H1.HeaderClassName
{
color: #BB6F10;
}
.AnyTagClassName
{
color: #BB6F10;
}
</style>
background-color css
<style>
a { background-color: #BB6F10; }
a { background-color: rgb(187,111,16); }
div.DivClassName
{
background-color: #BB6F10;
}
.BgClassName
{
background-color: #BB6F10;
}
</style>
border-color css
<style>
span { border-color: #BB6F10; }
span { border-color: rgb(187,111,16); }
td.TdClassName
{
border-color: #BB6F10;
}
.TagClassName
{
border-color: #BB6F10;
}
</style>