Shades of Ochre #BC7111
Tints of Ochre #BC7111
RGB
CMYK
RGB Variations
Color information
#BC7111 (or 0xBC7111) is known color: Ochre. HEX triplet: BC, 71 and 11. RGB value is (188,113,17). Sum of RGB (Red+Green+Blue) = 188+113+17=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7111 is #438EEE. Grayscale: #7C7C7C. Windows color (decimal): -4427503 or 1143228. OLE color: 1143228.
HSL color Cylindrical-coordinate representation of color #BC7111: hue angle of 33.68º 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 #BC7111 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.26 |
| HSL | 33.68º | 0.83% | 0.4% | - |
| HSV(B) | 33.68º | 0.91% | 0.74% | - |
| XYZ | 26.75 | 22.54 | 3.47 | - |
| YUV | 124.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 17 | 0 | 0.40 | 0.91 | 0.26 | 33.68 | 0.83 | 0.4 |
| Hex | BC | 71 | 11 | 0 | 28 | 5B | 1A | 22 | 53 | 28 |
| Octal | 274 | 161 | 21 | 0 | 50 | 133 | 32 | 42 | 123 | 50 |
| Binary | 10111100 | 1110001 | 10001 | 0 | 101000 | 1011011 | 11010 | 100010 | 1010011 | 101000 |
Color Harmonies of #BC7111
Complementary color
Monochromatic Colors of #BC7111
Black with #BC7111
Text Example
Text Example
White with #BC7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7111; }
p { color: rgb(188,113,17); }
H1.HeaderClassName
{
color: #BC7111;
}
.AnyTagClassName
{
color: #BC7111;
}
</style>
background-color css
<style>
a { background-color: #BC7111; }
a { background-color: rgb(188,113,17); }
div.DivClassName
{
background-color: #BC7111;
}
.BgClassName
{
background-color: #BC7111;
}
</style>
border-color css
<style>
span { border-color: #BC7111; }
span { border-color: rgb(188,113,17); }
td.TdClassName
{
border-color: #BC7111;
}
.TagClassName
{
border-color: #BC7111;
}
</style>