Shades of Ochre #BF7717
Tints of Ochre #BF7717
RGB
CMYK
RGB Variations
Color information
#BF7717 (or 0xBF7717) is known color: Ochre. HEX triplet: BF, 77 and 17. RGB value is (191,119,23). Sum of RGB (Red+Green+Blue) = 191+119+23=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7717 is #4088E8. Grayscale: #828282. Windows color (decimal): -4229353 or 1537983. OLE color: 1537983.
HSL color Cylindrical-coordinate representation of color #BF7717: hue angle of 34.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF7717 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.25 |
| HSL | 34.29º | 0.79% | 0.42% | - |
| HSV(B) | 34.29º | 0.88% | 0.75% | - |
| XYZ | 28.24 | 24.33 | 4.02 | - |
| YUV | 129.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 23 | 0 | 0.38 | 0.88 | 0.25 | 34.29 | 0.79 | 0.42 |
| Hex | BF | 77 | 17 | 0 | 26 | 58 | 19 | 22 | 4F | 2A |
| Octal | 277 | 167 | 27 | 0 | 46 | 130 | 31 | 42 | 117 | 52 |
| Binary | 10111111 | 1110111 | 10111 | 0 | 100110 | 1011000 | 11001 | 100010 | 1001111 | 101010 |
Color Harmonies of #BF7717
Complementary color
Monochromatic Colors of #BF7717
Black with #BF7717
Text Example
Text Example
White with #BF7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7717; }
p { color: rgb(191,119,23); }
H1.HeaderClassName
{
color: #BF7717;
}
.AnyTagClassName
{
color: #BF7717;
}
</style>
background-color css
<style>
a { background-color: #BF7717; }
a { background-color: rgb(191,119,23); }
div.DivClassName
{
background-color: #BF7717;
}
.BgClassName
{
background-color: #BF7717;
}
</style>
border-color css
<style>
span { border-color: #BF7717; }
span { border-color: rgb(191,119,23); }
td.TdClassName
{
border-color: #BF7717;
}
.TagClassName
{
border-color: #BF7717;
}
</style>