Shades of Ochre #BF7213
Tints of Ochre #BF7213
RGB
CMYK
RGB Variations
Color information
#BF7213 (or 0xBF7213) is known color: Ochre. HEX triplet: BF, 72 and 13. RGB value is (191,114,19). Sum of RGB (Red+Green+Blue) = 191+114+19=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7213 is #408DEC. Grayscale: #7E7E7E. Windows color (decimal): -4230637 or 1274559. OLE color: 1274559.
HSL color Cylindrical-coordinate representation of color #BF7213: hue angle of 33.14º degrees, saturation: 0.82, 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 #BF7213 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.25 |
| HSL | 33.14º | 0.82% | 0.41% | - |
| HSV(B) | 33.14º | 0.9% | 0.75% | - |
| XYZ | 27.62 | 23.16 | 3.63 | - |
| YUV | 126.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 19 | 0 | 0.40 | 0.90 | 0.25 | 33.14 | 0.82 | 0.41 |
| Hex | BF | 72 | 13 | 0 | 28 | 5A | 19 | 21 | 52 | 29 |
| Octal | 277 | 162 | 23 | 0 | 50 | 132 | 31 | 41 | 122 | 51 |
| Binary | 10111111 | 1110010 | 10011 | 0 | 101000 | 1011010 | 11001 | 100001 | 1010010 | 101001 |
Color Harmonies of #BF7213
Complementary color
Monochromatic Colors of #BF7213
Black with #BF7213
Text Example
Text Example
White with #BF7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7213; }
p { color: rgb(191,114,19); }
H1.HeaderClassName
{
color: #BF7213;
}
.AnyTagClassName
{
color: #BF7213;
}
</style>
background-color css
<style>
a { background-color: #BF7213; }
a { background-color: rgb(191,114,19); }
div.DivClassName
{
background-color: #BF7213;
}
.BgClassName
{
background-color: #BF7213;
}
</style>
border-color css
<style>
span { border-color: #BF7213; }
span { border-color: rgb(191,114,19); }
td.TdClassName
{
border-color: #BF7213;
}
.TagClassName
{
border-color: #BF7213;
}
</style>