Shades of Chocolate #BE6513
Tints of Chocolate #BE6513
RGB
CMYK
RGB Variations
Color information
#BE6513 (or 0xBE6513) is known color: Chocolate. HEX triplet: BE, 65 and 13. RGB value is (190,101,19). Sum of RGB (Red+Green+Blue) = 190+101+19=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6513 is #419AEC. Grayscale: #767676. Windows color (decimal): -4299501 or 1271230. OLE color: 1271230.
HSL color Cylindrical-coordinate representation of color #BE6513: hue angle of 28.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE6513 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.25 |
| HSL | 28.77º | 0.82% | 0.41% | - |
| HSV(B) | 28.77º | 0.9% | 0.75% | - |
| XYZ | 26.01 | 20.3 | 3.16 | - |
| YUV | 118.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 19 | 0 | 0.47 | 0.90 | 0.25 | 28.77 | 0.82 | 0.41 |
| Hex | BE | 65 | 13 | 0 | 2F | 5A | 19 | 1D | 52 | 29 |
| Octal | 276 | 145 | 23 | 0 | 57 | 132 | 31 | 35 | 122 | 51 |
| Binary | 10111110 | 1100101 | 10011 | 0 | 101111 | 1011010 | 11001 | 11101 | 1010010 | 101001 |
Color Harmonies of #BE6513
Complementary color
Monochromatic Colors of #BE6513
Black with #BE6513
Text Example
Text Example
White with #BE6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6513; }
p { color: rgb(190,101,19); }
H1.HeaderClassName
{
color: #BE6513;
}
.AnyTagClassName
{
color: #BE6513;
}
</style>
background-color css
<style>
a { background-color: #BE6513; }
a { background-color: rgb(190,101,19); }
div.DivClassName
{
background-color: #BE6513;
}
.BgClassName
{
background-color: #BE6513;
}
</style>
border-color css
<style>
span { border-color: #BE6513; }
span { border-color: rgb(190,101,19); }
td.TdClassName
{
border-color: #BE6513;
}
.TagClassName
{
border-color: #BE6513;
}
</style>