Shades of Ochre #BC7011
Tints of Ochre #BC7011
RGB
CMYK
RGB Variations
Color information
#BC7011 (or 0xBC7011) is known color: Ochre. HEX triplet: BC, 70 and 11. RGB value is (188,112,17). Sum of RGB (Red+Green+Blue) = 188+112+17=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7011 is #438FEE. Grayscale: #7C7C7C. Windows color (decimal): -4427759 or 1142972. OLE color: 1142972.
HSL color Cylindrical-coordinate representation of color #BC7011: hue angle of 33.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC7011 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.26 |
| HSL | 33.33º | 0.83% | 0.4% | - |
| HSV(B) | 33.33º | 0.91% | 0.74% | - |
| XYZ | 26.63 | 22.32 | 3.43 | - |
| YUV | 123.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 17 | 0 | 0.40 | 0.91 | 0.26 | 33.33 | 0.83 | 0.4 |
| Hex | BC | 70 | 11 | 0 | 28 | 5B | 1A | 21 | 53 | 28 |
| Octal | 274 | 160 | 21 | 0 | 50 | 133 | 32 | 41 | 123 | 50 |
| Binary | 10111100 | 1110000 | 10001 | 0 | 101000 | 1011011 | 11010 | 100001 | 1010011 | 101000 |
Color Harmonies of #BC7011
Complementary color
Monochromatic Colors of #BC7011
Black with #BC7011
Text Example
Text Example
White with #BC7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7011; }
p { color: rgb(188,112,17); }
H1.HeaderClassName
{
color: #BC7011;
}
.AnyTagClassName
{
color: #BC7011;
}
</style>
background-color css
<style>
a { background-color: #BC7011; }
a { background-color: rgb(188,112,17); }
div.DivClassName
{
background-color: #BC7011;
}
.BgClassName
{
background-color: #BC7011;
}
</style>
border-color css
<style>
span { border-color: #BC7011; }
span { border-color: rgb(188,112,17); }
td.TdClassName
{
border-color: #BC7011;
}
.TagClassName
{
border-color: #BC7011;
}
</style>