Shades of Ochre #BF7511
Tints of Ochre #BF7511
RGB
CMYK
RGB Variations
Color information
#BF7511 (or 0xBF7511) is known color: Ochre. HEX triplet: BF, 75 and 11. RGB value is (191,117,17). Sum of RGB (Red+Green+Blue) = 191+117+17=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7511 is #408AEE. Grayscale: #808080. Windows color (decimal): -4229871 or 1144255. OLE color: 1144255.
HSL color Cylindrical-coordinate representation of color #BF7511: hue angle of 34.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF7511 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.25 |
| HSL | 34.48º | 0.84% | 0.41% | - |
| HSV(B) | 34.48º | 0.91% | 0.75% | - |
| XYZ | 27.95 | 23.84 | 3.66 | - |
| YUV | 127.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 17 | 0 | 0.39 | 0.91 | 0.25 | 34.48 | 0.84 | 0.41 |
| Hex | BF | 75 | 11 | 0 | 27 | 5B | 19 | 22 | 54 | 29 |
| Octal | 277 | 165 | 21 | 0 | 47 | 133 | 31 | 42 | 124 | 51 |
| Binary | 10111111 | 1110101 | 10001 | 0 | 100111 | 1011011 | 11001 | 100010 | 1010100 | 101001 |
Color Harmonies of #BF7511
Complementary color
Monochromatic Colors of #BF7511
Black with #BF7511
Text Example
Text Example
White with #BF7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7511; }
p { color: rgb(191,117,17); }
H1.HeaderClassName
{
color: #BF7511;
}
.AnyTagClassName
{
color: #BF7511;
}
</style>
background-color css
<style>
a { background-color: #BF7511; }
a { background-color: rgb(191,117,17); }
div.DivClassName
{
background-color: #BF7511;
}
.BgClassName
{
background-color: #BF7511;
}
</style>
border-color css
<style>
span { border-color: #BF7511; }
span { border-color: rgb(191,117,17); }
td.TdClassName
{
border-color: #BF7511;
}
.TagClassName
{
border-color: #BF7511;
}
</style>