Shades of Chestnut #BA4B43
Tints of Chestnut #BA4B43
RGB
CMYK
RGB Variations
Color information
#BA4B43 (or 0xBA4B43) is known color: Chestnut. HEX triplet: BA, 4B and 43. RGB value is (186,75,67). Sum of RGB (Red+Green+Blue) = 186+75+67=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B43 is #45B4BC. Grayscale: #6B6B6B. Windows color (decimal): -4568253 or 4410298. OLE color: 4410298.
HSL color Cylindrical-coordinate representation of color #BA4B43: hue angle of 4.03º 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 #BA4B43 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 67 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.27 |
| HSL | 4.03º | 0.47% | 0.5% | - |
| HSV(B) | 4.03º | 0.64% | 0.73% | - |
| XYZ | 23.78 | 15.88 | 7.12 | - |
| YUV | 107.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 67 | 0 | 0.60 | 0.64 | 0.27 | 4.03 | 0.47 | 0.5 |
| Hex | BA | 4B | 43 | 0 | 3C | 40 | 1B | 4 | 2F | 32 |
| Octal | 272 | 113 | 103 | 0 | 74 | 100 | 33 | 4 | 57 | 62 |
| Binary | 10111010 | 1001011 | 1000011 | 0 | 111100 | 1000000 | 11011 | 100 | 101111 | 110010 |
Color Harmonies of #BA4B43
Complementary color
Monochromatic Colors of #BA4B43
Black with #BA4B43
Text Example
Text Example
White with #BA4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B43; }
p { color: rgb(186,75,67); }
H1.HeaderClassName
{
color: #BA4B43;
}
.AnyTagClassName
{
color: #BA4B43;
}
</style>
background-color css
<style>
a { background-color: #BA4B43; }
a { background-color: rgb(186,75,67); }
div.DivClassName
{
background-color: #BA4B43;
}
.BgClassName
{
background-color: #BA4B43;
}
</style>
border-color css
<style>
span { border-color: #BA4B43; }
span { border-color: rgb(186,75,67); }
td.TdClassName
{
border-color: #BA4B43;
}
.TagClassName
{
border-color: #BA4B43;
}
</style>