Shades of Ochre #BC6D14
Tints of Ochre #BC6D14
RGB
CMYK
RGB Variations
Color information
#BC6D14 (or 0xBC6D14) is known color: Ochre. HEX triplet: BC, 6D and 14. RGB value is (188,109,20). Sum of RGB (Red+Green+Blue) = 188+109+20=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D14 is #4392EB. Grayscale: #7A7A7A. Windows color (decimal): -4428524 or 1338812. OLE color: 1338812.
HSL color Cylindrical-coordinate representation of color #BC6D14: hue angle of 31.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC6D14 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 20 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.26 |
| HSL | 31.79º | 0.81% | 0.41% | - |
| HSV(B) | 31.79º | 0.89% | 0.74% | - |
| XYZ | 26.33 | 21.68 | 3.46 | - |
| YUV | 122.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 20 | 0 | 0.42 | 0.89 | 0.26 | 31.79 | 0.81 | 0.41 |
| Hex | BC | 6D | 14 | 0 | 2A | 59 | 1A | 20 | 51 | 29 |
| Octal | 274 | 155 | 24 | 0 | 52 | 131 | 32 | 40 | 121 | 51 |
| Binary | 10111100 | 1101101 | 10100 | 0 | 101010 | 1011001 | 11010 | 100000 | 1010001 | 101001 |
Color Harmonies of #BC6D14
Complementary color
Monochromatic Colors of #BC6D14
Black with #BC6D14
Text Example
Text Example
White with #BC6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D14; }
p { color: rgb(188,109,20); }
H1.HeaderClassName
{
color: #BC6D14;
}
.AnyTagClassName
{
color: #BC6D14;
}
</style>
background-color css
<style>
a { background-color: #BC6D14; }
a { background-color: rgb(188,109,20); }
div.DivClassName
{
background-color: #BC6D14;
}
.BgClassName
{
background-color: #BC6D14;
}
</style>
border-color css
<style>
span { border-color: #BC6D14; }
span { border-color: rgb(188,109,20); }
td.TdClassName
{
border-color: #BC6D14;
}
.TagClassName
{
border-color: #BC6D14;
}
</style>