Shades of Chestnut #BE4741
Tints of Chestnut #BE4741
RGB
CMYK
RGB Variations
Color information
#BE4741 (or 0xBE4741) is known color: Chestnut. HEX triplet: BE, 47 and 41. RGB value is (190,71,65). Sum of RGB (Red+Green+Blue) = 190+71+65=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4741 is #41B8BE. Grayscale: #6A6A6A. Windows color (decimal): -4307135 or 4278206. OLE color: 4278206.
HSL color Cylindrical-coordinate representation of color #BE4741: hue angle of 2.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4741 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 65 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.25 |
| HSL | 2.88º | 0.49% | 0.5% | - |
| HSV(B) | 2.88º | 0.66% | 0.75% | - |
| XYZ | 24.44 | 15.84 | 6.77 | - |
| YUV | 105.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 65 | 0 | 0.63 | 0.66 | 0.25 | 2.88 | 0.49 | 0.5 |
| Hex | BE | 47 | 41 | 0 | 3F | 42 | 19 | 3 | 31 | 32 |
| Octal | 276 | 107 | 101 | 0 | 77 | 102 | 31 | 3 | 61 | 62 |
| Binary | 10111110 | 1000111 | 1000001 | 0 | 111111 | 1000010 | 11001 | 11 | 110001 | 110010 |
Color Harmonies of #BE4741
Complementary color
Monochromatic Colors of #BE4741
Black with #BE4741
Text Example
Text Example
White with #BE4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4741; }
p { color: rgb(190,71,65); }
H1.HeaderClassName
{
color: #BE4741;
}
.AnyTagClassName
{
color: #BE4741;
}
</style>
background-color css
<style>
a { background-color: #BE4741; }
a { background-color: rgb(190,71,65); }
div.DivClassName
{
background-color: #BE4741;
}
.BgClassName
{
background-color: #BE4741;
}
</style>
border-color css
<style>
span { border-color: #BE4741; }
span { border-color: rgb(190,71,65); }
td.TdClassName
{
border-color: #BE4741;
}
.TagClassName
{
border-color: #BE4741;
}
</style>