Shades of Chocolate #BC6517
Tints of Chocolate #BC6517
RGB
CMYK
RGB Variations
Color information
#BC6517 (or 0xBC6517) is known color: Chocolate. HEX triplet: BC, 65 and 17. RGB value is (188,101,23). Sum of RGB (Red+Green+Blue) = 188+101+23=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6517 is #439AE8. Grayscale: #767676. Windows color (decimal): -4430569 or 1533372. OLE color: 1533372.
HSL color Cylindrical-coordinate representation of color #BC6517: hue angle of 28.36º 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 #BC6517 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.26 |
| HSL | 28.36º | 0.78% | 0.41% | - |
| HSV(B) | 28.36º | 0.88% | 0.74% | - |
| XYZ | 25.55 | 20.06 | 3.34 | - |
| YUV | 118.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 23 | 0 | 0.46 | 0.88 | 0.26 | 28.36 | 0.78 | 0.41 |
| Hex | BC | 65 | 17 | 0 | 2E | 58 | 1A | 1C | 4E | 29 |
| Octal | 274 | 145 | 27 | 0 | 56 | 130 | 32 | 34 | 116 | 51 |
| Binary | 10111100 | 1100101 | 10111 | 0 | 101110 | 1011000 | 11010 | 11100 | 1001110 | 101001 |
Color Harmonies of #BC6517
Complementary color
Monochromatic Colors of #BC6517
Black with #BC6517
Text Example
Text Example
White with #BC6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6517; }
p { color: rgb(188,101,23); }
H1.HeaderClassName
{
color: #BC6517;
}
.AnyTagClassName
{
color: #BC6517;
}
</style>
background-color css
<style>
a { background-color: #BC6517; }
a { background-color: rgb(188,101,23); }
div.DivClassName
{
background-color: #BC6517;
}
.BgClassName
{
background-color: #BC6517;
}
</style>
border-color css
<style>
span { border-color: #BC6517; }
span { border-color: rgb(188,101,23); }
td.TdClassName
{
border-color: #BC6517;
}
.TagClassName
{
border-color: #BC6517;
}
</style>