Shades of Chestnut #BD4949
Tints of Chestnut #BD4949
RGB
CMYK
RGB Variations
Color information
#BD4949 (or 0xBD4949) is known color: Chestnut. HEX triplet: BD, 49 and 49. RGB value is (189,73,73). Sum of RGB (Red+Green+Blue) = 189+73+73=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4949 is #42B6B6. Grayscale: #6B6B6B. Windows color (decimal): -4372151 or 4803005. OLE color: 4803005.
HSL color Cylindrical-coordinate representation of color #BD4949: hue angle of 0º 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 #BD4949 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 73 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.26 |
| HSL | 0º | 0.47% | 0.51% | - |
| HSV(B) | 0º | 0.61% | 0.74% | - |
| XYZ | 24.57 | 16.06 | 8.11 | - |
| YUV | 107.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 73 | 0 | 0.61 | 0.61 | 0.26 | 0 | 0.47 | 0.51 |
| Hex | BD | 49 | 49 | 0 | 3D | 3D | 1A | 0 | 2F | 33 |
| Octal | 275 | 111 | 111 | 0 | 75 | 75 | 32 | 0 | 57 | 63 |
| Binary | 10111101 | 1001001 | 1001001 | 0 | 111101 | 111101 | 11010 | 0 | 101111 | 110011 |
Color Harmonies of #BD4949
Complementary color
Monochromatic Colors of #BD4949
Black with #BD4949
Text Example
Text Example
White with #BD4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4949; }
p { color: rgb(189,73,73); }
H1.HeaderClassName
{
color: #BD4949;
}
.AnyTagClassName
{
color: #BD4949;
}
</style>
background-color css
<style>
a { background-color: #BD4949; }
a { background-color: rgb(189,73,73); }
div.DivClassName
{
background-color: #BD4949;
}
.BgClassName
{
background-color: #BD4949;
}
</style>
border-color css
<style>
span { border-color: #BD4949; }
span { border-color: rgb(189,73,73); }
td.TdClassName
{
border-color: #BD4949;
}
.TagClassName
{
border-color: #BD4949;
}
</style>