Shades of Ochre #BF7915
Tints of Ochre #BF7915
RGB
CMYK
RGB Variations
Color information
#BF7915 (or 0xBF7915) is known color: Ochre. HEX triplet: BF, 79 and 15. RGB value is (191,121,21). Sum of RGB (Red+Green+Blue) = 191+121+21=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7915 is #4086EA. Grayscale: #838383. Windows color (decimal): -4228843 or 1407423. OLE color: 1407423.
HSL color Cylindrical-coordinate representation of color #BF7915: hue angle of 35.29º 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 #BF7915 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 21 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.25 |
| HSL | 35.29º | 0.8% | 0.42% | - |
| HSV(B) | 35.29º | 0.89% | 0.75% | - |
| XYZ | 28.46 | 24.81 | 4 | - |
| YUV | 130.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 21 | 0 | 0.37 | 0.89 | 0.25 | 35.29 | 0.8 | 0.42 |
| Hex | BF | 79 | 15 | 0 | 25 | 59 | 19 | 23 | 50 | 2A |
| Octal | 277 | 171 | 25 | 0 | 45 | 131 | 31 | 43 | 120 | 52 |
| Binary | 10111111 | 1111001 | 10101 | 0 | 100101 | 1011001 | 11001 | 100011 | 1010000 | 101010 |
Color Harmonies of #BF7915
Complementary color
Monochromatic Colors of #BF7915
Black with #BF7915
Text Example
Text Example
White with #BF7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7915; }
p { color: rgb(191,121,21); }
H1.HeaderClassName
{
color: #BF7915;
}
.AnyTagClassName
{
color: #BF7915;
}
</style>
background-color css
<style>
a { background-color: #BF7915; }
a { background-color: rgb(191,121,21); }
div.DivClassName
{
background-color: #BF7915;
}
.BgClassName
{
background-color: #BF7915;
}
</style>
border-color css
<style>
span { border-color: #BF7915; }
span { border-color: rgb(191,121,21); }
td.TdClassName
{
border-color: #BF7915;
}
.TagClassName
{
border-color: #BF7915;
}
</style>