Shades of Chestnut #BA4D45
Tints of Chestnut #BA4D45
RGB
CMYK
RGB Variations
Color information
#BA4D45 (or 0xBA4D45) is known color: Chestnut. HEX triplet: BA, 4D and 45. RGB value is (186,77,69). Sum of RGB (Red+Green+Blue) = 186+77+69=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D45 is #45B2BA. Grayscale: #6C6C6C. Windows color (decimal): -4567739 or 4541882. OLE color: 4541882.
HSL color Cylindrical-coordinate representation of color #BA4D45: hue angle of 4.1º 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 #BA4D45 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 69 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.27 |
| HSL | 4.1º | 0.46% | 0.5% | - |
| HSV(B) | 4.1º | 0.63% | 0.73% | - |
| XYZ | 23.98 | 16.18 | 7.49 | - |
| YUV | 108.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 69 | 0 | 0.59 | 0.63 | 0.27 | 4.1 | 0.46 | 0.5 |
| Hex | BA | 4D | 45 | 0 | 3B | 3F | 1B | 4 | 2E | 32 |
| Octal | 272 | 115 | 105 | 0 | 73 | 77 | 33 | 4 | 56 | 62 |
| Binary | 10111010 | 1001101 | 1000101 | 0 | 111011 | 111111 | 11011 | 100 | 101110 | 110010 |
Color Harmonies of #BA4D45
Complementary color
Monochromatic Colors of #BA4D45
Black with #BA4D45
Text Example
Text Example
White with #BA4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D45; }
p { color: rgb(186,77,69); }
H1.HeaderClassName
{
color: #BA4D45;
}
.AnyTagClassName
{
color: #BA4D45;
}
</style>
background-color css
<style>
a { background-color: #BA4D45; }
a { background-color: rgb(186,77,69); }
div.DivClassName
{
background-color: #BA4D45;
}
.BgClassName
{
background-color: #BA4D45;
}
</style>
border-color css
<style>
span { border-color: #BA4D45; }
span { border-color: rgb(186,77,69); }
td.TdClassName
{
border-color: #BA4D45;
}
.TagClassName
{
border-color: #BA4D45;
}
</style>