Shades of Ochre #BC6919
Tints of Ochre #BC6919
RGB
CMYK
RGB Variations
Color information
#BC6919 (or 0xBC6919) is known color: Ochre. HEX triplet: BC, 69 and 19. RGB value is (188,105,25). Sum of RGB (Red+Green+Blue) = 188+105+25=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6919 is #4396E6. Grayscale: #797979. Windows color (decimal): -4429543 or 1665468. OLE color: 1665468.
HSL color Cylindrical-coordinate representation of color #BC6919: hue angle of 29.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC6919 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 25 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.26 |
| HSL | 29.45º | 0.77% | 0.42% | - |
| HSV(B) | 29.45º | 0.87% | 0.74% | - |
| XYZ | 25.97 | 20.86 | 3.58 | - |
| YUV | 120.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 25 | 0 | 0.44 | 0.87 | 0.26 | 29.45 | 0.77 | 0.42 |
| Hex | BC | 69 | 19 | 0 | 2C | 57 | 1A | 1D | 4D | 2A |
| Octal | 274 | 151 | 31 | 0 | 54 | 127 | 32 | 35 | 115 | 52 |
| Binary | 10111100 | 1101001 | 11001 | 0 | 101100 | 1010111 | 11010 | 11101 | 1001101 | 101010 |
Color Harmonies of #BC6919
Complementary color
Monochromatic Colors of #BC6919
Black with #BC6919
Text Example
Text Example
White with #BC6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6919; }
p { color: rgb(188,105,25); }
H1.HeaderClassName
{
color: #BC6919;
}
.AnyTagClassName
{
color: #BC6919;
}
</style>
background-color css
<style>
a { background-color: #BC6919; }
a { background-color: rgb(188,105,25); }
div.DivClassName
{
background-color: #BC6919;
}
.BgClassName
{
background-color: #BC6919;
}
</style>
border-color css
<style>
span { border-color: #BC6919; }
span { border-color: rgb(188,105,25); }
td.TdClassName
{
border-color: #BC6919;
}
.TagClassName
{
border-color: #BC6919;
}
</style>