Shades of Ochre #BC6B14
Tints of Ochre #BC6B14
RGB
CMYK
RGB Variations
Color information
#BC6B14 (or 0xBC6B14) is known color: Ochre. HEX triplet: BC, 6B and 14. RGB value is (188,107,20). Sum of RGB (Red+Green+Blue) = 188+107+20=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B14 is #4394EB. Grayscale: #797979. Windows color (decimal): -4429036 or 1338300. OLE color: 1338300.
HSL color Cylindrical-coordinate representation of color #BC6B14: hue angle of 31.07º 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 #BC6B14 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 20 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.26 |
| HSL | 31.07º | 0.81% | 0.41% | - |
| HSV(B) | 31.07º | 0.89% | 0.74% | - |
| XYZ | 26.12 | 21.26 | 3.39 | - |
| YUV | 121.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 20 | 0 | 0.43 | 0.89 | 0.26 | 31.07 | 0.81 | 0.41 |
| Hex | BC | 6B | 14 | 0 | 2B | 59 | 1A | 1F | 51 | 29 |
| Octal | 274 | 153 | 24 | 0 | 53 | 131 | 32 | 37 | 121 | 51 |
| Binary | 10111100 | 1101011 | 10100 | 0 | 101011 | 1011001 | 11010 | 11111 | 1010001 | 101001 |
Color Harmonies of #BC6B14
Complementary color
Monochromatic Colors of #BC6B14
Black with #BC6B14
Text Example
Text Example
White with #BC6B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B14; }
p { color: rgb(188,107,20); }
H1.HeaderClassName
{
color: #BC6B14;
}
.AnyTagClassName
{
color: #BC6B14;
}
</style>
background-color css
<style>
a { background-color: #BC6B14; }
a { background-color: rgb(188,107,20); }
div.DivClassName
{
background-color: #BC6B14;
}
.BgClassName
{
background-color: #BC6B14;
}
</style>
border-color css
<style>
span { border-color: #BC6B14; }
span { border-color: rgb(188,107,20); }
td.TdClassName
{
border-color: #BC6B14;
}
.TagClassName
{
border-color: #BC6B14;
}
</style>