Shades of Ochre #BC6916
Tints of Ochre #BC6916
RGB
CMYK
RGB Variations
Color information
#BC6916 (or 0xBC6916) is known color: Ochre. HEX triplet: BC, 69 and 16. RGB value is (188,105,22). Sum of RGB (Red+Green+Blue) = 188+105+22=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6916 is #4396E9. Grayscale: #787878. Windows color (decimal): -4429546 or 1468860. OLE color: 1468860.
HSL color Cylindrical-coordinate representation of color #BC6916: hue angle of 30º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC6916 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.26 |
| HSL | 30º | 0.79% | 0.41% | - |
| HSV(B) | 30º | 0.88% | 0.74% | - |
| XYZ | 25.94 | 20.85 | 3.42 | - |
| YUV | 120.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 22 | 0 | 0.44 | 0.88 | 0.26 | 30 | 0.79 | 0.41 |
| Hex | BC | 69 | 16 | 0 | 2C | 58 | 1A | 1E | 4F | 29 |
| Octal | 274 | 151 | 26 | 0 | 54 | 130 | 32 | 36 | 117 | 51 |
| Binary | 10111100 | 1101001 | 10110 | 0 | 101100 | 1011000 | 11010 | 11110 | 1001111 | 101001 |
Color Harmonies of #BC6916
Complementary color
Monochromatic Colors of #BC6916
Black with #BC6916
Text Example
Text Example
White with #BC6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6916; }
p { color: rgb(188,105,22); }
H1.HeaderClassName
{
color: #BC6916;
}
.AnyTagClassName
{
color: #BC6916;
}
</style>
background-color css
<style>
a { background-color: #BC6916; }
a { background-color: rgb(188,105,22); }
div.DivClassName
{
background-color: #BC6916;
}
.BgClassName
{
background-color: #BC6916;
}
</style>
border-color css
<style>
span { border-color: #BC6916; }
span { border-color: rgb(188,105,22); }
td.TdClassName
{
border-color: #BC6916;
}
.TagClassName
{
border-color: #BC6916;
}
</style>