Shades of Chestnut #BD4444
Tints of Chestnut #BD4444
RGB
CMYK
RGB Variations
Color information
#BD4444 (or 0xBD4444) is known color: Chestnut. HEX triplet: BD, 44 and 44. RGB value is (189,68,68). Sum of RGB (Red+Green+Blue) = 189+68+68=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4444 is #42BBBB. Grayscale: #686868. Windows color (decimal): -4373436 or 4474045. OLE color: 4474045.
HSL color Cylindrical-coordinate representation of color #BD4444: hue angle of 0º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4444 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 68 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.26 |
| HSL | 0º | 0.48% | 0.5% | - |
| HSV(B) | 0º | 0.64% | 0.74% | - |
| XYZ | 24.1 | 15.37 | 7.17 | - |
| YUV | 104.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 68 | 0 | 0.64 | 0.64 | 0.26 | 0 | 0.48 | 0.5 |
| Hex | BD | 44 | 44 | 0 | 40 | 40 | 1A | 0 | 30 | 32 |
| Octal | 275 | 104 | 104 | 0 | 100 | 100 | 32 | 0 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1000100 | 0 | 1000000 | 1000000 | 11010 | 0 | 110000 | 110010 |
Color Harmonies of #BD4444
Complementary color
Monochromatic Colors of #BD4444
Black with #BD4444
Text Example
Text Example
White with #BD4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4444; }
p { color: rgb(189,68,68); }
H1.HeaderClassName
{
color: #BD4444;
}
.AnyTagClassName
{
color: #BD4444;
}
</style>
background-color css
<style>
a { background-color: #BD4444; }
a { background-color: rgb(189,68,68); }
div.DivClassName
{
background-color: #BD4444;
}
.BgClassName
{
background-color: #BD4444;
}
</style>
border-color css
<style>
span { border-color: #BD4444; }
span { border-color: rgb(189,68,68); }
td.TdClassName
{
border-color: #BD4444;
}
.TagClassName
{
border-color: #BD4444;
}
</style>