Shades of Ochre #BB6B0F
Tints of Ochre #BB6B0F
RGB
CMYK
RGB Variations
Color information
#BB6B0F (or 0xBB6B0F) is known color: Ochre. HEX triplet: BB, 6B and 0F. RGB value is (187,107,15). Sum of RGB (Red+Green+Blue) = 187+107+15=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B0F is #4494F0. Grayscale: #787878. Windows color (decimal): -4494577 or 1010619. OLE color: 1010619.
HSL color Cylindrical-coordinate representation of color #BB6B0F: hue angle of 32.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB6B0F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.27 |
| HSL | 32.09º | 0.85% | 0.4% | - |
| HSV(B) | 32.09º | 0.92% | 0.73% | - |
| XYZ | 25.84 | 21.11 | 3.17 | - |
| YUV | 120.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 15 | 0 | 0.43 | 0.92 | 0.27 | 32.09 | 0.85 | 0.4 |
| Hex | BB | 6B | F | 0 | 2B | 5C | 1B | 20 | 55 | 28 |
| Octal | 273 | 153 | 17 | 0 | 53 | 134 | 33 | 40 | 125 | 50 |
| Binary | 10111011 | 1101011 | 1111 | 0 | 101011 | 1011100 | 11011 | 100000 | 1010101 | 101000 |
Color Harmonies of #BB6B0F
Complementary color
Monochromatic Colors of #BB6B0F
Black with #BB6B0F
Text Example
Text Example
White with #BB6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B0F; }
p { color: rgb(187,107,15); }
H1.HeaderClassName
{
color: #BB6B0F;
}
.AnyTagClassName
{
color: #BB6B0F;
}
</style>
background-color css
<style>
a { background-color: #BB6B0F; }
a { background-color: rgb(187,107,15); }
div.DivClassName
{
background-color: #BB6B0F;
}
.BgClassName
{
background-color: #BB6B0F;
}
</style>
border-color css
<style>
span { border-color: #BB6B0F; }
span { border-color: rgb(187,107,15); }
td.TdClassName
{
border-color: #BB6B0F;
}
.TagClassName
{
border-color: #BB6B0F;
}
</style>