Shades of Ochre #BF6E16
Tints of Ochre #BF6E16
RGB
CMYK
RGB Variations
Color information
#BF6E16 (or 0xBF6E16) is known color: Ochre. HEX triplet: BF, 6E and 16. RGB value is (191,110,22). Sum of RGB (Red+Green+Blue) = 191+110+22=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E16 is #4091E9. Grayscale: #7C7C7C. Windows color (decimal): -4231658 or 1470143. OLE color: 1470143.
HSL color Cylindrical-coordinate representation of color #BF6E16: hue angle of 31.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6E16 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 22 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.25 |
| HSL | 31.24º | 0.79% | 0.42% | - |
| HSV(B) | 31.24º | 0.88% | 0.75% | - |
| XYZ | 27.21 | 22.29 | 3.63 | - |
| YUV | 124.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 22 | 0 | 0.42 | 0.88 | 0.25 | 31.24 | 0.79 | 0.42 |
| Hex | BF | 6E | 16 | 0 | 2A | 58 | 19 | 1F | 4F | 2A |
| Octal | 277 | 156 | 26 | 0 | 52 | 130 | 31 | 37 | 117 | 52 |
| Binary | 10111111 | 1101110 | 10110 | 0 | 101010 | 1011000 | 11001 | 11111 | 1001111 | 101010 |
Color Harmonies of #BF6E16
Complementary color
Monochromatic Colors of #BF6E16
Black with #BF6E16
Text Example
Text Example
White with #BF6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E16; }
p { color: rgb(191,110,22); }
H1.HeaderClassName
{
color: #BF6E16;
}
.AnyTagClassName
{
color: #BF6E16;
}
</style>
background-color css
<style>
a { background-color: #BF6E16; }
a { background-color: rgb(191,110,22); }
div.DivClassName
{
background-color: #BF6E16;
}
.BgClassName
{
background-color: #BF6E16;
}
</style>
border-color css
<style>
span { border-color: #BF6E16; }
span { border-color: rgb(191,110,22); }
td.TdClassName
{
border-color: #BF6E16;
}
.TagClassName
{
border-color: #BF6E16;
}
</style>