Shades of Chestnut #BA4F43
Tints of Chestnut #BA4F43
RGB
CMYK
RGB Variations
Color information
#BA4F43 (or 0xBA4F43) is known color: Chestnut. HEX triplet: BA, 4F and 43. RGB value is (186,79,67). Sum of RGB (Red+Green+Blue) = 186+79+67=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F43 is #45B0BC. Grayscale: #6D6D6D. Windows color (decimal): -4567229 or 4411322. OLE color: 4411322.
HSL color Cylindrical-coordinate representation of color #BA4F43: hue angle of 6.05º 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 #BA4F43 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 67 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.27 |
| HSL | 6.05º | 0.47% | 0.5% | - |
| HSV(B) | 6.05º | 0.64% | 0.73% | - |
| XYZ | 24.06 | 16.44 | 7.21 | - |
| YUV | 109.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 67 | 0 | 0.58 | 0.64 | 0.27 | 6.05 | 0.47 | 0.5 |
| Hex | BA | 4F | 43 | 0 | 3A | 40 | 1B | 6 | 2F | 32 |
| Octal | 272 | 117 | 103 | 0 | 72 | 100 | 33 | 6 | 57 | 62 |
| Binary | 10111010 | 1001111 | 1000011 | 0 | 111010 | 1000000 | 11011 | 110 | 101111 | 110010 |
Color Harmonies of #BA4F43
Complementary color
Monochromatic Colors of #BA4F43
Black with #BA4F43
Text Example
Text Example
White with #BA4F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F43; }
p { color: rgb(186,79,67); }
H1.HeaderClassName
{
color: #BA4F43;
}
.AnyTagClassName
{
color: #BA4F43;
}
</style>
background-color css
<style>
a { background-color: #BA4F43; }
a { background-color: rgb(186,79,67); }
div.DivClassName
{
background-color: #BA4F43;
}
.BgClassName
{
background-color: #BA4F43;
}
</style>
border-color css
<style>
span { border-color: #BA4F43; }
span { border-color: rgb(186,79,67); }
td.TdClassName
{
border-color: #BA4F43;
}
.TagClassName
{
border-color: #BA4F43;
}
</style>