Shades of Chestnut #BE473F
Tints of Chestnut #BE473F
RGB
CMYK
RGB Variations
Color information
#BE473F (or 0xBE473F) is known color: Chestnut. HEX triplet: BE, 47 and 3F. RGB value is (190,71,63). Sum of RGB (Red+Green+Blue) = 190+71+63=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE473F is #41B8C0. Grayscale: #696969. Windows color (decimal): -4307137 or 4147134. OLE color: 4147134.
HSL color Cylindrical-coordinate representation of color #BE473F: hue angle of 3.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE473F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 63 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.25 |
| HSL | 3.78º | 0.5% | 0.5% | - |
| HSV(B) | 3.78º | 0.67% | 0.75% | - |
| XYZ | 24.39 | 15.81 | 6.47 | - |
| YUV | 105.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 63 | 0 | 0.63 | 0.67 | 0.25 | 3.78 | 0.5 | 0.5 |
| Hex | BE | 47 | 3F | 0 | 3F | 43 | 19 | 4 | 32 | 32 |
| Octal | 276 | 107 | 77 | 0 | 77 | 103 | 31 | 4 | 62 | 62 |
| Binary | 10111110 | 1000111 | 111111 | 0 | 111111 | 1000011 | 11001 | 100 | 110010 | 110010 |
Color Harmonies of #BE473F
Complementary color
Monochromatic Colors of #BE473F
Black with #BE473F
Text Example
Text Example
White with #BE473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE473F; }
p { color: rgb(190,71,63); }
H1.HeaderClassName
{
color: #BE473F;
}
.AnyTagClassName
{
color: #BE473F;
}
</style>
background-color css
<style>
a { background-color: #BE473F; }
a { background-color: rgb(190,71,63); }
div.DivClassName
{
background-color: #BE473F;
}
.BgClassName
{
background-color: #BE473F;
}
</style>
border-color css
<style>
span { border-color: #BE473F; }
span { border-color: rgb(190,71,63); }
td.TdClassName
{
border-color: #BE473F;
}
.TagClassName
{
border-color: #BE473F;
}
</style>