Shades of Chestnut #BA4945
Tints of Chestnut #BA4945
RGB
CMYK
RGB Variations
Color information
#BA4945 (or 0xBA4945) is known color: Chestnut. HEX triplet: BA, 49 and 45. RGB value is (186,73,69). Sum of RGB (Red+Green+Blue) = 186+73+69=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4945 is #45B6BA. Grayscale: #6A6A6A. Windows color (decimal): -4568763 or 4540858. OLE color: 4540858.
HSL color Cylindrical-coordinate representation of color #BA4945: hue angle of 2.05º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4945 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 69 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.27 |
| HSL | 2.05º | 0.46% | 0.5% | - |
| HSV(B) | 2.05º | 0.63% | 0.73% | - |
| XYZ | 23.71 | 15.63 | 7.4 | - |
| YUV | 106.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 69 | 0 | 0.61 | 0.63 | 0.27 | 2.05 | 0.46 | 0.5 |
| Hex | BA | 49 | 45 | 0 | 3D | 3F | 1B | 2 | 2E | 32 |
| Octal | 272 | 111 | 105 | 0 | 75 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111010 | 1001001 | 1000101 | 0 | 111101 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BA4945
Complementary color
Monochromatic Colors of #BA4945
Black with #BA4945
Text Example
Text Example
White with #BA4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4945; }
p { color: rgb(186,73,69); }
H1.HeaderClassName
{
color: #BA4945;
}
.AnyTagClassName
{
color: #BA4945;
}
</style>
background-color css
<style>
a { background-color: #BA4945; }
a { background-color: rgb(186,73,69); }
div.DivClassName
{
background-color: #BA4945;
}
.BgClassName
{
background-color: #BA4945;
}
</style>
border-color css
<style>
span { border-color: #BA4945; }
span { border-color: rgb(186,73,69); }
td.TdClassName
{
border-color: #BA4945;
}
.TagClassName
{
border-color: #BA4945;
}
</style>