Shades of Chocolate #BC6716
Tints of Chocolate #BC6716
RGB
CMYK
RGB Variations
Color information
#BC6716 (or 0xBC6716) is known color: Chocolate. HEX triplet: BC, 67 and 16. RGB value is (188,103,22). Sum of RGB (Red+Green+Blue) = 188+103+22=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6716 is #4398E9. Grayscale: #777777. Windows color (decimal): -4430058 or 1468348. OLE color: 1468348.
HSL color Cylindrical-coordinate representation of color #BC6716: hue angle of 29.28º degrees, saturation: 0.79, 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 #BC6716 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 22 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.26 |
| HSL | 29.28º | 0.79% | 0.41% | - |
| HSV(B) | 29.28º | 0.88% | 0.74% | - |
| XYZ | 25.73 | 20.45 | 3.35 | - |
| YUV | 119.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 22 | 0 | 0.45 | 0.88 | 0.26 | 29.28 | 0.79 | 0.41 |
| Hex | BC | 67 | 16 | 0 | 2D | 58 | 1A | 1D | 4F | 29 |
| Octal | 274 | 147 | 26 | 0 | 55 | 130 | 32 | 35 | 117 | 51 |
| Binary | 10111100 | 1100111 | 10110 | 0 | 101101 | 1011000 | 11010 | 11101 | 1001111 | 101001 |
Color Harmonies of #BC6716
Complementary color
Monochromatic Colors of #BC6716
Black with #BC6716
Text Example
Text Example
White with #BC6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6716; }
p { color: rgb(188,103,22); }
H1.HeaderClassName
{
color: #BC6716;
}
.AnyTagClassName
{
color: #BC6716;
}
</style>
background-color css
<style>
a { background-color: #BC6716; }
a { background-color: rgb(188,103,22); }
div.DivClassName
{
background-color: #BC6716;
}
.BgClassName
{
background-color: #BC6716;
}
</style>
border-color css
<style>
span { border-color: #BC6716; }
span { border-color: rgb(188,103,22); }
td.TdClassName
{
border-color: #BC6716;
}
.TagClassName
{
border-color: #BC6716;
}
</style>