Shades of Chestnut #BA4A3E
Tints of Chestnut #BA4A3E
RGB
CMYK
RGB Variations
Color information
#BA4A3E (or 0xBA4A3E) is known color: Chestnut. HEX triplet: BA, 4A and 3E. RGB value is (186,74,62). Sum of RGB (Red+Green+Blue) = 186+74+62=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A3E is #45B5C1. Grayscale: #6A6A6A. Windows color (decimal): -4568514 or 4082362. OLE color: 4082362.
HSL color Cylindrical-coordinate representation of color #BA4A3E: hue angle of 5.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4A3E is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 62 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.27 |
| HSL | 5.81º | 0.5% | 0.49% | - |
| HSV(B) | 5.81º | 0.67% | 0.73% | - |
| XYZ | 23.57 | 15.68 | 6.34 | - |
| YUV | 106.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 62 | 0 | 0.60 | 0.67 | 0.27 | 5.81 | 0.5 | 0.49 |
| Hex | BA | 4A | 3E | 0 | 3C | 43 | 1B | 6 | 32 | 31 |
| Octal | 272 | 112 | 76 | 0 | 74 | 103 | 33 | 6 | 62 | 61 |
| Binary | 10111010 | 1001010 | 111110 | 0 | 111100 | 1000011 | 11011 | 110 | 110010 | 110001 |
Color Harmonies of #BA4A3E
Complementary color
Monochromatic Colors of #BA4A3E
Black with #BA4A3E
Text Example
Text Example
White with #BA4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A3E; }
p { color: rgb(186,74,62); }
H1.HeaderClassName
{
color: #BA4A3E;
}
.AnyTagClassName
{
color: #BA4A3E;
}
</style>
background-color css
<style>
a { background-color: #BA4A3E; }
a { background-color: rgb(186,74,62); }
div.DivClassName
{
background-color: #BA4A3E;
}
.BgClassName
{
background-color: #BA4A3E;
}
</style>
border-color css
<style>
span { border-color: #BA4A3E; }
span { border-color: rgb(186,74,62); }
td.TdClassName
{
border-color: #BA4A3E;
}
.TagClassName
{
border-color: #BA4A3E;
}
</style>