Shades of Sunset #BA5551
Tints of Sunset #BA5551
RGB
CMYK
RGB Variations
Color information
#BA5551 (or 0xBA5551) is known color: Sunset. HEX triplet: BA, 55 and 51. RGB value is (186,85,81). Sum of RGB (Red+Green+Blue) = 186+85+81=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5551 is #45AAAE. Grayscale: #727272. Windows color (decimal): -4565679 or 5330362. OLE color: 5330362.
HSL color Cylindrical-coordinate representation of color #BA5551: hue angle of 2.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5551 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 81 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.27 |
| HSL | 2.29º | 0.43% | 0.52% | - |
| HSV(B) | 2.29º | 0.56% | 0.73% | - |
| XYZ | 24.98 | 17.53 | 9.85 | - |
| YUV | 114.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 81 | 0 | 0.54 | 0.56 | 0.27 | 2.29 | 0.43 | 0.52 |
| Hex | BA | 55 | 51 | 0 | 36 | 38 | 1B | 2 | 2B | 34 |
| Octal | 272 | 125 | 121 | 0 | 66 | 70 | 33 | 2 | 53 | 64 |
| Binary | 10111010 | 1010101 | 1010001 | 0 | 110110 | 111000 | 11011 | 10 | 101011 | 110100 |
Color Harmonies of #BA5551
Complementary color
Monochromatic Colors of #BA5551
Black with #BA5551
Text Example
Text Example
White with #BA5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5551; }
p { color: rgb(186,85,81); }
H1.HeaderClassName
{
color: #BA5551;
}
.AnyTagClassName
{
color: #BA5551;
}
</style>
background-color css
<style>
a { background-color: #BA5551; }
a { background-color: rgb(186,85,81); }
div.DivClassName
{
background-color: #BA5551;
}
.BgClassName
{
background-color: #BA5551;
}
</style>
border-color css
<style>
span { border-color: #BA5551; }
span { border-color: rgb(186,85,81); }
td.TdClassName
{
border-color: #BA5551;
}
.TagClassName
{
border-color: #BA5551;
}
</style>