Shades of Chestnut #BE4D41
Tints of Chestnut #BE4D41
RGB
CMYK
RGB Variations
Color information
#BE4D41 (or 0xBE4D41) is known color: Chestnut. HEX triplet: BE, 4D and 41. RGB value is (190,77,65). Sum of RGB (Red+Green+Blue) = 190+77+65=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D41 is #41B2BE. Grayscale: #6D6D6D. Windows color (decimal): -4305599 or 4279742. OLE color: 4279742.
HSL color Cylindrical-coordinate representation of color #BE4D41: hue angle of 5.76º degrees, saturation: 0.49, 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 #BE4D41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.25 |
| HSL | 5.76º | 0.49% | 0.5% | - |
| HSV(B) | 5.76º | 0.66% | 0.75% | - |
| XYZ | 24.84 | 16.64 | 6.9 | - |
| YUV | 109.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 65 | 0 | 0.59 | 0.66 | 0.25 | 5.76 | 0.49 | 0.5 |
| Hex | BE | 4D | 41 | 0 | 3B | 42 | 19 | 6 | 31 | 32 |
| Octal | 276 | 115 | 101 | 0 | 73 | 102 | 31 | 6 | 61 | 62 |
| Binary | 10111110 | 1001101 | 1000001 | 0 | 111011 | 1000010 | 11001 | 110 | 110001 | 110010 |
Color Harmonies of #BE4D41
Complementary color
Monochromatic Colors of #BE4D41
Black with #BE4D41
Text Example
Text Example
White with #BE4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D41; }
p { color: rgb(190,77,65); }
H1.HeaderClassName
{
color: #BE4D41;
}
.AnyTagClassName
{
color: #BE4D41;
}
</style>
background-color css
<style>
a { background-color: #BE4D41; }
a { background-color: rgb(190,77,65); }
div.DivClassName
{
background-color: #BE4D41;
}
.BgClassName
{
background-color: #BE4D41;
}
</style>
border-color css
<style>
span { border-color: #BE4D41; }
span { border-color: rgb(190,77,65); }
td.TdClassName
{
border-color: #BE4D41;
}
.TagClassName
{
border-color: #BE4D41;
}
</style>