Shades of Ochre #BC6D13
Tints of Ochre #BC6D13
RGB
CMYK
RGB Variations
Color information
#BC6D13 (or 0xBC6D13) is known color: Ochre. HEX triplet: BC, 6D and 13. RGB value is (188,109,19). Sum of RGB (Red+Green+Blue) = 188+109+19=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D13 is #4392EC. Grayscale: #7A7A7A. Windows color (decimal): -4428525 or 1273276. OLE color: 1273276.
HSL color Cylindrical-coordinate representation of color #BC6D13: hue angle of 31.95º 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 #BC6D13 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.26 |
| HSL | 31.95º | 0.82% | 0.41% | - |
| HSV(B) | 31.95º | 0.9% | 0.74% | - |
| XYZ | 26.33 | 21.68 | 3.41 | - |
| YUV | 122.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 19 | 0 | 0.42 | 0.90 | 0.26 | 31.95 | 0.82 | 0.41 |
| Hex | BC | 6D | 13 | 0 | 2A | 5A | 1A | 20 | 52 | 29 |
| Octal | 274 | 155 | 23 | 0 | 52 | 132 | 32 | 40 | 122 | 51 |
| Binary | 10111100 | 1101101 | 10011 | 0 | 101010 | 1011010 | 11010 | 100000 | 1010010 | 101001 |
Color Harmonies of #BC6D13
Complementary color
Monochromatic Colors of #BC6D13
Black with #BC6D13
Text Example
Text Example
White with #BC6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D13; }
p { color: rgb(188,109,19); }
H1.HeaderClassName
{
color: #BC6D13;
}
.AnyTagClassName
{
color: #BC6D13;
}
</style>
background-color css
<style>
a { background-color: #BC6D13; }
a { background-color: rgb(188,109,19); }
div.DivClassName
{
background-color: #BC6D13;
}
.BgClassName
{
background-color: #BC6D13;
}
</style>
border-color css
<style>
span { border-color: #BC6D13; }
span { border-color: rgb(188,109,19); }
td.TdClassName
{
border-color: #BC6D13;
}
.TagClassName
{
border-color: #BC6D13;
}
</style>