Shades of Ochre #BC7013
Tints of Ochre #BC7013
RGB
CMYK
RGB Variations
Color information
#BC7013 (or 0xBC7013) is known color: Ochre. HEX triplet: BC, 70 and 13. RGB value is (188,112,19). Sum of RGB (Red+Green+Blue) = 188+112+19=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7013 is #438FEC. Grayscale: #7C7C7C. Windows color (decimal): -4427757 or 1274044. OLE color: 1274044.
HSL color Cylindrical-coordinate representation of color #BC7013: hue angle of 33.02º 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 #BC7013 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.26 |
| HSL | 33.02º | 0.82% | 0.41% | - |
| HSV(B) | 33.02º | 0.9% | 0.74% | - |
| XYZ | 26.65 | 22.33 | 3.52 | - |
| YUV | 124.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 19 | 0 | 0.40 | 0.90 | 0.26 | 33.02 | 0.82 | 0.41 |
| Hex | BC | 70 | 13 | 0 | 28 | 5A | 1A | 21 | 52 | 29 |
| Octal | 274 | 160 | 23 | 0 | 50 | 132 | 32 | 41 | 122 | 51 |
| Binary | 10111100 | 1110000 | 10011 | 0 | 101000 | 1011010 | 11010 | 100001 | 1010010 | 101001 |
Color Harmonies of #BC7013
Complementary color
Monochromatic Colors of #BC7013
Black with #BC7013
Text Example
Text Example
White with #BC7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7013; }
p { color: rgb(188,112,19); }
H1.HeaderClassName
{
color: #BC7013;
}
.AnyTagClassName
{
color: #BC7013;
}
</style>
background-color css
<style>
a { background-color: #BC7013; }
a { background-color: rgb(188,112,19); }
div.DivClassName
{
background-color: #BC7013;
}
.BgClassName
{
background-color: #BC7013;
}
</style>
border-color css
<style>
span { border-color: #BC7013; }
span { border-color: rgb(188,112,19); }
td.TdClassName
{
border-color: #BC7013;
}
.TagClassName
{
border-color: #BC7013;
}
</style>