Shades of Ochre #BF7114
Tints of Ochre #BF7114
RGB
CMYK
RGB Variations
Color information
#BF7114 (or 0xBF7114) is known color: Ochre. HEX triplet: BF, 71 and 14. RGB value is (191,113,20). Sum of RGB (Red+Green+Blue) = 191+113+20=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7114 is #408EEB. Grayscale: #7E7E7E. Windows color (decimal): -4230892 or 1339839. OLE color: 1339839.
HSL color Cylindrical-coordinate representation of color #BF7114: hue angle of 32.63º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF7114 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.25 |
| HSL | 32.63º | 0.81% | 0.41% | - |
| HSV(B) | 32.63º | 0.9% | 0.75% | - |
| XYZ | 27.52 | 22.94 | 3.64 | - |
| YUV | 125.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 20 | 0 | 0.41 | 0.90 | 0.25 | 32.63 | 0.81 | 0.41 |
| Hex | BF | 71 | 14 | 0 | 29 | 5A | 19 | 21 | 51 | 29 |
| Octal | 277 | 161 | 24 | 0 | 51 | 132 | 31 | 41 | 121 | 51 |
| Binary | 10111111 | 1110001 | 10100 | 0 | 101001 | 1011010 | 11001 | 100001 | 1010001 | 101001 |
Color Harmonies of #BF7114
Complementary color
Monochromatic Colors of #BF7114
Black with #BF7114
Text Example
Text Example
White with #BF7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7114; }
p { color: rgb(191,113,20); }
H1.HeaderClassName
{
color: #BF7114;
}
.AnyTagClassName
{
color: #BF7114;
}
</style>
background-color css
<style>
a { background-color: #BF7114; }
a { background-color: rgb(191,113,20); }
div.DivClassName
{
background-color: #BF7114;
}
.BgClassName
{
background-color: #BF7114;
}
</style>
border-color css
<style>
span { border-color: #BF7114; }
span { border-color: rgb(191,113,20); }
td.TdClassName
{
border-color: #BF7114;
}
.TagClassName
{
border-color: #BF7114;
}
</style>