Shades of Chestnut #BD4845
Tints of Chestnut #BD4845
RGB
CMYK
RGB Variations
Color information
#BD4845 (or 0xBD4845) is known color: Chestnut. HEX triplet: BD, 48 and 45. RGB value is (189,72,69). Sum of RGB (Red+Green+Blue) = 189+72+69=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4845 is #42B7BA. Grayscale: #6A6A6A. Windows color (decimal): -4372411 or 4540605. OLE color: 4540605.
HSL color Cylindrical-coordinate representation of color #BD4845: hue angle of 1.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4845 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 69 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.26 |
| HSL | 1.5º | 0.48% | 0.51% | - |
| HSV(B) | 1.5º | 0.63% | 0.74% | - |
| XYZ | 24.38 | 15.88 | 7.41 | - |
| YUV | 106.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 69 | 0 | 0.62 | 0.63 | 0.26 | 1.5 | 0.48 | 0.51 |
| Hex | BD | 48 | 45 | 0 | 3E | 3F | 1A | 2 | 30 | 33 |
| Octal | 275 | 110 | 105 | 0 | 76 | 77 | 32 | 2 | 60 | 63 |
| Binary | 10111101 | 1001000 | 1000101 | 0 | 111110 | 111111 | 11010 | 10 | 110000 | 110011 |
Color Harmonies of #BD4845
Complementary color
Monochromatic Colors of #BD4845
Black with #BD4845
Text Example
Text Example
White with #BD4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4845; }
p { color: rgb(189,72,69); }
H1.HeaderClassName
{
color: #BD4845;
}
.AnyTagClassName
{
color: #BD4845;
}
</style>
background-color css
<style>
a { background-color: #BD4845; }
a { background-color: rgb(189,72,69); }
div.DivClassName
{
background-color: #BD4845;
}
.BgClassName
{
background-color: #BD4845;
}
</style>
border-color css
<style>
span { border-color: #BD4845; }
span { border-color: rgb(189,72,69); }
td.TdClassName
{
border-color: #BD4845;
}
.TagClassName
{
border-color: #BD4845;
}
</style>