Shades of Chestnut #BA483F
Tints of Chestnut #BA483F
RGB
CMYK
RGB Variations
Color information
#BA483F (or 0xBA483F) is known color: Chestnut. HEX triplet: BA, 48 and 3F. RGB value is (186,72,63). Sum of RGB (Red+Green+Blue) = 186+72+63=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA483F is #45B7C0. Grayscale: #696969. Windows color (decimal): -4569025 or 4147386. OLE color: 4147386.
HSL color Cylindrical-coordinate representation of color #BA483F: hue angle of 4.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA483F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 63 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.27 |
| HSL | 4.39º | 0.49% | 0.49% | - |
| HSV(B) | 4.39º | 0.66% | 0.73% | - |
| XYZ | 23.46 | 15.43 | 6.44 | - |
| YUV | 105.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 63 | 0 | 0.61 | 0.66 | 0.27 | 4.39 | 0.49 | 0.49 |
| Hex | BA | 48 | 3F | 0 | 3D | 42 | 1B | 4 | 31 | 31 |
| Octal | 272 | 110 | 77 | 0 | 75 | 102 | 33 | 4 | 61 | 61 |
| Binary | 10111010 | 1001000 | 111111 | 0 | 111101 | 1000010 | 11011 | 100 | 110001 | 110001 |
Color Harmonies of #BA483F
Complementary color
Monochromatic Colors of #BA483F
Black with #BA483F
Text Example
Text Example
White with #BA483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA483F; }
p { color: rgb(186,72,63); }
H1.HeaderClassName
{
color: #BA483F;
}
.AnyTagClassName
{
color: #BA483F;
}
</style>
background-color css
<style>
a { background-color: #BA483F; }
a { background-color: rgb(186,72,63); }
div.DivClassName
{
background-color: #BA483F;
}
.BgClassName
{
background-color: #BA483F;
}
</style>
border-color css
<style>
span { border-color: #BA483F; }
span { border-color: rgb(186,72,63); }
td.TdClassName
{
border-color: #BA483F;
}
.TagClassName
{
border-color: #BA483F;
}
</style>