Shades of Sunset #BA574E
Tints of Sunset #BA574E
RGB
CMYK
RGB Variations
Color information
#BA574E (or 0xBA574E) is known color: Sunset. HEX triplet: BA, 57 and 4E. RGB value is (186,87,78). Sum of RGB (Red+Green+Blue) = 186+87+78=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA574E is #45A8B1. Grayscale: #737373. Windows color (decimal): -4565170 or 5134266. OLE color: 5134266.
HSL color Cylindrical-coordinate representation of color #BA574E: hue angle of 5º 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 #BA574E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 78 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.27 |
| HSL | 5º | 0.44% | 0.52% | - |
| HSV(B) | 5º | 0.58% | 0.73% | - |
| XYZ | 25.03 | 17.81 | 9.33 | - |
| YUV | 115.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 78 | 0 | 0.53 | 0.58 | 0.27 | 5 | 0.44 | 0.52 |
| Hex | BA | 57 | 4E | 0 | 35 | 3A | 1B | 5 | 2C | 34 |
| Octal | 272 | 127 | 116 | 0 | 65 | 72 | 33 | 5 | 54 | 64 |
| Binary | 10111010 | 1010111 | 1001110 | 0 | 110101 | 111010 | 11011 | 101 | 101100 | 110100 |
Color Harmonies of #BA574E
Complementary color
Monochromatic Colors of #BA574E
Black with #BA574E
Text Example
Text Example
White with #BA574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA574E; }
p { color: rgb(186,87,78); }
H1.HeaderClassName
{
color: #BA574E;
}
.AnyTagClassName
{
color: #BA574E;
}
</style>
background-color css
<style>
a { background-color: #BA574E; }
a { background-color: rgb(186,87,78); }
div.DivClassName
{
background-color: #BA574E;
}
.BgClassName
{
background-color: #BA574E;
}
</style>
border-color css
<style>
span { border-color: #BA574E; }
span { border-color: rgb(186,87,78); }
td.TdClassName
{
border-color: #BA574E;
}
.TagClassName
{
border-color: #BA574E;
}
</style>