Shades of Chocolate #BC6817
Tints of Chocolate #BC6817
RGB
CMYK
RGB Variations
Color information
#BC6817 (or 0xBC6817) is known color: Chocolate. HEX triplet: BC, 68 and 17. RGB value is (188,104,23). Sum of RGB (Red+Green+Blue) = 188+104+23=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6817 is #4397E8. Grayscale: #787878. Windows color (decimal): -4429801 or 1534140. OLE color: 1534140.
HSL color Cylindrical-coordinate representation of color #BC6817: hue angle of 29.45º 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 #BC6817 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.26 |
| HSL | 29.45º | 0.78% | 0.41% | - |
| HSV(B) | 29.45º | 0.88% | 0.74% | - |
| XYZ | 25.84 | 20.65 | 3.44 | - |
| YUV | 119.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 23 | 0 | 0.45 | 0.88 | 0.26 | 29.45 | 0.78 | 0.41 |
| Hex | BC | 68 | 17 | 0 | 2D | 58 | 1A | 1D | 4E | 29 |
| Octal | 274 | 150 | 27 | 0 | 55 | 130 | 32 | 35 | 116 | 51 |
| Binary | 10111100 | 1101000 | 10111 | 0 | 101101 | 1011000 | 11010 | 11101 | 1001110 | 101001 |
Color Harmonies of #BC6817
Complementary color
Monochromatic Colors of #BC6817
Black with #BC6817
Text Example
Text Example
White with #BC6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6817; }
p { color: rgb(188,104,23); }
H1.HeaderClassName
{
color: #BC6817;
}
.AnyTagClassName
{
color: #BC6817;
}
</style>
background-color css
<style>
a { background-color: #BC6817; }
a { background-color: rgb(188,104,23); }
div.DivClassName
{
background-color: #BC6817;
}
.BgClassName
{
background-color: #BC6817;
}
</style>
border-color css
<style>
span { border-color: #BC6817; }
span { border-color: rgb(188,104,23); }
td.TdClassName
{
border-color: #BC6817;
}
.TagClassName
{
border-color: #BC6817;
}
</style>