Shades of Ochre #BC7215
Tints of Ochre #BC7215
RGB
CMYK
RGB Variations
Color information
#BC7215 (or 0xBC7215) is known color: Ochre. HEX triplet: BC, 72 and 15. RGB value is (188,114,21). Sum of RGB (Red+Green+Blue) = 188+114+21=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7215 is #438DEA. Grayscale: #7D7D7D. Windows color (decimal): -4427243 or 1405628. OLE color: 1405628.
HSL color Cylindrical-coordinate representation of color #BC7215: hue angle of 33.41º degrees, saturation: 0.8, 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 #BC7215 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 21 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.26 |
| HSL | 33.41º | 0.8% | 0.41% | - |
| HSV(B) | 33.41º | 0.89% | 0.74% | - |
| XYZ | 26.89 | 22.78 | 3.69 | - |
| YUV | 125.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 21 | 0 | 0.39 | 0.89 | 0.26 | 33.41 | 0.8 | 0.41 |
| Hex | BC | 72 | 15 | 0 | 27 | 59 | 1A | 21 | 50 | 29 |
| Octal | 274 | 162 | 25 | 0 | 47 | 131 | 32 | 41 | 120 | 51 |
| Binary | 10111100 | 1110010 | 10101 | 0 | 100111 | 1011001 | 11010 | 100001 | 1010000 | 101001 |
Color Harmonies of #BC7215
Complementary color
Monochromatic Colors of #BC7215
Black with #BC7215
Text Example
Text Example
White with #BC7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7215; }
p { color: rgb(188,114,21); }
H1.HeaderClassName
{
color: #BC7215;
}
.AnyTagClassName
{
color: #BC7215;
}
</style>
background-color css
<style>
a { background-color: #BC7215; }
a { background-color: rgb(188,114,21); }
div.DivClassName
{
background-color: #BC7215;
}
.BgClassName
{
background-color: #BC7215;
}
</style>
border-color css
<style>
span { border-color: #BC7215; }
span { border-color: rgb(188,114,21); }
td.TdClassName
{
border-color: #BC7215;
}
.TagClassName
{
border-color: #BC7215;
}
</style>