Shades of Chestnut #BD4A47
Tints of Chestnut #BD4A47
RGB
CMYK
RGB Variations
Color information
#BD4A47 (or 0xBD4A47) is known color: Chestnut. HEX triplet: BD, 4A and 47. RGB value is (189,74,71). Sum of RGB (Red+Green+Blue) = 189+74+71=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A47 is #42B5B8. Grayscale: #6C6C6C. Windows color (decimal): -4371897 or 4672189. OLE color: 4672189.
HSL color Cylindrical-coordinate representation of color #BD4A47: hue angle of 1.53º 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 #BD4A47 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 71 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.26 |
| HSL | 1.53º | 0.47% | 0.51% | - |
| HSV(B) | 1.53º | 0.62% | 0.74% | - |
| XYZ | 24.57 | 16.17 | 7.79 | - |
| YUV | 108.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 71 | 0 | 0.61 | 0.62 | 0.26 | 1.53 | 0.47 | 0.51 |
| Hex | BD | 4A | 47 | 0 | 3D | 3E | 1A | 2 | 2F | 33 |
| Octal | 275 | 112 | 107 | 0 | 75 | 76 | 32 | 2 | 57 | 63 |
| Binary | 10111101 | 1001010 | 1000111 | 0 | 111101 | 111110 | 11010 | 10 | 101111 | 110011 |
Color Harmonies of #BD4A47
Complementary color
Monochromatic Colors of #BD4A47
Black with #BD4A47
Text Example
Text Example
White with #BD4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A47; }
p { color: rgb(189,74,71); }
H1.HeaderClassName
{
color: #BD4A47;
}
.AnyTagClassName
{
color: #BD4A47;
}
</style>
background-color css
<style>
a { background-color: #BD4A47; }
a { background-color: rgb(189,74,71); }
div.DivClassName
{
background-color: #BD4A47;
}
.BgClassName
{
background-color: #BD4A47;
}
</style>
border-color css
<style>
span { border-color: #BD4A47; }
span { border-color: rgb(189,74,71); }
td.TdClassName
{
border-color: #BD4A47;
}
.TagClassName
{
border-color: #BD4A47;
}
</style>