Shades of Ochre #BC6B17
Tints of Ochre #BC6B17
RGB
CMYK
RGB Variations
Color information
#BC6B17 (or 0xBC6B17) is known color: Ochre. HEX triplet: BC, 6B and 17. RGB value is (188,107,23). Sum of RGB (Red+Green+Blue) = 188+107+23=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B17 is #4394E8. Grayscale: #7A7A7A. Windows color (decimal): -4429033 or 1534908. OLE color: 1534908.
HSL color Cylindrical-coordinate representation of color #BC6B17: hue angle of 30.55º 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 #BC6B17 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 23 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.26 |
| HSL | 30.55º | 0.78% | 0.41% | - |
| HSV(B) | 30.55º | 0.88% | 0.74% | - |
| XYZ | 26.15 | 21.27 | 3.54 | - |
| YUV | 121.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 23 | 0 | 0.43 | 0.88 | 0.26 | 30.55 | 0.78 | 0.41 |
| Hex | BC | 6B | 17 | 0 | 2B | 58 | 1A | 1F | 4E | 29 |
| Octal | 274 | 153 | 27 | 0 | 53 | 130 | 32 | 37 | 116 | 51 |
| Binary | 10111100 | 1101011 | 10111 | 0 | 101011 | 1011000 | 11010 | 11111 | 1001110 | 101001 |
Color Harmonies of #BC6B17
Complementary color
Monochromatic Colors of #BC6B17
Black with #BC6B17
Text Example
Text Example
White with #BC6B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B17; }
p { color: rgb(188,107,23); }
H1.HeaderClassName
{
color: #BC6B17;
}
.AnyTagClassName
{
color: #BC6B17;
}
</style>
background-color css
<style>
a { background-color: #BC6B17; }
a { background-color: rgb(188,107,23); }
div.DivClassName
{
background-color: #BC6B17;
}
.BgClassName
{
background-color: #BC6B17;
}
</style>
border-color css
<style>
span { border-color: #BC6B17; }
span { border-color: rgb(188,107,23); }
td.TdClassName
{
border-color: #BC6B17;
}
.TagClassName
{
border-color: #BC6B17;
}
</style>