Shades of Sunset #BA5451
Tints of Sunset #BA5451
RGB
CMYK
RGB Variations
Color information
#BA5451 (or 0xBA5451) is known color: Sunset. HEX triplet: BA, 54 and 51. RGB value is (186,84,81). Sum of RGB (Red+Green+Blue) = 186+84+81=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5451 is #45ABAE. Grayscale: #727272. Windows color (decimal): -4565935 or 5330106. OLE color: 5330106.
HSL color Cylindrical-coordinate representation of color #BA5451: hue angle of 1.71º 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 #BA5451 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 81 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.27 |
| HSL | 1.71º | 0.43% | 0.52% | - |
| HSV(B) | 1.71º | 0.56% | 0.73% | - |
| XYZ | 24.91 | 17.37 | 9.83 | - |
| YUV | 114.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 81 | 0 | 0.55 | 0.56 | 0.27 | 1.71 | 0.43 | 0.52 |
| Hex | BA | 54 | 51 | 0 | 37 | 38 | 1B | 2 | 2B | 34 |
| Octal | 272 | 124 | 121 | 0 | 67 | 70 | 33 | 2 | 53 | 64 |
| Binary | 10111010 | 1010100 | 1010001 | 0 | 110111 | 111000 | 11011 | 10 | 101011 | 110100 |
Color Harmonies of #BA5451
Complementary color
Monochromatic Colors of #BA5451
Black with #BA5451
Text Example
Text Example
White with #BA5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5451; }
p { color: rgb(186,84,81); }
H1.HeaderClassName
{
color: #BA5451;
}
.AnyTagClassName
{
color: #BA5451;
}
</style>
background-color css
<style>
a { background-color: #BA5451; }
a { background-color: rgb(186,84,81); }
div.DivClassName
{
background-color: #BA5451;
}
.BgClassName
{
background-color: #BA5451;
}
</style>
border-color css
<style>
span { border-color: #BA5451; }
span { border-color: rgb(186,84,81); }
td.TdClassName
{
border-color: #BA5451;
}
.TagClassName
{
border-color: #BA5451;
}
</style>