Shades of Chestnut #BD423E
Tints of Chestnut #BD423E
RGB
CMYK
RGB Variations
Color information
#BD423E (or 0xBD423E) is known color: Chestnut. HEX triplet: BD, 42 and 3E. RGB value is (189,66,62). Sum of RGB (Red+Green+Blue) = 189+66+62=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD423E is #42BDC1. Grayscale: #666666. Windows color (decimal): -4373954 or 4080317. OLE color: 4080317.
HSL color Cylindrical-coordinate representation of color #BD423E: hue angle of 1.89º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD423E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 62 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.26 |
| HSL | 1.89º | 0.51% | 0.49% | - |
| HSV(B) | 1.89º | 0.67% | 0.74% | - |
| XYZ | 23.8 | 15.06 | 6.21 | - |
| YUV | 102.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 62 | 0 | 0.65 | 0.67 | 0.26 | 1.89 | 0.51 | 0.49 |
| Hex | BD | 42 | 3E | 0 | 41 | 43 | 1A | 2 | 33 | 31 |
| Octal | 275 | 102 | 76 | 0 | 101 | 103 | 32 | 2 | 63 | 61 |
| Binary | 10111101 | 1000010 | 111110 | 0 | 1000001 | 1000011 | 11010 | 10 | 110011 | 110001 |
Color Harmonies of #BD423E
Complementary color
Monochromatic Colors of #BD423E
Black with #BD423E
Text Example
Text Example
White with #BD423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD423E; }
p { color: rgb(189,66,62); }
H1.HeaderClassName
{
color: #BD423E;
}
.AnyTagClassName
{
color: #BD423E;
}
</style>
background-color css
<style>
a { background-color: #BD423E; }
a { background-color: rgb(189,66,62); }
div.DivClassName
{
background-color: #BD423E;
}
.BgClassName
{
background-color: #BD423E;
}
</style>
border-color css
<style>
span { border-color: #BD423E; }
span { border-color: rgb(189,66,62); }
td.TdClassName
{
border-color: #BD423E;
}
.TagClassName
{
border-color: #BD423E;
}
</style>