Shades of Chestnut #BD4646
Tints of Chestnut #BD4646
RGB
CMYK
RGB Variations
Color information
#BD4646 (or 0xBD4646) is known color: Chestnut. HEX triplet: BD, 46 and 46. RGB value is (189,70,70). Sum of RGB (Red+Green+Blue) = 189+70+70=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4646 is #42B9B9. Grayscale: #696969. Windows color (decimal): -4372922 or 4605629. OLE color: 4605629.
HSL color Cylindrical-coordinate representation of color #BD4646: 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.63%. Process color model (Four color, CMYK) of #BD4646 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 70 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.26 |
| HSL | 0º | 0.47% | 0.51% | - |
| HSV(B) | 0º | 0.63% | 0.74% | - |
| XYZ | 24.28 | 15.64 | 7.53 | - |
| YUV | 105.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 70 | 0 | 0.63 | 0.63 | 0.26 | 0 | 0.47 | 0.51 |
| Hex | BD | 46 | 46 | 0 | 3F | 3F | 1A | 0 | 2F | 33 |
| Octal | 275 | 106 | 106 | 0 | 77 | 77 | 32 | 0 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1000110 | 0 | 111111 | 111111 | 11010 | 0 | 101111 | 110011 |
Color Harmonies of #BD4646
Complementary color
Monochromatic Colors of #BD4646
Black with #BD4646
Text Example
Text Example
White with #BD4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4646; }
p { color: rgb(189,70,70); }
H1.HeaderClassName
{
color: #BD4646;
}
.AnyTagClassName
{
color: #BD4646;
}
</style>
background-color css
<style>
a { background-color: #BD4646; }
a { background-color: rgb(189,70,70); }
div.DivClassName
{
background-color: #BD4646;
}
.BgClassName
{
background-color: #BD4646;
}
</style>
border-color css
<style>
span { border-color: #BD4646; }
span { border-color: rgb(189,70,70); }
td.TdClassName
{
border-color: #BD4646;
}
.TagClassName
{
border-color: #BD4646;
}
</style>