Shades of Chestnut #BD4B49
Tints of Chestnut #BD4B49
RGB
CMYK
RGB Variations
Color information
#BD4B49 (or 0xBD4B49) is known color: Chestnut. HEX triplet: BD, 4B and 49. RGB value is (189,75,73). Sum of RGB (Red+Green+Blue) = 189+75+73=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B49 is #42B4B6. Grayscale: #6C6C6C. Windows color (decimal): -4371639 or 4803517. OLE color: 4803517.
HSL color Cylindrical-coordinate representation of color #BD4B49: hue angle of 1.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4B49 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 73 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.26 |
| HSL | 1.03º | 0.47% | 0.51% | - |
| HSV(B) | 1.03º | 0.61% | 0.74% | - |
| XYZ | 24.7 | 16.33 | 8.15 | - |
| YUV | 108.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 73 | 0 | 0.60 | 0.61 | 0.26 | 1.03 | 0.47 | 0.51 |
| Hex | BD | 4B | 49 | 0 | 3C | 3D | 1A | 1 | 2F | 33 |
| Octal | 275 | 113 | 111 | 0 | 74 | 75 | 32 | 1 | 57 | 63 |
| Binary | 10111101 | 1001011 | 1001001 | 0 | 111100 | 111101 | 11010 | 1 | 101111 | 110011 |
Color Harmonies of #BD4B49
Complementary color
Monochromatic Colors of #BD4B49
Black with #BD4B49
Text Example
Text Example
White with #BD4B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B49; }
p { color: rgb(189,75,73); }
H1.HeaderClassName
{
color: #BD4B49;
}
.AnyTagClassName
{
color: #BD4B49;
}
</style>
background-color css
<style>
a { background-color: #BD4B49; }
a { background-color: rgb(189,75,73); }
div.DivClassName
{
background-color: #BD4B49;
}
.BgClassName
{
background-color: #BD4B49;
}
</style>
border-color css
<style>
span { border-color: #BD4B49; }
span { border-color: rgb(189,75,73); }
td.TdClassName
{
border-color: #BD4B49;
}
.TagClassName
{
border-color: #BD4B49;
}
</style>