Shades of Chestnut #BD4D48
Tints of Chestnut #BD4D48
RGB
CMYK
RGB Variations
Color information
#BD4D48 (or 0xBD4D48) is known color: Chestnut. HEX triplet: BD, 4D and 48. RGB value is (189,77,72). Sum of RGB (Red+Green+Blue) = 189+77+72=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D48 is #42B2B7. Grayscale: #6E6E6E. Windows color (decimal): -4371128 or 4738493. OLE color: 4738493.
HSL color Cylindrical-coordinate representation of color #BD4D48: hue angle of 2.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4D48 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 72 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.26 |
| HSL | 2.56º | 0.47% | 0.51% | - |
| HSV(B) | 2.56º | 0.62% | 0.74% | - |
| XYZ | 24.81 | 16.59 | 8.03 | - |
| YUV | 109.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 72 | 0 | 0.59 | 0.62 | 0.26 | 2.56 | 0.47 | 0.51 |
| Hex | BD | 4D | 48 | 0 | 3B | 3E | 1A | 3 | 2F | 33 |
| Octal | 275 | 115 | 110 | 0 | 73 | 76 | 32 | 3 | 57 | 63 |
| Binary | 10111101 | 1001101 | 1001000 | 0 | 111011 | 111110 | 11010 | 11 | 101111 | 110011 |
Color Harmonies of #BD4D48
Complementary color
Monochromatic Colors of #BD4D48
Black with #BD4D48
Text Example
Text Example
White with #BD4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D48; }
p { color: rgb(189,77,72); }
H1.HeaderClassName
{
color: #BD4D48;
}
.AnyTagClassName
{
color: #BD4D48;
}
</style>
background-color css
<style>
a { background-color: #BD4D48; }
a { background-color: rgb(189,77,72); }
div.DivClassName
{
background-color: #BD4D48;
}
.BgClassName
{
background-color: #BD4D48;
}
</style>
border-color css
<style>
span { border-color: #BD4D48; }
span { border-color: rgb(189,77,72); }
td.TdClassName
{
border-color: #BD4D48;
}
.TagClassName
{
border-color: #BD4D48;
}
</style>