Shades of Chocolate #BC6213
Tints of Chocolate #BC6213
RGB
CMYK
RGB Variations
Color information
#BC6213 (or 0xBC6213) is known color: Chocolate. HEX triplet: BC, 62 and 13. RGB value is (188,98,19). Sum of RGB (Red+Green+Blue) = 188+98+19=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6213 is #439DEC. Grayscale: #747474. Windows color (decimal): -4431341 or 1270460. OLE color: 1270460.
HSL color Cylindrical-coordinate representation of color #BC6213: hue angle of 28.05º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6213 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 19 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.26 |
| HSL | 28.05º | 0.82% | 0.41% | - |
| HSV(B) | 28.05º | 0.9% | 0.74% | - |
| XYZ | 25.22 | 19.47 | 3.05 | - |
| YUV | 115.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 19 | 0 | 0.48 | 0.90 | 0.26 | 28.05 | 0.82 | 0.41 |
| Hex | BC | 62 | 13 | 0 | 30 | 5A | 1A | 1C | 52 | 29 |
| Octal | 274 | 142 | 23 | 0 | 60 | 132 | 32 | 34 | 122 | 51 |
| Binary | 10111100 | 1100010 | 10011 | 0 | 110000 | 1011010 | 11010 | 11100 | 1010010 | 101001 |
Color Harmonies of #BC6213
Complementary color
Monochromatic Colors of #BC6213
Black with #BC6213
Text Example
Text Example
White with #BC6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6213; }
p { color: rgb(188,98,19); }
H1.HeaderClassName
{
color: #BC6213;
}
.AnyTagClassName
{
color: #BC6213;
}
</style>
background-color css
<style>
a { background-color: #BC6213; }
a { background-color: rgb(188,98,19); }
div.DivClassName
{
background-color: #BC6213;
}
.BgClassName
{
background-color: #BC6213;
}
</style>
border-color css
<style>
span { border-color: #BC6213; }
span { border-color: rgb(188,98,19); }
td.TdClassName
{
border-color: #BC6213;
}
.TagClassName
{
border-color: #BC6213;
}
</style>