Shades of Chestnut #BA4A46
Tints of Chestnut #BA4A46
RGB
CMYK
RGB Variations
Color information
#BA4A46 (or 0xBA4A46) is known color: Chestnut. HEX triplet: BA, 4A and 46. RGB value is (186,74,70). Sum of RGB (Red+Green+Blue) = 186+74+70=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A46 is #45B5B9. Grayscale: #6B6B6B. Windows color (decimal): -4568506 or 4606650. OLE color: 4606650.
HSL color Cylindrical-coordinate representation of color #BA4A46: hue angle of 2.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4A46 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 70 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.27 |
| HSL | 2.07º | 0.46% | 0.5% | - |
| HSV(B) | 2.07º | 0.62% | 0.73% | - |
| XYZ | 23.8 | 15.78 | 7.59 | - |
| YUV | 107.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 70 | 0 | 0.60 | 0.62 | 0.27 | 2.07 | 0.46 | 0.5 |
| Hex | BA | 4A | 46 | 0 | 3C | 3E | 1B | 2 | 2E | 32 |
| Octal | 272 | 112 | 106 | 0 | 74 | 76 | 33 | 2 | 56 | 62 |
| Binary | 10111010 | 1001010 | 1000110 | 0 | 111100 | 111110 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BA4A46
Complementary color
Monochromatic Colors of #BA4A46
Black with #BA4A46
Text Example
Text Example
White with #BA4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A46; }
p { color: rgb(186,74,70); }
H1.HeaderClassName
{
color: #BA4A46;
}
.AnyTagClassName
{
color: #BA4A46;
}
</style>
background-color css
<style>
a { background-color: #BA4A46; }
a { background-color: rgb(186,74,70); }
div.DivClassName
{
background-color: #BA4A46;
}
.BgClassName
{
background-color: #BA4A46;
}
</style>
border-color css
<style>
span { border-color: #BA4A46; }
span { border-color: rgb(186,74,70); }
td.TdClassName
{
border-color: #BA4A46;
}
.TagClassName
{
border-color: #BA4A46;
}
</style>