Shades of Ochre #BF7310
Tints of Ochre #BF7310
RGB
CMYK
RGB Variations
Color information
#BF7310 (or 0xBF7310) is known color: Ochre. HEX triplet: BF, 73 and 10. RGB value is (191,115,16). Sum of RGB (Red+Green+Blue) = 191+115+16=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7310 is #408CEF. Grayscale: #7E7E7E. Windows color (decimal): -4230384 or 1078207. OLE color: 1078207.
HSL color Cylindrical-coordinate representation of color #BF7310: hue angle of 33.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF7310 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.25 |
| HSL | 33.94º | 0.85% | 0.41% | - |
| HSV(B) | 33.94º | 0.92% | 0.75% | - |
| XYZ | 27.71 | 23.38 | 3.54 | - |
| YUV | 126.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 16 | 0 | 0.40 | 0.92 | 0.25 | 33.94 | 0.85 | 0.41 |
| Hex | BF | 73 | 10 | 0 | 28 | 5C | 19 | 22 | 55 | 29 |
| Octal | 277 | 163 | 20 | 0 | 50 | 134 | 31 | 42 | 125 | 51 |
| Binary | 10111111 | 1110011 | 10000 | 0 | 101000 | 1011100 | 11001 | 100010 | 1010101 | 101001 |
Color Harmonies of #BF7310
Complementary color
Monochromatic Colors of #BF7310
Black with #BF7310
Text Example
Text Example
White with #BF7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7310; }
p { color: rgb(191,115,16); }
H1.HeaderClassName
{
color: #BF7310;
}
.AnyTagClassName
{
color: #BF7310;
}
</style>
background-color css
<style>
a { background-color: #BF7310; }
a { background-color: rgb(191,115,16); }
div.DivClassName
{
background-color: #BF7310;
}
.BgClassName
{
background-color: #BF7310;
}
</style>
border-color css
<style>
span { border-color: #BF7310; }
span { border-color: rgb(191,115,16); }
td.TdClassName
{
border-color: #BF7310;
}
.TagClassName
{
border-color: #BF7310;
}
</style>