Shades of Chestnut #BD493F
Tints of Chestnut #BD493F
RGB
CMYK
RGB Variations
Color information
#BD493F (or 0xBD493F) is known color: Chestnut. HEX triplet: BD, 49 and 3F. RGB value is (189,73,63). Sum of RGB (Red+Green+Blue) = 189+73+63=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD493F is #42B6C0. Grayscale: #6A6A6A. Windows color (decimal): -4372161 or 4147645. OLE color: 4147645.
HSL color Cylindrical-coordinate representation of color #BD493F: hue angle of 4.76º degrees, saturation: 0.5, 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 #BD493F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 63 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.26 |
| HSL | 4.76º | 0.5% | 0.49% | - |
| HSV(B) | 4.76º | 0.67% | 0.74% | - |
| XYZ | 24.27 | 15.94 | 6.5 | - |
| YUV | 106.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 63 | 0 | 0.61 | 0.67 | 0.26 | 4.76 | 0.5 | 0.49 |
| Hex | BD | 49 | 3F | 0 | 3D | 43 | 1A | 5 | 32 | 31 |
| Octal | 275 | 111 | 77 | 0 | 75 | 103 | 32 | 5 | 62 | 61 |
| Binary | 10111101 | 1001001 | 111111 | 0 | 111101 | 1000011 | 11010 | 101 | 110010 | 110001 |
Color Harmonies of #BD493F
Complementary color
Monochromatic Colors of #BD493F
Black with #BD493F
Text Example
Text Example
White with #BD493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD493F; }
p { color: rgb(189,73,63); }
H1.HeaderClassName
{
color: #BD493F;
}
.AnyTagClassName
{
color: #BD493F;
}
</style>
background-color css
<style>
a { background-color: #BD493F; }
a { background-color: rgb(189,73,63); }
div.DivClassName
{
background-color: #BD493F;
}
.BgClassName
{
background-color: #BD493F;
}
</style>
border-color css
<style>
span { border-color: #BD493F; }
span { border-color: rgb(189,73,63); }
td.TdClassName
{
border-color: #BD493F;
}
.TagClassName
{
border-color: #BD493F;
}
</style>