Shades of Chestnut #BE4949
Tints of Chestnut #BE4949
RGB
CMYK
RGB Variations
Color information
#BE4949 (or 0xBE4949) is known color: Chestnut. HEX triplet: BE, 49 and 49. RGB value is (190,73,73). Sum of RGB (Red+Green+Blue) = 190+73+73=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4949 is #41B6B6. Grayscale: #6C6C6C. Windows color (decimal): -4306615 or 4803006. OLE color: 4803006.
HSL color Cylindrical-coordinate representation of color #BE4949: hue angle of 0º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4949 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 73 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.25 |
| HSL | 0º | 0.47% | 0.52% | - |
| HSV(B) | 0º | 0.62% | 0.75% | - |
| XYZ | 24.82 | 16.19 | 8.12 | - |
| YUV | 107.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 73 | 0 | 0.62 | 0.62 | 0.25 | 0 | 0.47 | 0.52 |
| Hex | BE | 49 | 49 | 0 | 3E | 3E | 19 | 0 | 2F | 34 |
| Octal | 276 | 111 | 111 | 0 | 76 | 76 | 31 | 0 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1001001 | 0 | 111110 | 111110 | 11001 | 0 | 101111 | 110100 |
Color Harmonies of #BE4949
Complementary color
Monochromatic Colors of #BE4949
Black with #BE4949
Text Example
Text Example
White with #BE4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4949; }
p { color: rgb(190,73,73); }
H1.HeaderClassName
{
color: #BE4949;
}
.AnyTagClassName
{
color: #BE4949;
}
</style>
background-color css
<style>
a { background-color: #BE4949; }
a { background-color: rgb(190,73,73); }
div.DivClassName
{
background-color: #BE4949;
}
.BgClassName
{
background-color: #BE4949;
}
</style>
border-color css
<style>
span { border-color: #BE4949; }
span { border-color: rgb(190,73,73); }
td.TdClassName
{
border-color: #BE4949;
}
.TagClassName
{
border-color: #BE4949;
}
</style>