Shades of Ochre #BC6B10
Tints of Ochre #BC6B10
RGB
CMYK
RGB Variations
Color information
#BC6B10 (or 0xBC6B10) is known color: Ochre. HEX triplet: BC, 6B and 10. RGB value is (188,107,16). Sum of RGB (Red+Green+Blue) = 188+107+16=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B10 is #4394EF. Grayscale: #797979. Windows color (decimal): -4429040 or 1076156. OLE color: 1076156.
HSL color Cylindrical-coordinate representation of color #BC6B10: hue angle of 31.74º degrees, saturation: 0.84, 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 #BC6B10 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.26 |
| HSL | 31.74º | 0.84% | 0.4% | - |
| HSV(B) | 31.74º | 0.91% | 0.74% | - |
| XYZ | 26.09 | 21.24 | 3.22 | - |
| YUV | 120.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 16 | 0 | 0.43 | 0.91 | 0.26 | 31.74 | 0.84 | 0.4 |
| Hex | BC | 6B | 10 | 0 | 2B | 5B | 1A | 20 | 54 | 28 |
| Octal | 274 | 153 | 20 | 0 | 53 | 133 | 32 | 40 | 124 | 50 |
| Binary | 10111100 | 1101011 | 10000 | 0 | 101011 | 1011011 | 11010 | 100000 | 1010100 | 101000 |
Color Harmonies of #BC6B10
Complementary color
Monochromatic Colors of #BC6B10
Black with #BC6B10
Text Example
Text Example
White with #BC6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B10; }
p { color: rgb(188,107,16); }
H1.HeaderClassName
{
color: #BC6B10;
}
.AnyTagClassName
{
color: #BC6B10;
}
</style>
background-color css
<style>
a { background-color: #BC6B10; }
a { background-color: rgb(188,107,16); }
div.DivClassName
{
background-color: #BC6B10;
}
.BgClassName
{
background-color: #BC6B10;
}
</style>
border-color css
<style>
span { border-color: #BC6B10; }
span { border-color: rgb(188,107,16); }
td.TdClassName
{
border-color: #BC6B10;
}
.TagClassName
{
border-color: #BC6B10;
}
</style>