Shades of Chestnut #BE4A4A
Tints of Chestnut #BE4A4A
RGB
CMYK
RGB Variations
Color information
#BE4A4A (or 0xBE4A4A) is known color: Chestnut. HEX triplet: BE, 4A and 4A. RGB value is (190,74,74). Sum of RGB (Red+Green+Blue) = 190+74+74=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A4A is #41B5B5. Grayscale: #6C6C6C. Windows color (decimal): -4306358 or 4868798. OLE color: 4868798.
HSL color Cylindrical-coordinate representation of color #BE4A4A: 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.61%. Process color model (Four color, CMYK) of #BE4A4A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 74 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.25 |
| HSL | 0º | 0.47% | 0.52% | - |
| HSV(B) | 0º | 0.61% | 0.75% | - |
| XYZ | 24.92 | 16.34 | 8.32 | - |
| YUV | 108.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 74 | 0 | 0.61 | 0.61 | 0.25 | 0 | 0.47 | 0.52 |
| Hex | BE | 4A | 4A | 0 | 3D | 3D | 19 | 0 | 2F | 34 |
| Octal | 276 | 112 | 112 | 0 | 75 | 75 | 31 | 0 | 57 | 64 |
| Binary | 10111110 | 1001010 | 1001010 | 0 | 111101 | 111101 | 11001 | 0 | 101111 | 110100 |
Color Harmonies of #BE4A4A
Complementary color
Monochromatic Colors of #BE4A4A
Black with #BE4A4A
Text Example
Text Example
White with #BE4A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A4A; }
p { color: rgb(190,74,74); }
H1.HeaderClassName
{
color: #BE4A4A;
}
.AnyTagClassName
{
color: #BE4A4A;
}
</style>
background-color css
<style>
a { background-color: #BE4A4A; }
a { background-color: rgb(190,74,74); }
div.DivClassName
{
background-color: #BE4A4A;
}
.BgClassName
{
background-color: #BE4A4A;
}
</style>
border-color css
<style>
span { border-color: #BE4A4A; }
span { border-color: rgb(190,74,74); }
td.TdClassName
{
border-color: #BE4A4A;
}
.TagClassName
{
border-color: #BE4A4A;
}
</style>