Shades of Ochre #BF7015
Tints of Ochre #BF7015
RGB
CMYK
RGB Variations
Color information
#BF7015 (or 0xBF7015) is known color: Ochre. HEX triplet: BF, 70 and 15. RGB value is (191,112,21). Sum of RGB (Red+Green+Blue) = 191+112+21=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7015 is #408FEA. Grayscale: #7D7D7D. Windows color (decimal): -4231147 or 1405119. OLE color: 1405119.
HSL color Cylindrical-coordinate representation of color #BF7015: hue angle of 32.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF7015 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.25 |
| HSL | 32.12º | 0.8% | 0.42% | - |
| HSV(B) | 32.12º | 0.89% | 0.75% | - |
| XYZ | 27.42 | 22.72 | 3.65 | - |
| YUV | 125.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 21 | 0 | 0.41 | 0.89 | 0.25 | 32.12 | 0.8 | 0.42 |
| Hex | BF | 70 | 15 | 0 | 29 | 59 | 19 | 20 | 50 | 2A |
| Octal | 277 | 160 | 25 | 0 | 51 | 131 | 31 | 40 | 120 | 52 |
| Binary | 10111111 | 1110000 | 10101 | 0 | 101001 | 1011001 | 11001 | 100000 | 1010000 | 101010 |
Color Harmonies of #BF7015
Complementary color
Monochromatic Colors of #BF7015
Black with #BF7015
Text Example
Text Example
White with #BF7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7015; }
p { color: rgb(191,112,21); }
H1.HeaderClassName
{
color: #BF7015;
}
.AnyTagClassName
{
color: #BF7015;
}
</style>
background-color css
<style>
a { background-color: #BF7015; }
a { background-color: rgb(191,112,21); }
div.DivClassName
{
background-color: #BF7015;
}
.BgClassName
{
background-color: #BF7015;
}
</style>
border-color css
<style>
span { border-color: #BF7015; }
span { border-color: rgb(191,112,21); }
td.TdClassName
{
border-color: #BF7015;
}
.TagClassName
{
border-color: #BF7015;
}
</style>