Shades of Sunset #BA5450
Tints of Sunset #BA5450
RGB
CMYK
RGB Variations
Color information
#BA5450 (or 0xBA5450) is known color: Sunset. HEX triplet: BA, 54 and 50. RGB value is (186,84,80). Sum of RGB (Red+Green+Blue) = 186+84+80=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5450 is #45ABAF. Grayscale: #727272. Windows color (decimal): -4565936 or 5264570. OLE color: 5264570.
HSL color Cylindrical-coordinate representation of color #BA5450: hue angle of 2.26º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5450 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 80 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.27 |
| HSL | 2.26º | 0.43% | 0.52% | - |
| HSV(B) | 2.26º | 0.57% | 0.73% | - |
| XYZ | 24.87 | 17.36 | 9.63 | - |
| YUV | 114.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 80 | 0 | 0.55 | 0.57 | 0.27 | 2.26 | 0.43 | 0.52 |
| Hex | BA | 54 | 50 | 0 | 37 | 39 | 1B | 2 | 2B | 34 |
| Octal | 272 | 124 | 120 | 0 | 67 | 71 | 33 | 2 | 53 | 64 |
| Binary | 10111010 | 1010100 | 1010000 | 0 | 110111 | 111001 | 11011 | 10 | 101011 | 110100 |
Color Harmonies of #BA5450
Complementary color
Monochromatic Colors of #BA5450
Black with #BA5450
Text Example
Text Example
White with #BA5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5450; }
p { color: rgb(186,84,80); }
H1.HeaderClassName
{
color: #BA5450;
}
.AnyTagClassName
{
color: #BA5450;
}
</style>
background-color css
<style>
a { background-color: #BA5450; }
a { background-color: rgb(186,84,80); }
div.DivClassName
{
background-color: #BA5450;
}
.BgClassName
{
background-color: #BA5450;
}
</style>
border-color css
<style>
span { border-color: #BA5450; }
span { border-color: rgb(186,84,80); }
td.TdClassName
{
border-color: #BA5450;
}
.TagClassName
{
border-color: #BA5450;
}
</style>