Shades of Ochre #BF710E
Tints of Ochre #BF710E
RGB
CMYK
RGB Variations
Color information
#BF710E (or 0xBF710E) is known color: Ochre. HEX triplet: BF, 71 and 0E. RGB value is (191,113,14). Sum of RGB (Red+Green+Blue) = 191+113+14=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF710E is #408EF1. Grayscale: #7D7D7D. Windows color (decimal): -4230898 or 946623. OLE color: 946623.
HSL color Cylindrical-coordinate representation of color #BF710E: hue angle of 33.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF710E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.25 |
| HSL | 33.56º | 0.86% | 0.4% | - |
| HSV(B) | 33.56º | 0.93% | 0.75% | - |
| XYZ | 27.47 | 22.92 | 3.39 | - |
| YUV | 125.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 14 | 0 | 0.41 | 0.93 | 0.25 | 33.56 | 0.86 | 0.4 |
| Hex | BF | 71 | E | 0 | 29 | 5D | 19 | 22 | 56 | 28 |
| Octal | 277 | 161 | 16 | 0 | 51 | 135 | 31 | 42 | 126 | 50 |
| Binary | 10111111 | 1110001 | 1110 | 0 | 101001 | 1011101 | 11001 | 100010 | 1010110 | 101000 |
Color Harmonies of #BF710E
Complementary color
Monochromatic Colors of #BF710E
Black with #BF710E
Text Example
Text Example
White with #BF710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF710E; }
p { color: rgb(191,113,14); }
H1.HeaderClassName
{
color: #BF710E;
}
.AnyTagClassName
{
color: #BF710E;
}
</style>
background-color css
<style>
a { background-color: #BF710E; }
a { background-color: rgb(191,113,14); }
div.DivClassName
{
background-color: #BF710E;
}
.BgClassName
{
background-color: #BF710E;
}
</style>
border-color css
<style>
span { border-color: #BF710E; }
span { border-color: rgb(191,113,14); }
td.TdClassName
{
border-color: #BF710E;
}
.TagClassName
{
border-color: #BF710E;
}
</style>