Shades of Chestnut #BD4C43
Tints of Chestnut #BD4C43
RGB
CMYK
RGB Variations
Color information
#BD4C43 (or 0xBD4C43) is known color: Chestnut. HEX triplet: BD, 4C and 43. RGB value is (189,76,67). Sum of RGB (Red+Green+Blue) = 189+76+67=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C43 is #42B3BC. Grayscale: #6C6C6C. Windows color (decimal): -4371389 or 4410557. OLE color: 4410557.
HSL color Cylindrical-coordinate representation of color #BD4C43: hue angle of 4.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4C43 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 67 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.26 |
| HSL | 4.43º | 0.48% | 0.5% | - |
| HSV(B) | 4.43º | 0.65% | 0.74% | - |
| XYZ | 24.58 | 16.39 | 7.18 | - |
| YUV | 108.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 67 | 0 | 0.60 | 0.65 | 0.26 | 4.43 | 0.48 | 0.5 |
| Hex | BD | 4C | 43 | 0 | 3C | 41 | 1A | 4 | 30 | 32 |
| Octal | 275 | 114 | 103 | 0 | 74 | 101 | 32 | 4 | 60 | 62 |
| Binary | 10111101 | 1001100 | 1000011 | 0 | 111100 | 1000001 | 11010 | 100 | 110000 | 110010 |
Color Harmonies of #BD4C43
Complementary color
Monochromatic Colors of #BD4C43
Black with #BD4C43
Text Example
Text Example
White with #BD4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C43; }
p { color: rgb(189,76,67); }
H1.HeaderClassName
{
color: #BD4C43;
}
.AnyTagClassName
{
color: #BD4C43;
}
</style>
background-color css
<style>
a { background-color: #BD4C43; }
a { background-color: rgb(189,76,67); }
div.DivClassName
{
background-color: #BD4C43;
}
.BgClassName
{
background-color: #BD4C43;
}
</style>
border-color css
<style>
span { border-color: #BD4C43; }
span { border-color: rgb(189,76,67); }
td.TdClassName
{
border-color: #BD4C43;
}
.TagClassName
{
border-color: #BD4C43;
}
</style>