Shades of Ochre #BC6E10
Tints of Ochre #BC6E10
RGB
CMYK
RGB Variations
Color information
#BC6E10 (or 0xBC6E10) is known color: Ochre. HEX triplet: BC, 6E and 10. RGB value is (188,110,16). Sum of RGB (Red+Green+Blue) = 188+110+16=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E10 is #4391EF. Grayscale: #7B7B7B. Windows color (decimal): -4428272 or 1076924. OLE color: 1076924.
HSL color Cylindrical-coordinate representation of color #BC6E10: hue angle of 32.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6E10 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 16 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.26 |
| HSL | 32.79º | 0.84% | 0.4% | - |
| HSV(B) | 32.79º | 0.91% | 0.74% | - |
| XYZ | 26.41 | 21.88 | 3.32 | - |
| YUV | 122.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 16 | 0 | 0.41 | 0.91 | 0.26 | 32.79 | 0.84 | 0.4 |
| Hex | BC | 6E | 10 | 0 | 29 | 5B | 1A | 21 | 54 | 28 |
| Octal | 274 | 156 | 20 | 0 | 51 | 133 | 32 | 41 | 124 | 50 |
| Binary | 10111100 | 1101110 | 10000 | 0 | 101001 | 1011011 | 11010 | 100001 | 1010100 | 101000 |
Color Harmonies of #BC6E10
Complementary color
Monochromatic Colors of #BC6E10
Black with #BC6E10
Text Example
Text Example
White with #BC6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E10; }
p { color: rgb(188,110,16); }
H1.HeaderClassName
{
color: #BC6E10;
}
.AnyTagClassName
{
color: #BC6E10;
}
</style>
background-color css
<style>
a { background-color: #BC6E10; }
a { background-color: rgb(188,110,16); }
div.DivClassName
{
background-color: #BC6E10;
}
.BgClassName
{
background-color: #BC6E10;
}
</style>
border-color css
<style>
span { border-color: #BC6E10; }
span { border-color: rgb(188,110,16); }
td.TdClassName
{
border-color: #BC6E10;
}
.TagClassName
{
border-color: #BC6E10;
}
</style>