Shades of Chestnut #BA4A43
Tints of Chestnut #BA4A43
RGB
CMYK
RGB Variations
Color information
#BA4A43 (or 0xBA4A43) is known color: Chestnut. HEX triplet: BA, 4A and 43. RGB value is (186,74,67). Sum of RGB (Red+Green+Blue) = 186+74+67=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A43 is #45B5BC. Grayscale: #6A6A6A. Windows color (decimal): -4568509 or 4410042. OLE color: 4410042.
HSL color Cylindrical-coordinate representation of color #BA4A43: hue angle of 3.53º 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 #BA4A43 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 67 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.27 |
| HSL | 3.53º | 0.47% | 0.5% | - |
| HSV(B) | 3.53º | 0.64% | 0.73% | - |
| XYZ | 23.71 | 15.74 | 7.1 | - |
| YUV | 106.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 67 | 0 | 0.60 | 0.64 | 0.27 | 3.53 | 0.47 | 0.5 |
| Hex | BA | 4A | 43 | 0 | 3C | 40 | 1B | 4 | 2F | 32 |
| Octal | 272 | 112 | 103 | 0 | 74 | 100 | 33 | 4 | 57 | 62 |
| Binary | 10111010 | 1001010 | 1000011 | 0 | 111100 | 1000000 | 11011 | 100 | 101111 | 110010 |
Color Harmonies of #BA4A43
Complementary color
Monochromatic Colors of #BA4A43
Black with #BA4A43
Text Example
Text Example
White with #BA4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A43; }
p { color: rgb(186,74,67); }
H1.HeaderClassName
{
color: #BA4A43;
}
.AnyTagClassName
{
color: #BA4A43;
}
</style>
background-color css
<style>
a { background-color: #BA4A43; }
a { background-color: rgb(186,74,67); }
div.DivClassName
{
background-color: #BA4A43;
}
.BgClassName
{
background-color: #BA4A43;
}
</style>
border-color css
<style>
span { border-color: #BA4A43; }
span { border-color: rgb(186,74,67); }
td.TdClassName
{
border-color: #BA4A43;
}
.TagClassName
{
border-color: #BA4A43;
}
</style>