Shades of Chestnut #BD4E41
Tints of Chestnut #BD4E41
RGB
CMYK
RGB Variations
Color information
#BD4E41 (or 0xBD4E41) is known color: Chestnut. HEX triplet: BD, 4E and 41. RGB value is (189,78,65). Sum of RGB (Red+Green+Blue) = 189+78+65=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E41 is #42B1BE. Grayscale: #6D6D6D. Windows color (decimal): -4370879 or 4279997. OLE color: 4279997.
HSL color Cylindrical-coordinate representation of color #BD4E41: hue angle of 6.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4E41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.26 |
| HSL | 6.29º | 0.49% | 0.5% | - |
| HSV(B) | 6.29º | 0.66% | 0.74% | - |
| XYZ | 24.66 | 16.65 | 6.91 | - |
| YUV | 109.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 65 | 0 | 0.59 | 0.66 | 0.26 | 6.29 | 0.49 | 0.5 |
| Hex | BD | 4E | 41 | 0 | 3B | 42 | 1A | 6 | 31 | 32 |
| Octal | 275 | 116 | 101 | 0 | 73 | 102 | 32 | 6 | 61 | 62 |
| Binary | 10111101 | 1001110 | 1000001 | 0 | 111011 | 1000010 | 11010 | 110 | 110001 | 110010 |
Color Harmonies of #BD4E41
Complementary color
Monochromatic Colors of #BD4E41
Black with #BD4E41
Text Example
Text Example
White with #BD4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E41; }
p { color: rgb(189,78,65); }
H1.HeaderClassName
{
color: #BD4E41;
}
.AnyTagClassName
{
color: #BD4E41;
}
</style>
background-color css
<style>
a { background-color: #BD4E41; }
a { background-color: rgb(189,78,65); }
div.DivClassName
{
background-color: #BD4E41;
}
.BgClassName
{
background-color: #BD4E41;
}
</style>
border-color css
<style>
span { border-color: #BD4E41; }
span { border-color: rgb(189,78,65); }
td.TdClassName
{
border-color: #BD4E41;
}
.TagClassName
{
border-color: #BD4E41;
}
</style>