Shades of Chestnut #BA4E43
Tints of Chestnut #BA4E43
RGB
CMYK
RGB Variations
Color information
#BA4E43 (or 0xBA4E43) is known color: Chestnut. HEX triplet: BA, 4E and 43. RGB value is (186,78,67). Sum of RGB (Red+Green+Blue) = 186+78+67=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E43 is #45B1BC. Grayscale: #6D6D6D. Windows color (decimal): -4567485 or 4411066. OLE color: 4411066.
HSL color Cylindrical-coordinate representation of color #BA4E43: hue angle of 5.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4E43 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 67 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.27 |
| HSL | 5.55º | 0.47% | 0.5% | - |
| HSV(B) | 5.55º | 0.64% | 0.73% | - |
| XYZ | 23.99 | 16.29 | 7.19 | - |
| YUV | 109.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 67 | 0 | 0.58 | 0.64 | 0.27 | 5.55 | 0.47 | 0.5 |
| Hex | BA | 4E | 43 | 0 | 3A | 40 | 1B | 6 | 2F | 32 |
| Octal | 272 | 116 | 103 | 0 | 72 | 100 | 33 | 6 | 57 | 62 |
| Binary | 10111010 | 1001110 | 1000011 | 0 | 111010 | 1000000 | 11011 | 110 | 101111 | 110010 |
Color Harmonies of #BA4E43
Complementary color
Monochromatic Colors of #BA4E43
Black with #BA4E43
Text Example
Text Example
White with #BA4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E43; }
p { color: rgb(186,78,67); }
H1.HeaderClassName
{
color: #BA4E43;
}
.AnyTagClassName
{
color: #BA4E43;
}
</style>
background-color css
<style>
a { background-color: #BA4E43; }
a { background-color: rgb(186,78,67); }
div.DivClassName
{
background-color: #BA4E43;
}
.BgClassName
{
background-color: #BA4E43;
}
</style>
border-color css
<style>
span { border-color: #BA4E43; }
span { border-color: rgb(186,78,67); }
td.TdClassName
{
border-color: #BA4E43;
}
.TagClassName
{
border-color: #BA4E43;
}
</style>