Shades of Ochre #BF6F0F
Tints of Ochre #BF6F0F
RGB
CMYK
RGB Variations
Color information
#BF6F0F (or 0xBF6F0F) is known color: Ochre. HEX triplet: BF, 6F and 0F. RGB value is (191,111,15). Sum of RGB (Red+Green+Blue) = 191+111+15=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6F0F is #4090F0. Grayscale: #7C7C7C. Windows color (decimal): -4231409 or 1011647. OLE color: 1011647.
HSL color Cylindrical-coordinate representation of color #BF6F0F: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF6F0F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.25 |
| HSL | 32.73º | 0.85% | 0.4% | - |
| HSV(B) | 32.73º | 0.92% | 0.75% | - |
| XYZ | 27.26 | 22.48 | 3.35 | - |
| YUV | 123.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 15 | 0 | 0.42 | 0.92 | 0.25 | 32.73 | 0.85 | 0.4 |
| Hex | BF | 6F | F | 0 | 2A | 5C | 19 | 21 | 55 | 28 |
| Octal | 277 | 157 | 17 | 0 | 52 | 134 | 31 | 41 | 125 | 50 |
| Binary | 10111111 | 1101111 | 1111 | 0 | 101010 | 1011100 | 11001 | 100001 | 1010101 | 101000 |
Color Harmonies of #BF6F0F
Complementary color
Monochromatic Colors of #BF6F0F
Black with #BF6F0F
Text Example
Text Example
White with #BF6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F0F; }
p { color: rgb(191,111,15); }
H1.HeaderClassName
{
color: #BF6F0F;
}
.AnyTagClassName
{
color: #BF6F0F;
}
</style>
background-color css
<style>
a { background-color: #BF6F0F; }
a { background-color: rgb(191,111,15); }
div.DivClassName
{
background-color: #BF6F0F;
}
.BgClassName
{
background-color: #BF6F0F;
}
</style>
border-color css
<style>
span { border-color: #BF6F0F; }
span { border-color: rgb(191,111,15); }
td.TdClassName
{
border-color: #BF6F0F;
}
.TagClassName
{
border-color: #BF6F0F;
}
</style>