Shades of Ochre #BC6D17
Tints of Ochre #BC6D17
RGB
CMYK
RGB Variations
Color information
#BC6D17 (or 0xBC6D17) is known color: Ochre. HEX triplet: BC, 6D and 17. RGB value is (188,109,23). Sum of RGB (Red+Green+Blue) = 188+109+23=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D17 is #4392E8. Grayscale: #7B7B7B. Windows color (decimal): -4428521 or 1535420. OLE color: 1535420.
HSL color Cylindrical-coordinate representation of color #BC6D17: hue angle of 31.27º 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 #BC6D17 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 23 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.26 |
| HSL | 31.27º | 0.78% | 0.41% | - |
| HSV(B) | 31.27º | 0.88% | 0.74% | - |
| XYZ | 26.36 | 21.69 | 3.61 | - |
| YUV | 122.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 23 | 0 | 0.42 | 0.88 | 0.26 | 31.27 | 0.78 | 0.41 |
| Hex | BC | 6D | 17 | 0 | 2A | 58 | 1A | 1F | 4E | 29 |
| Octal | 274 | 155 | 27 | 0 | 52 | 130 | 32 | 37 | 116 | 51 |
| Binary | 10111100 | 1101101 | 10111 | 0 | 101010 | 1011000 | 11010 | 11111 | 1001110 | 101001 |
Color Harmonies of #BC6D17
Complementary color
Monochromatic Colors of #BC6D17
Black with #BC6D17
Text Example
Text Example
White with #BC6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D17; }
p { color: rgb(188,109,23); }
H1.HeaderClassName
{
color: #BC6D17;
}
.AnyTagClassName
{
color: #BC6D17;
}
</style>
background-color css
<style>
a { background-color: #BC6D17; }
a { background-color: rgb(188,109,23); }
div.DivClassName
{
background-color: #BC6D17;
}
.BgClassName
{
background-color: #BC6D17;
}
</style>
border-color css
<style>
span { border-color: #BC6D17; }
span { border-color: rgb(188,109,23); }
td.TdClassName
{
border-color: #BC6D17;
}
.TagClassName
{
border-color: #BC6D17;
}
</style>