Shades of Chestnut #BA473D
Tints of Chestnut #BA473D
RGB
CMYK
RGB Variations
Color information
#BA473D (or 0xBA473D) is known color: Chestnut. HEX triplet: BA, 47 and 3D. RGB value is (186,71,61). Sum of RGB (Red+Green+Blue) = 186+71+61=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA473D is #45B8C2. Grayscale: #686868. Windows color (decimal): -4569283 or 4016058. OLE color: 4016058.
HSL color Cylindrical-coordinate representation of color #BA473D: hue angle of 4.8º 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 #BA473D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 61 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.27 |
| HSL | 4.8º | 0.51% | 0.48% | - |
| HSV(B) | 4.8º | 0.67% | 0.73% | - |
| XYZ | 23.35 | 15.28 | 6.13 | - |
| YUV | 104.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 61 | 0 | 0.62 | 0.67 | 0.27 | 4.8 | 0.51 | 0.48 |
| Hex | BA | 47 | 3D | 0 | 3E | 43 | 1B | 5 | 33 | 30 |
| Octal | 272 | 107 | 75 | 0 | 76 | 103 | 33 | 5 | 63 | 60 |
| Binary | 10111010 | 1000111 | 111101 | 0 | 111110 | 1000011 | 11011 | 101 | 110011 | 110000 |
Color Harmonies of #BA473D
Complementary color
Monochromatic Colors of #BA473D
Black with #BA473D
Text Example
Text Example
White with #BA473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA473D; }
p { color: rgb(186,71,61); }
H1.HeaderClassName
{
color: #BA473D;
}
.AnyTagClassName
{
color: #BA473D;
}
</style>
background-color css
<style>
a { background-color: #BA473D; }
a { background-color: rgb(186,71,61); }
div.DivClassName
{
background-color: #BA473D;
}
.BgClassName
{
background-color: #BA473D;
}
</style>
border-color css
<style>
span { border-color: #BA473D; }
span { border-color: rgb(186,71,61); }
td.TdClassName
{
border-color: #BA473D;
}
.TagClassName
{
border-color: #BA473D;
}
</style>