Shades of Ochre #BF6C0E
Tints of Ochre #BF6C0E
RGB
CMYK
RGB Variations
Color information
#BF6C0E (or 0xBF6C0E) is known color: Ochre. HEX triplet: BF, 6C and 0E. RGB value is (191,108,14). Sum of RGB (Red+Green+Blue) = 191+108+14=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C0E is #4093F1. Grayscale: #7A7A7A. Windows color (decimal): -4232178 or 945343. OLE color: 945343.
HSL color Cylindrical-coordinate representation of color #BF6C0E: hue angle of 31.86º 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 #BF6C0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.25 |
| HSL | 31.86º | 0.86% | 0.4% | - |
| HSV(B) | 31.86º | 0.93% | 0.75% | - |
| XYZ | 26.93 | 21.83 | 3.21 | - |
| YUV | 122.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 14 | 0 | 0.43 | 0.93 | 0.25 | 31.86 | 0.86 | 0.4 |
| Hex | BF | 6C | E | 0 | 2B | 5D | 19 | 20 | 56 | 28 |
| Octal | 277 | 154 | 16 | 0 | 53 | 135 | 31 | 40 | 126 | 50 |
| Binary | 10111111 | 1101100 | 1110 | 0 | 101011 | 1011101 | 11001 | 100000 | 1010110 | 101000 |
Color Harmonies of #BF6C0E
Complementary color
Monochromatic Colors of #BF6C0E
Black with #BF6C0E
Text Example
Text Example
White with #BF6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C0E; }
p { color: rgb(191,108,14); }
H1.HeaderClassName
{
color: #BF6C0E;
}
.AnyTagClassName
{
color: #BF6C0E;
}
</style>
background-color css
<style>
a { background-color: #BF6C0E; }
a { background-color: rgb(191,108,14); }
div.DivClassName
{
background-color: #BF6C0E;
}
.BgClassName
{
background-color: #BF6C0E;
}
</style>
border-color css
<style>
span { border-color: #BF6C0E; }
span { border-color: rgb(191,108,14); }
td.TdClassName
{
border-color: #BF6C0E;
}
.TagClassName
{
border-color: #BF6C0E;
}
</style>