Shades of Chestnut #BD4643
Tints of Chestnut #BD4643
RGB
CMYK
RGB Variations
Color information
#BD4643 (or 0xBD4643) is known color: Chestnut. HEX triplet: BD, 46 and 43. RGB value is (189,70,67). Sum of RGB (Red+Green+Blue) = 189+70+67=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4643 is #42B9BC. Grayscale: #696969. Windows color (decimal): -4372925 or 4409021. OLE color: 4409021.
HSL color Cylindrical-coordinate representation of color #BD4643: hue angle of 1.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4643 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 67 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.26 |
| HSL | 1.48º | 0.48% | 0.5% | - |
| HSV(B) | 1.48º | 0.65% | 0.74% | - |
| XYZ | 24.19 | 15.6 | 7.05 | - |
| YUV | 105.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 67 | 0 | 0.63 | 0.65 | 0.26 | 1.48 | 0.48 | 0.5 |
| Hex | BD | 46 | 43 | 0 | 3F | 41 | 1A | 1 | 30 | 32 |
| Octal | 275 | 106 | 103 | 0 | 77 | 101 | 32 | 1 | 60 | 62 |
| Binary | 10111101 | 1000110 | 1000011 | 0 | 111111 | 1000001 | 11010 | 1 | 110000 | 110010 |
Color Harmonies of #BD4643
Complementary color
Monochromatic Colors of #BD4643
Black with #BD4643
Text Example
Text Example
White with #BD4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4643; }
p { color: rgb(189,70,67); }
H1.HeaderClassName
{
color: #BD4643;
}
.AnyTagClassName
{
color: #BD4643;
}
</style>
background-color css
<style>
a { background-color: #BD4643; }
a { background-color: rgb(189,70,67); }
div.DivClassName
{
background-color: #BD4643;
}
.BgClassName
{
background-color: #BD4643;
}
</style>
border-color css
<style>
span { border-color: #BD4643; }
span { border-color: rgb(189,70,67); }
td.TdClassName
{
border-color: #BD4643;
}
.TagClassName
{
border-color: #BD4643;
}
</style>