Shades of Chocolate #BE6510
Tints of Chocolate #BE6510
RGB
CMYK
RGB Variations
Color information
#BE6510 (or 0xBE6510) is known color: Chocolate. HEX triplet: BE, 65 and 10. RGB value is (190,101,16). Sum of RGB (Red+Green+Blue) = 190+101+16=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6510 is #419AEF. Grayscale: #767676. Windows color (decimal): -4299504 or 1074622. OLE color: 1074622.
HSL color Cylindrical-coordinate representation of color #BE6510: hue angle of 29.31º 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 #BE6510 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.25 |
| HSL | 29.31º | 0.84% | 0.4% | - |
| HSV(B) | 29.31º | 0.92% | 0.75% | - |
| XYZ | 25.98 | 20.29 | 3.04 | - |
| YUV | 117.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 16 | 0 | 0.47 | 0.92 | 0.25 | 29.31 | 0.84 | 0.4 |
| Hex | BE | 65 | 10 | 0 | 2F | 5C | 19 | 1D | 54 | 28 |
| Octal | 276 | 145 | 20 | 0 | 57 | 134 | 31 | 35 | 124 | 50 |
| Binary | 10111110 | 1100101 | 10000 | 0 | 101111 | 1011100 | 11001 | 11101 | 1010100 | 101000 |
Color Harmonies of #BE6510
Complementary color
Monochromatic Colors of #BE6510
Black with #BE6510
Text Example
Text Example
White with #BE6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6510; }
p { color: rgb(190,101,16); }
H1.HeaderClassName
{
color: #BE6510;
}
.AnyTagClassName
{
color: #BE6510;
}
</style>
background-color css
<style>
a { background-color: #BE6510; }
a { background-color: rgb(190,101,16); }
div.DivClassName
{
background-color: #BE6510;
}
.BgClassName
{
background-color: #BE6510;
}
</style>
border-color css
<style>
span { border-color: #BE6510; }
span { border-color: rgb(190,101,16); }
td.TdClassName
{
border-color: #BE6510;
}
.TagClassName
{
border-color: #BE6510;
}
</style>