Shades of Chestnut #BD4543
Tints of Chestnut #BD4543
RGB
CMYK
RGB Variations
Color information
#BD4543 (or 0xBD4543) is known color: Chestnut. HEX triplet: BD, 45 and 43. RGB value is (189,69,67). Sum of RGB (Red+Green+Blue) = 189+69+67=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4543 is #42BABC. Grayscale: #686868. Windows color (decimal): -4373181 or 4408765. OLE color: 4408765.
HSL color Cylindrical-coordinate representation of color #BD4543: hue angle of 0.98º 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 #BD4543 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 67 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.26 |
| HSL | 0.98º | 0.48% | 0.5% | - |
| HSV(B) | 0.98º | 0.65% | 0.74% | - |
| XYZ | 24.13 | 15.48 | 7.03 | - |
| YUV | 104.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 67 | 0 | 0.63 | 0.65 | 0.26 | 0.98 | 0.48 | 0.5 |
| Hex | BD | 45 | 43 | 0 | 3F | 41 | 1A | 1 | 30 | 32 |
| Octal | 275 | 105 | 103 | 0 | 77 | 101 | 32 | 1 | 60 | 62 |
| Binary | 10111101 | 1000101 | 1000011 | 0 | 111111 | 1000001 | 11010 | 1 | 110000 | 110010 |
Color Harmonies of #BD4543
Complementary color
Monochromatic Colors of #BD4543
Black with #BD4543
Text Example
Text Example
White with #BD4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4543; }
p { color: rgb(189,69,67); }
H1.HeaderClassName
{
color: #BD4543;
}
.AnyTagClassName
{
color: #BD4543;
}
</style>
background-color css
<style>
a { background-color: #BD4543; }
a { background-color: rgb(189,69,67); }
div.DivClassName
{
background-color: #BD4543;
}
.BgClassName
{
background-color: #BD4543;
}
</style>
border-color css
<style>
span { border-color: #BD4543; }
span { border-color: rgb(189,69,67); }
td.TdClassName
{
border-color: #BD4543;
}
.TagClassName
{
border-color: #BD4543;
}
</style>