Shades of Chestnut #BE4A45
Tints of Chestnut #BE4A45
RGB
CMYK
RGB Variations
Color information
#BE4A45 (or 0xBE4A45) is known color: Chestnut. HEX triplet: BE, 4A and 45. RGB value is (190,74,69). Sum of RGB (Red+Green+Blue) = 190+74+69=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A45 is #41B5BA. Grayscale: #6C6C6C. Windows color (decimal): -4306363 or 4541118. OLE color: 4541118.
HSL color Cylindrical-coordinate representation of color #BE4A45: hue angle of 2.48º 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 #BE4A45 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 69 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.25 |
| HSL | 2.48º | 0.48% | 0.51% | - |
| HSV(B) | 2.48º | 0.64% | 0.75% | - |
| XYZ | 24.76 | 16.27 | 7.47 | - |
| YUV | 108.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 69 | 0 | 0.61 | 0.64 | 0.25 | 2.48 | 0.48 | 0.51 |
| Hex | BE | 4A | 45 | 0 | 3D | 40 | 19 | 2 | 30 | 33 |
| Octal | 276 | 112 | 105 | 0 | 75 | 100 | 31 | 2 | 60 | 63 |
| Binary | 10111110 | 1001010 | 1000101 | 0 | 111101 | 1000000 | 11001 | 10 | 110000 | 110011 |
Color Harmonies of #BE4A45
Complementary color
Monochromatic Colors of #BE4A45
Black with #BE4A45
Text Example
Text Example
White with #BE4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A45; }
p { color: rgb(190,74,69); }
H1.HeaderClassName
{
color: #BE4A45;
}
.AnyTagClassName
{
color: #BE4A45;
}
</style>
background-color css
<style>
a { background-color: #BE4A45; }
a { background-color: rgb(190,74,69); }
div.DivClassName
{
background-color: #BE4A45;
}
.BgClassName
{
background-color: #BE4A45;
}
</style>
border-color css
<style>
span { border-color: #BE4A45; }
span { border-color: rgb(190,74,69); }
td.TdClassName
{
border-color: #BE4A45;
}
.TagClassName
{
border-color: #BE4A45;
}
</style>