Shades of Sunset #BA564E
Tints of Sunset #BA564E
RGB
CMYK
RGB Variations
Color information
#BA564E (or 0xBA564E) is known color: Sunset. HEX triplet: BA, 56 and 4E. RGB value is (186,86,78). Sum of RGB (Red+Green+Blue) = 186+86+78=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA564E is #45A9B1. Grayscale: #737373. Windows color (decimal): -4565426 or 5134010. OLE color: 5134010.
HSL color Cylindrical-coordinate representation of color #BA564E: hue angle of 4.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA564E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 78 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.27 |
| HSL | 4.44º | 0.44% | 0.52% | - |
| HSV(B) | 4.44º | 0.58% | 0.73% | - |
| XYZ | 24.95 | 17.64 | 9.3 | - |
| YUV | 114.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 78 | 0 | 0.54 | 0.58 | 0.27 | 4.44 | 0.44 | 0.52 |
| Hex | BA | 56 | 4E | 0 | 36 | 3A | 1B | 4 | 2C | 34 |
| Octal | 272 | 126 | 116 | 0 | 66 | 72 | 33 | 4 | 54 | 64 |
| Binary | 10111010 | 1010110 | 1001110 | 0 | 110110 | 111010 | 11011 | 100 | 101100 | 110100 |
Color Harmonies of #BA564E
Complementary color
Monochromatic Colors of #BA564E
Black with #BA564E
Text Example
Text Example
White with #BA564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA564E; }
p { color: rgb(186,86,78); }
H1.HeaderClassName
{
color: #BA564E;
}
.AnyTagClassName
{
color: #BA564E;
}
</style>
background-color css
<style>
a { background-color: #BA564E; }
a { background-color: rgb(186,86,78); }
div.DivClassName
{
background-color: #BA564E;
}
.BgClassName
{
background-color: #BA564E;
}
</style>
border-color css
<style>
span { border-color: #BA564E; }
span { border-color: rgb(186,86,78); }
td.TdClassName
{
border-color: #BA564E;
}
.TagClassName
{
border-color: #BA564E;
}
</style>