Shades of Ochre #BF7111
Tints of Ochre #BF7111
RGB
CMYK
RGB Variations
Color information
#BF7111 (or 0xBF7111) is known color: Ochre. HEX triplet: BF, 71 and 11. RGB value is (191,113,17). Sum of RGB (Red+Green+Blue) = 191+113+17=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7111 is #408EEE. Grayscale: #7D7D7D. Windows color (decimal): -4230895 or 1143231. OLE color: 1143231.
HSL color Cylindrical-coordinate representation of color #BF7111: hue angle of 33.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF7111 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.25 |
| HSL | 33.1º | 0.84% | 0.41% | - |
| HSV(B) | 33.1º | 0.91% | 0.75% | - |
| XYZ | 27.49 | 22.93 | 3.51 | - |
| YUV | 125.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 17 | 0 | 0.41 | 0.91 | 0.25 | 33.1 | 0.84 | 0.41 |
| Hex | BF | 71 | 11 | 0 | 29 | 5B | 19 | 21 | 54 | 29 |
| Octal | 277 | 161 | 21 | 0 | 51 | 133 | 31 | 41 | 124 | 51 |
| Binary | 10111111 | 1110001 | 10001 | 0 | 101001 | 1011011 | 11001 | 100001 | 1010100 | 101001 |
Color Harmonies of #BF7111
Complementary color
Monochromatic Colors of #BF7111
Black with #BF7111
Text Example
Text Example
White with #BF7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7111; }
p { color: rgb(191,113,17); }
H1.HeaderClassName
{
color: #BF7111;
}
.AnyTagClassName
{
color: #BF7111;
}
</style>
background-color css
<style>
a { background-color: #BF7111; }
a { background-color: rgb(191,113,17); }
div.DivClassName
{
background-color: #BF7111;
}
.BgClassName
{
background-color: #BF7111;
}
</style>
border-color css
<style>
span { border-color: #BF7111; }
span { border-color: rgb(191,113,17); }
td.TdClassName
{
border-color: #BF7111;
}
.TagClassName
{
border-color: #BF7111;
}
</style>