Shades of Ochre #BC6C13
Tints of Ochre #BC6C13
RGB
CMYK
RGB Variations
Color information
#BC6C13 (or 0xBC6C13) is known color: Ochre. HEX triplet: BC, 6C and 13. RGB value is (188,108,19). Sum of RGB (Red+Green+Blue) = 188+108+19=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C13 is #4393EC. Grayscale: #7A7A7A. Windows color (decimal): -4428781 or 1273020. OLE color: 1273020.
HSL color Cylindrical-coordinate representation of color #BC6C13: hue angle of 31.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6C13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.26 |
| HSL | 31.6º | 0.82% | 0.41% | - |
| HSV(B) | 31.6º | 0.9% | 0.74% | - |
| XYZ | 26.22 | 21.46 | 3.38 | - |
| YUV | 121.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 19 | 0 | 0.43 | 0.90 | 0.26 | 31.6 | 0.82 | 0.41 |
| Hex | BC | 6C | 13 | 0 | 2B | 5A | 1A | 20 | 52 | 29 |
| Octal | 274 | 154 | 23 | 0 | 53 | 132 | 32 | 40 | 122 | 51 |
| Binary | 10111100 | 1101100 | 10011 | 0 | 101011 | 1011010 | 11010 | 100000 | 1010010 | 101001 |
Color Harmonies of #BC6C13
Complementary color
Monochromatic Colors of #BC6C13
Black with #BC6C13
Text Example
Text Example
White with #BC6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C13; }
p { color: rgb(188,108,19); }
H1.HeaderClassName
{
color: #BC6C13;
}
.AnyTagClassName
{
color: #BC6C13;
}
</style>
background-color css
<style>
a { background-color: #BC6C13; }
a { background-color: rgb(188,108,19); }
div.DivClassName
{
background-color: #BC6C13;
}
.BgClassName
{
background-color: #BC6C13;
}
</style>
border-color css
<style>
span { border-color: #BC6C13; }
span { border-color: rgb(188,108,19); }
td.TdClassName
{
border-color: #BC6C13;
}
.TagClassName
{
border-color: #BC6C13;
}
</style>