Shades of Chestnut #BE413E
Tints of Chestnut #BE413E
RGB
CMYK
RGB Variations
Color information
#BE413E (or 0xBE413E) is known color: Chestnut. HEX triplet: BE, 41 and 3E. RGB value is (190,65,62). Sum of RGB (Red+Green+Blue) = 190+65+62=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE413E is #41BEC1. Grayscale: #666666. Windows color (decimal): -4308674 or 4080062. OLE color: 4080062.
HSL color Cylindrical-coordinate representation of color #BE413E: hue angle of 1.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE413E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 62 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.25 |
| HSL | 1.41º | 0.51% | 0.49% | - |
| HSV(B) | 1.41º | 0.67% | 0.75% | - |
| XYZ | 24 | 15.08 | 6.2 | - |
| YUV | 102.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 62 | 0 | 0.66 | 0.67 | 0.25 | 1.41 | 0.51 | 0.49 |
| Hex | BE | 41 | 3E | 0 | 42 | 43 | 19 | 1 | 33 | 31 |
| Octal | 276 | 101 | 76 | 0 | 102 | 103 | 31 | 1 | 63 | 61 |
| Binary | 10111110 | 1000001 | 111110 | 0 | 1000010 | 1000011 | 11001 | 1 | 110011 | 110001 |
Color Harmonies of #BE413E
Complementary color
Monochromatic Colors of #BE413E
Black with #BE413E
Text Example
Text Example
White with #BE413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE413E; }
p { color: rgb(190,65,62); }
H1.HeaderClassName
{
color: #BE413E;
}
.AnyTagClassName
{
color: #BE413E;
}
</style>
background-color css
<style>
a { background-color: #BE413E; }
a { background-color: rgb(190,65,62); }
div.DivClassName
{
background-color: #BE413E;
}
.BgClassName
{
background-color: #BE413E;
}
</style>
border-color css
<style>
span { border-color: #BE413E; }
span { border-color: rgb(190,65,62); }
td.TdClassName
{
border-color: #BE413E;
}
.TagClassName
{
border-color: #BE413E;
}
</style>