Shades of Chestnut #BE4A41
Tints of Chestnut #BE4A41
RGB
CMYK
RGB Variations
Color information
#BE4A41 (or 0xBE4A41) is known color: Chestnut. HEX triplet: BE, 4A and 41. RGB value is (190,74,65). Sum of RGB (Red+Green+Blue) = 190+74+65=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A41 is #41B5BE. Grayscale: #6B6B6B. Windows color (decimal): -4306367 or 4278974. OLE color: 4278974.
HSL color Cylindrical-coordinate representation of color #BE4A41: hue angle of 4.32º 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 #BE4A41 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 65 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.25 |
| HSL | 4.32º | 0.49% | 0.5% | - |
| HSV(B) | 4.32º | 0.66% | 0.75% | - |
| XYZ | 24.64 | 16.23 | 6.83 | - |
| YUV | 107.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 65 | 0 | 0.61 | 0.66 | 0.25 | 4.32 | 0.49 | 0.5 |
| Hex | BE | 4A | 41 | 0 | 3D | 42 | 19 | 4 | 31 | 32 |
| Octal | 276 | 112 | 101 | 0 | 75 | 102 | 31 | 4 | 61 | 62 |
| Binary | 10111110 | 1001010 | 1000001 | 0 | 111101 | 1000010 | 11001 | 100 | 110001 | 110010 |
Color Harmonies of #BE4A41
Complementary color
Monochromatic Colors of #BE4A41
Black with #BE4A41
Text Example
Text Example
White with #BE4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A41; }
p { color: rgb(190,74,65); }
H1.HeaderClassName
{
color: #BE4A41;
}
.AnyTagClassName
{
color: #BE4A41;
}
</style>
background-color css
<style>
a { background-color: #BE4A41; }
a { background-color: rgb(190,74,65); }
div.DivClassName
{
background-color: #BE4A41;
}
.BgClassName
{
background-color: #BE4A41;
}
</style>
border-color css
<style>
span { border-color: #BE4A41; }
span { border-color: rgb(190,74,65); }
td.TdClassName
{
border-color: #BE4A41;
}
.TagClassName
{
border-color: #BE4A41;
}
</style>