Shades of Chestnut #BA4B44
Tints of Chestnut #BA4B44
RGB
CMYK
RGB Variations
Color information
#BA4B44 (or 0xBA4B44) is known color: Chestnut. HEX triplet: BA, 4B and 44. RGB value is (186,75,68). Sum of RGB (Red+Green+Blue) = 186+75+68=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B44 is #45B4BB. Grayscale: #6B6B6B. Windows color (decimal): -4568252 or 4475834. OLE color: 4475834.
HSL color Cylindrical-coordinate representation of color #BA4B44: hue angle of 3.56º 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 #BA4B44 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 68 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.27 |
| HSL | 3.56º | 0.46% | 0.5% | - |
| HSV(B) | 3.56º | 0.63% | 0.73% | - |
| XYZ | 23.81 | 15.89 | 7.28 | - |
| YUV | 107.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 68 | 0 | 0.60 | 0.63 | 0.27 | 3.56 | 0.46 | 0.5 |
| Hex | BA | 4B | 44 | 0 | 3C | 3F | 1B | 4 | 2E | 32 |
| Octal | 272 | 113 | 104 | 0 | 74 | 77 | 33 | 4 | 56 | 62 |
| Binary | 10111010 | 1001011 | 1000100 | 0 | 111100 | 111111 | 11011 | 100 | 101110 | 110010 |
Color Harmonies of #BA4B44
Complementary color
Monochromatic Colors of #BA4B44
Black with #BA4B44
Text Example
Text Example
White with #BA4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B44; }
p { color: rgb(186,75,68); }
H1.HeaderClassName
{
color: #BA4B44;
}
.AnyTagClassName
{
color: #BA4B44;
}
</style>
background-color css
<style>
a { background-color: #BA4B44; }
a { background-color: rgb(186,75,68); }
div.DivClassName
{
background-color: #BA4B44;
}
.BgClassName
{
background-color: #BA4B44;
}
</style>
border-color css
<style>
span { border-color: #BA4B44; }
span { border-color: rgb(186,75,68); }
td.TdClassName
{
border-color: #BA4B44;
}
.TagClassName
{
border-color: #BA4B44;
}
</style>