Shades of Chestnut #BD4A45
Tints of Chestnut #BD4A45
RGB
CMYK
RGB Variations
Color information
#BD4A45 (or 0xBD4A45) is known color: Chestnut. HEX triplet: BD, 4A and 45. RGB value is (189,74,69). Sum of RGB (Red+Green+Blue) = 189+74+69=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A45 is #42B5BA. Grayscale: #6B6B6B. Windows color (decimal): -4371899 or 4541117. OLE color: 4541117.
HSL color Cylindrical-coordinate representation of color #BD4A45: hue angle of 2.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 #BD4A45 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 69 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.26 |
| HSL | 2.5º | 0.48% | 0.51% | - |
| HSV(B) | 2.5º | 0.63% | 0.74% | - |
| XYZ | 24.51 | 16.15 | 7.45 | - |
| YUV | 107.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 69 | 0 | 0.61 | 0.63 | 0.26 | 2.5 | 0.48 | 0.51 |
| Hex | BD | 4A | 45 | 0 | 3D | 3F | 1A | 2 | 30 | 33 |
| Octal | 275 | 112 | 105 | 0 | 75 | 77 | 32 | 2 | 60 | 63 |
| Binary | 10111101 | 1001010 | 1000101 | 0 | 111101 | 111111 | 11010 | 10 | 110000 | 110011 |
Color Harmonies of #BD4A45
Complementary color
Monochromatic Colors of #BD4A45
Black with #BD4A45
Text Example
Text Example
White with #BD4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A45; }
p { color: rgb(189,74,69); }
H1.HeaderClassName
{
color: #BD4A45;
}
.AnyTagClassName
{
color: #BD4A45;
}
</style>
background-color css
<style>
a { background-color: #BD4A45; }
a { background-color: rgb(189,74,69); }
div.DivClassName
{
background-color: #BD4A45;
}
.BgClassName
{
background-color: #BD4A45;
}
</style>
border-color css
<style>
span { border-color: #BD4A45; }
span { border-color: rgb(189,74,69); }
td.TdClassName
{
border-color: #BD4A45;
}
.TagClassName
{
border-color: #BD4A45;
}
</style>