Shades of Chocolate #BC6410
Tints of Chocolate #BC6410
RGB
CMYK
RGB Variations
Color information
#BC6410 (or 0xBC6410) is known color: Chocolate. HEX triplet: BC, 64 and 10. RGB value is (188,100,16). Sum of RGB (Red+Green+Blue) = 188+100+16=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6410 is #439BEF. Grayscale: #757575. Windows color (decimal): -4430832 or 1074364. OLE color: 1074364.
HSL color Cylindrical-coordinate representation of color #BC6410: hue angle of 29.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6410 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 16 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.26 |
| HSL | 29.3º | 0.84% | 0.4% | - |
| HSV(B) | 29.3º | 0.91% | 0.74% | - |
| XYZ | 25.39 | 19.84 | 2.98 | - |
| YUV | 116.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 16 | 0 | 0.47 | 0.91 | 0.26 | 29.3 | 0.84 | 0.4 |
| Hex | BC | 64 | 10 | 0 | 2F | 5B | 1A | 1D | 54 | 28 |
| Octal | 274 | 144 | 20 | 0 | 57 | 133 | 32 | 35 | 124 | 50 |
| Binary | 10111100 | 1100100 | 10000 | 0 | 101111 | 1011011 | 11010 | 11101 | 1010100 | 101000 |
Color Harmonies of #BC6410
Complementary color
Monochromatic Colors of #BC6410
Black with #BC6410
Text Example
Text Example
White with #BC6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6410; }
p { color: rgb(188,100,16); }
H1.HeaderClassName
{
color: #BC6410;
}
.AnyTagClassName
{
color: #BC6410;
}
</style>
background-color css
<style>
a { background-color: #BC6410; }
a { background-color: rgb(188,100,16); }
div.DivClassName
{
background-color: #BC6410;
}
.BgClassName
{
background-color: #BC6410;
}
</style>
border-color css
<style>
span { border-color: #BC6410; }
span { border-color: rgb(188,100,16); }
td.TdClassName
{
border-color: #BC6410;
}
.TagClassName
{
border-color: #BC6410;
}
</style>