Shades of Chocolate #BE6419
Tints of Chocolate #BE6419
RGB
CMYK
RGB Variations
Color information
#BE6419 (or 0xBE6419) is known color: Chocolate. HEX triplet: BE, 64 and 19. RGB value is (190,100,25). Sum of RGB (Red+Green+Blue) = 190+100+25=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6419 is #419BE6. Grayscale: #767676. Windows color (decimal): -4299751 or 1664190. OLE color: 1664190.
HSL color Cylindrical-coordinate representation of color #BE6419: hue angle of 27.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE6419 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 25 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.25 |
| HSL | 27.27º | 0.77% | 0.42% | - |
| HSV(B) | 27.27º | 0.87% | 0.75% | - |
| XYZ | 25.97 | 20.13 | 3.44 | - |
| YUV | 118.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 25 | 0 | 0.47 | 0.87 | 0.25 | 27.27 | 0.77 | 0.42 |
| Hex | BE | 64 | 19 | 0 | 2F | 57 | 19 | 1B | 4D | 2A |
| Octal | 276 | 144 | 31 | 0 | 57 | 127 | 31 | 33 | 115 | 52 |
| Binary | 10111110 | 1100100 | 11001 | 0 | 101111 | 1010111 | 11001 | 11011 | 1001101 | 101010 |
Color Harmonies of #BE6419
Complementary color
Monochromatic Colors of #BE6419
Black with #BE6419
Text Example
Text Example
White with #BE6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6419; }
p { color: rgb(190,100,25); }
H1.HeaderClassName
{
color: #BE6419;
}
.AnyTagClassName
{
color: #BE6419;
}
</style>
background-color css
<style>
a { background-color: #BE6419; }
a { background-color: rgb(190,100,25); }
div.DivClassName
{
background-color: #BE6419;
}
.BgClassName
{
background-color: #BE6419;
}
</style>
border-color css
<style>
span { border-color: #BE6419; }
span { border-color: rgb(190,100,25); }
td.TdClassName
{
border-color: #BE6419;
}
.TagClassName
{
border-color: #BE6419;
}
</style>