Shades of Chestnut #BE4A46
Tints of Chestnut #BE4A46
RGB
CMYK
RGB Variations
Color information
#BE4A46 (or 0xBE4A46) is known color: Chestnut. HEX triplet: BE, 4A and 46. RGB value is (190,74,70). Sum of RGB (Red+Green+Blue) = 190+74+70=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A46 is #41B5B9. Grayscale: #6C6C6C. Windows color (decimal): -4306362 or 4606654. OLE color: 4606654.
HSL color Cylindrical-coordinate representation of color #BE4A46: hue angle of 2º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4A46 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 70 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.25 |
| HSL | 2º | 0.48% | 0.51% | - |
| HSV(B) | 2º | 0.63% | 0.75% | - |
| XYZ | 24.79 | 16.29 | 7.63 | - |
| YUV | 108.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 70 | 0 | 0.61 | 0.63 | 0.25 | 2 | 0.48 | 0.51 |
| Hex | BE | 4A | 46 | 0 | 3D | 3F | 19 | 2 | 30 | 33 |
| Octal | 276 | 112 | 106 | 0 | 75 | 77 | 31 | 2 | 60 | 63 |
| Binary | 10111110 | 1001010 | 1000110 | 0 | 111101 | 111111 | 11001 | 10 | 110000 | 110011 |
Color Harmonies of #BE4A46
Complementary color
Monochromatic Colors of #BE4A46
Black with #BE4A46
Text Example
Text Example
White with #BE4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A46; }
p { color: rgb(190,74,70); }
H1.HeaderClassName
{
color: #BE4A46;
}
.AnyTagClassName
{
color: #BE4A46;
}
</style>
background-color css
<style>
a { background-color: #BE4A46; }
a { background-color: rgb(190,74,70); }
div.DivClassName
{
background-color: #BE4A46;
}
.BgClassName
{
background-color: #BE4A46;
}
</style>
border-color css
<style>
span { border-color: #BE4A46; }
span { border-color: rgb(190,74,70); }
td.TdClassName
{
border-color: #BE4A46;
}
.TagClassName
{
border-color: #BE4A46;
}
</style>