Shades of Chestnut #BE4D40
Tints of Chestnut #BE4D40
RGB
CMYK
RGB Variations
Color information
#BE4D40 (or 0xBE4D40) is known color: Chestnut. HEX triplet: BE, 4D and 40. RGB value is (190,77,64). Sum of RGB (Red+Green+Blue) = 190+77+64=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D40 is #41B2BF. Grayscale: #6D6D6D. Windows color (decimal): -4305600 or 4214206. OLE color: 4214206.
HSL color Cylindrical-coordinate representation of color #BE4D40: hue angle of 6.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4D40 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 64 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.25 |
| HSL | 6.19º | 0.5% | 0.5% | - |
| HSV(B) | 6.19º | 0.66% | 0.75% | - |
| XYZ | 24.81 | 16.63 | 6.75 | - |
| YUV | 109.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 64 | 0 | 0.59 | 0.66 | 0.25 | 6.19 | 0.5 | 0.5 |
| Hex | BE | 4D | 40 | 0 | 3B | 42 | 19 | 6 | 32 | 32 |
| Octal | 276 | 115 | 100 | 0 | 73 | 102 | 31 | 6 | 62 | 62 |
| Binary | 10111110 | 1001101 | 1000000 | 0 | 111011 | 1000010 | 11001 | 110 | 110010 | 110010 |
Color Harmonies of #BE4D40
Complementary color
Monochromatic Colors of #BE4D40
Black with #BE4D40
Text Example
Text Example
White with #BE4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D40; }
p { color: rgb(190,77,64); }
H1.HeaderClassName
{
color: #BE4D40;
}
.AnyTagClassName
{
color: #BE4D40;
}
</style>
background-color css
<style>
a { background-color: #BE4D40; }
a { background-color: rgb(190,77,64); }
div.DivClassName
{
background-color: #BE4D40;
}
.BgClassName
{
background-color: #BE4D40;
}
</style>
border-color css
<style>
span { border-color: #BE4D40; }
span { border-color: rgb(190,77,64); }
td.TdClassName
{
border-color: #BE4D40;
}
.TagClassName
{
border-color: #BE4D40;
}
</style>