Shades of Ochre #BC6917
Tints of Ochre #BC6917
RGB
CMYK
RGB Variations
Color information
#BC6917 (or 0xBC6917) is known color: Ochre. HEX triplet: BC, 69 and 17. RGB value is (188,105,23). Sum of RGB (Red+Green+Blue) = 188+105+23=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6917 is #4396E8. Grayscale: #787878. Windows color (decimal): -4429545 or 1534396. OLE color: 1534396.
HSL color Cylindrical-coordinate representation of color #BC6917: hue angle of 29.82º degrees, saturation: 0.78, 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 #BC6917 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 23 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.26 |
| HSL | 29.82º | 0.78% | 0.41% | - |
| HSV(B) | 29.82º | 0.88% | 0.74% | - |
| XYZ | 25.95 | 20.86 | 3.47 | - |
| YUV | 120.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 23 | 0 | 0.44 | 0.88 | 0.26 | 29.82 | 0.78 | 0.41 |
| Hex | BC | 69 | 17 | 0 | 2C | 58 | 1A | 1E | 4E | 29 |
| Octal | 274 | 151 | 27 | 0 | 54 | 130 | 32 | 36 | 116 | 51 |
| Binary | 10111100 | 1101001 | 10111 | 0 | 101100 | 1011000 | 11010 | 11110 | 1001110 | 101001 |
Color Harmonies of #BC6917
Complementary color
Monochromatic Colors of #BC6917
Black with #BC6917
Text Example
Text Example
White with #BC6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6917; }
p { color: rgb(188,105,23); }
H1.HeaderClassName
{
color: #BC6917;
}
.AnyTagClassName
{
color: #BC6917;
}
</style>
background-color css
<style>
a { background-color: #BC6917; }
a { background-color: rgb(188,105,23); }
div.DivClassName
{
background-color: #BC6917;
}
.BgClassName
{
background-color: #BC6917;
}
</style>
border-color css
<style>
span { border-color: #BC6917; }
span { border-color: rgb(188,105,23); }
td.TdClassName
{
border-color: #BC6917;
}
.TagClassName
{
border-color: #BC6917;
}
</style>