Shades of Ochre #BC6B0E
Tints of Ochre #BC6B0E
RGB
CMYK
RGB Variations
Color information
#BC6B0E (or 0xBC6B0E) is known color: Ochre. HEX triplet: BC, 6B and 0E. RGB value is (188,107,14). Sum of RGB (Red+Green+Blue) = 188+107+14=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B0E is #4394F1. Grayscale: #797979. Windows color (decimal): -4429042 or 945084. OLE color: 945084.
HSL color Cylindrical-coordinate representation of color #BC6B0E: hue angle of 32.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC6B0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.26 |
| HSL | 32.07º | 0.86% | 0.4% | - |
| HSV(B) | 32.07º | 0.93% | 0.74% | - |
| XYZ | 26.08 | 21.24 | 3.14 | - |
| YUV | 120.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 14 | 0 | 0.43 | 0.93 | 0.26 | 32.07 | 0.86 | 0.4 |
| Hex | BC | 6B | E | 0 | 2B | 5D | 1A | 20 | 56 | 28 |
| Octal | 274 | 153 | 16 | 0 | 53 | 135 | 32 | 40 | 126 | 50 |
| Binary | 10111100 | 1101011 | 1110 | 0 | 101011 | 1011101 | 11010 | 100000 | 1010110 | 101000 |
Color Harmonies of #BC6B0E
Complementary color
Monochromatic Colors of #BC6B0E
Black with #BC6B0E
Text Example
Text Example
White with #BC6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B0E; }
p { color: rgb(188,107,14); }
H1.HeaderClassName
{
color: #BC6B0E;
}
.AnyTagClassName
{
color: #BC6B0E;
}
</style>
background-color css
<style>
a { background-color: #BC6B0E; }
a { background-color: rgb(188,107,14); }
div.DivClassName
{
background-color: #BC6B0E;
}
.BgClassName
{
background-color: #BC6B0E;
}
</style>
border-color css
<style>
span { border-color: #BC6B0E; }
span { border-color: rgb(188,107,14); }
td.TdClassName
{
border-color: #BC6B0E;
}
.TagClassName
{
border-color: #BC6B0E;
}
</style>