Shades of Ochre #BC7212
Tints of Ochre #BC7212
RGB
CMYK
RGB Variations
Color information
#BC7212 (or 0xBC7212) is known color: Ochre. HEX triplet: BC, 72 and 12. RGB value is (188,114,18). Sum of RGB (Red+Green+Blue) = 188+114+18=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7212 is #438DED. Grayscale: #7D7D7D. Windows color (decimal): -4427246 or 1209020. OLE color: 1209020.
HSL color Cylindrical-coordinate representation of color #BC7212: hue angle of 33.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7212 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.26 |
| HSL | 33.88º | 0.83% | 0.4% | - |
| HSV(B) | 33.88º | 0.9% | 0.74% | - |
| XYZ | 26.87 | 22.77 | 3.55 | - |
| YUV | 125.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 18 | 0 | 0.39 | 0.90 | 0.26 | 33.88 | 0.83 | 0.4 |
| Hex | BC | 72 | 12 | 0 | 27 | 5A | 1A | 22 | 53 | 28 |
| Octal | 274 | 162 | 22 | 0 | 47 | 132 | 32 | 42 | 123 | 50 |
| Binary | 10111100 | 1110010 | 10010 | 0 | 100111 | 1011010 | 11010 | 100010 | 1010011 | 101000 |
Color Harmonies of #BC7212
Complementary color
Monochromatic Colors of #BC7212
Black with #BC7212
Text Example
Text Example
White with #BC7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7212; }
p { color: rgb(188,114,18); }
H1.HeaderClassName
{
color: #BC7212;
}
.AnyTagClassName
{
color: #BC7212;
}
</style>
background-color css
<style>
a { background-color: #BC7212; }
a { background-color: rgb(188,114,18); }
div.DivClassName
{
background-color: #BC7212;
}
.BgClassName
{
background-color: #BC7212;
}
</style>
border-color css
<style>
span { border-color: #BC7212; }
span { border-color: rgb(188,114,18); }
td.TdClassName
{
border-color: #BC7212;
}
.TagClassName
{
border-color: #BC7212;
}
</style>