Shades of Chocolate #BE6610
Tints of Chocolate #BE6610
RGB
CMYK
RGB Variations
Color information
#BE6610 (or 0xBE6610) is known color: Chocolate. HEX triplet: BE, 66 and 10. RGB value is (190,102,16). Sum of RGB (Red+Green+Blue) = 190+102+16=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6610 is #4199EF. Grayscale: #767676. Windows color (decimal): -4299248 or 1074878. OLE color: 1074878.
HSL color Cylindrical-coordinate representation of color #BE6610: hue angle of 29.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE6610 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 29.66º | 0.84% | 0.4% | - |
| HSV(B) | 29.66º | 0.92% | 0.75% | - |
| XYZ | 26.08 | 20.49 | 3.07 | - |
| YUV | 118.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 16 | 0 | 0.46 | 0.92 | 0.25 | 29.66 | 0.84 | 0.4 |
| Hex | BE | 66 | 10 | 0 | 2E | 5C | 19 | 1E | 54 | 28 |
| Octal | 276 | 146 | 20 | 0 | 56 | 134 | 31 | 36 | 124 | 50 |
| Binary | 10111110 | 1100110 | 10000 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010100 | 101000 |
Color Harmonies of #BE6610
Complementary color
Monochromatic Colors of #BE6610
Black with #BE6610
Text Example
Text Example
White with #BE6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6610; }
p { color: rgb(190,102,16); }
H1.HeaderClassName
{
color: #BE6610;
}
.AnyTagClassName
{
color: #BE6610;
}
</style>
background-color css
<style>
a { background-color: #BE6610; }
a { background-color: rgb(190,102,16); }
div.DivClassName
{
background-color: #BE6610;
}
.BgClassName
{
background-color: #BE6610;
}
</style>
border-color css
<style>
span { border-color: #BE6610; }
span { border-color: rgb(190,102,16); }
td.TdClassName
{
border-color: #BE6610;
}
.TagClassName
{
border-color: #BE6610;
}
</style>