Shades of Chocolate #BC6511
Tints of Chocolate #BC6511
RGB
CMYK
RGB Variations
Color information
#BC6511 (or 0xBC6511) is known color: Chocolate. HEX triplet: BC, 65 and 11. RGB value is (188,101,17). Sum of RGB (Red+Green+Blue) = 188+101+17=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6511 is #439AEE. Grayscale: #757575. Windows color (decimal): -4430575 or 1140156. OLE color: 1140156.
HSL color Cylindrical-coordinate representation of color #BC6511: hue angle of 29.47º degrees, saturation: 0.83, 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 #BC6511 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.26 |
| HSL | 29.47º | 0.83% | 0.4% | - |
| HSV(B) | 29.47º | 0.91% | 0.74% | - |
| XYZ | 25.49 | 20.04 | 3.05 | - |
| YUV | 117.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 17 | 0 | 0.46 | 0.91 | 0.26 | 29.47 | 0.83 | 0.4 |
| Hex | BC | 65 | 11 | 0 | 2E | 5B | 1A | 1D | 53 | 28 |
| Octal | 274 | 145 | 21 | 0 | 56 | 133 | 32 | 35 | 123 | 50 |
| Binary | 10111100 | 1100101 | 10001 | 0 | 101110 | 1011011 | 11010 | 11101 | 1010011 | 101000 |
Color Harmonies of #BC6511
Complementary color
Monochromatic Colors of #BC6511
Black with #BC6511
Text Example
Text Example
White with #BC6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6511; }
p { color: rgb(188,101,17); }
H1.HeaderClassName
{
color: #BC6511;
}
.AnyTagClassName
{
color: #BC6511;
}
</style>
background-color css
<style>
a { background-color: #BC6511; }
a { background-color: rgb(188,101,17); }
div.DivClassName
{
background-color: #BC6511;
}
.BgClassName
{
background-color: #BC6511;
}
</style>
border-color css
<style>
span { border-color: #BC6511; }
span { border-color: rgb(188,101,17); }
td.TdClassName
{
border-color: #BC6511;
}
.TagClassName
{
border-color: #BC6511;
}
</style>