Shades of Ochre #BF7119
Tints of Ochre #BF7119
RGB
CMYK
RGB Variations
Color information
#BF7119 (or 0xBF7119) is known color: Ochre. HEX triplet: BF, 71 and 19. RGB value is (191,113,25). Sum of RGB (Red+Green+Blue) = 191+113+25=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7119 is #408EE6. Grayscale: #7E7E7E. Windows color (decimal): -4230887 or 1667519. OLE color: 1667519.
HSL color Cylindrical-coordinate representation of color #BF7119: hue angle of 31.81º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF7119 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 25 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.25 |
| HSL | 31.81º | 0.77% | 0.42% | - |
| HSV(B) | 31.81º | 0.87% | 0.75% | - |
| XYZ | 27.57 | 22.96 | 3.9 | - |
| YUV | 126.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 25 | 0 | 0.41 | 0.87 | 0.25 | 31.81 | 0.77 | 0.42 |
| Hex | BF | 71 | 19 | 0 | 29 | 57 | 19 | 20 | 4D | 2A |
| Octal | 277 | 161 | 31 | 0 | 51 | 127 | 31 | 40 | 115 | 52 |
| Binary | 10111111 | 1110001 | 11001 | 0 | 101001 | 1010111 | 11001 | 100000 | 1001101 | 101010 |
Color Harmonies of #BF7119
Complementary color
Monochromatic Colors of #BF7119
Black with #BF7119
Text Example
Text Example
White with #BF7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7119; }
p { color: rgb(191,113,25); }
H1.HeaderClassName
{
color: #BF7119;
}
.AnyTagClassName
{
color: #BF7119;
}
</style>
background-color css
<style>
a { background-color: #BF7119; }
a { background-color: rgb(191,113,25); }
div.DivClassName
{
background-color: #BF7119;
}
.BgClassName
{
background-color: #BF7119;
}
</style>
border-color css
<style>
span { border-color: #BF7119; }
span { border-color: rgb(191,113,25); }
td.TdClassName
{
border-color: #BF7119;
}
.TagClassName
{
border-color: #BF7119;
}
</style>