Shades of Chestnut #BE4844
Tints of Chestnut #BE4844
RGB
CMYK
RGB Variations
Color information
#BE4844 (or 0xBE4844) is known color: Chestnut. HEX triplet: BE, 48 and 44. RGB value is (190,72,68). Sum of RGB (Red+Green+Blue) = 190+72+68=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4844 is #41B7BB. Grayscale: #6A6A6A. Windows color (decimal): -4306876 or 4475070. OLE color: 4475070.
HSL color Cylindrical-coordinate representation of color #BE4844: hue angle of 1.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4844 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 68 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.25 |
| HSL | 1.97º | 0.48% | 0.51% | - |
| HSV(B) | 1.97º | 0.64% | 0.75% | - |
| XYZ | 24.6 | 16 | 7.26 | - |
| YUV | 106.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 68 | 0 | 0.62 | 0.64 | 0.25 | 1.97 | 0.48 | 0.51 |
| Hex | BE | 48 | 44 | 0 | 3E | 40 | 19 | 2 | 30 | 33 |
| Octal | 276 | 110 | 104 | 0 | 76 | 100 | 31 | 2 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1000100 | 0 | 111110 | 1000000 | 11001 | 10 | 110000 | 110011 |
Color Harmonies of #BE4844
Complementary color
Monochromatic Colors of #BE4844
Black with #BE4844
Text Example
Text Example
White with #BE4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4844; }
p { color: rgb(190,72,68); }
H1.HeaderClassName
{
color: #BE4844;
}
.AnyTagClassName
{
color: #BE4844;
}
</style>
background-color css
<style>
a { background-color: #BE4844; }
a { background-color: rgb(190,72,68); }
div.DivClassName
{
background-color: #BE4844;
}
.BgClassName
{
background-color: #BE4844;
}
</style>
border-color css
<style>
span { border-color: #BE4844; }
span { border-color: rgb(190,72,68); }
td.TdClassName
{
border-color: #BE4844;
}
.TagClassName
{
border-color: #BE4844;
}
</style>