Shades of Chestnut #BA453D
Tints of Chestnut #BA453D
RGB
CMYK
RGB Variations
Color information
#BA453D (or 0xBA453D) is known color: Chestnut. HEX triplet: BA, 45 and 3D. RGB value is (186,69,61). Sum of RGB (Red+Green+Blue) = 186+69+61=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA453D is #45BAC2. Grayscale: #676767. Windows color (decimal): -4569795 or 4015546. OLE color: 4015546.
HSL color Cylindrical-coordinate representation of color #BA453D: hue angle of 3.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA453D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 61 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.27 |
| HSL | 3.84º | 0.51% | 0.48% | - |
| HSV(B) | 3.84º | 0.67% | 0.73% | - |
| XYZ | 23.22 | 15.03 | 6.09 | - |
| YUV | 103.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 61 | 0 | 0.63 | 0.67 | 0.27 | 3.84 | 0.51 | 0.48 |
| Hex | BA | 45 | 3D | 0 | 3F | 43 | 1B | 4 | 33 | 30 |
| Octal | 272 | 105 | 75 | 0 | 77 | 103 | 33 | 4 | 63 | 60 |
| Binary | 10111010 | 1000101 | 111101 | 0 | 111111 | 1000011 | 11011 | 100 | 110011 | 110000 |
Color Harmonies of #BA453D
Complementary color
Monochromatic Colors of #BA453D
Black with #BA453D
Text Example
Text Example
White with #BA453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA453D; }
p { color: rgb(186,69,61); }
H1.HeaderClassName
{
color: #BA453D;
}
.AnyTagClassName
{
color: #BA453D;
}
</style>
background-color css
<style>
a { background-color: #BA453D; }
a { background-color: rgb(186,69,61); }
div.DivClassName
{
background-color: #BA453D;
}
.BgClassName
{
background-color: #BA453D;
}
</style>
border-color css
<style>
span { border-color: #BA453D; }
span { border-color: rgb(186,69,61); }
td.TdClassName
{
border-color: #BA453D;
}
.TagClassName
{
border-color: #BA453D;
}
</style>