Shades of Ochre #BF6D0E
Tints of Ochre #BF6D0E
RGB
CMYK
RGB Variations
Color information
#BF6D0E (or 0xBF6D0E) is known color: Ochre. HEX triplet: BF, 6D and 0E. RGB value is (191,109,14). Sum of RGB (Red+Green+Blue) = 191+109+14=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D0E is #4092F1. Grayscale: #7B7B7B. Windows color (decimal): -4231922 or 945599. OLE color: 945599.
HSL color Cylindrical-coordinate representation of color #BF6D0E: hue angle of 32.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF6D0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.25 |
| HSL | 32.2º | 0.86% | 0.4% | - |
| HSV(B) | 32.2º | 0.93% | 0.75% | - |
| XYZ | 27.03 | 22.05 | 3.25 | - |
| YUV | 122.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 14 | 0 | 0.43 | 0.93 | 0.25 | 32.2 | 0.86 | 0.4 |
| Hex | BF | 6D | E | 0 | 2B | 5D | 19 | 20 | 56 | 28 |
| Octal | 277 | 155 | 16 | 0 | 53 | 135 | 31 | 40 | 126 | 50 |
| Binary | 10111111 | 1101101 | 1110 | 0 | 101011 | 1011101 | 11001 | 100000 | 1010110 | 101000 |
Color Harmonies of #BF6D0E
Complementary color
Monochromatic Colors of #BF6D0E
Black with #BF6D0E
Text Example
Text Example
White with #BF6D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D0E; }
p { color: rgb(191,109,14); }
H1.HeaderClassName
{
color: #BF6D0E;
}
.AnyTagClassName
{
color: #BF6D0E;
}
</style>
background-color css
<style>
a { background-color: #BF6D0E; }
a { background-color: rgb(191,109,14); }
div.DivClassName
{
background-color: #BF6D0E;
}
.BgClassName
{
background-color: #BF6D0E;
}
</style>
border-color css
<style>
span { border-color: #BF6D0E; }
span { border-color: rgb(191,109,14); }
td.TdClassName
{
border-color: #BF6D0E;
}
.TagClassName
{
border-color: #BF6D0E;
}
</style>