Shades of Sunset #BA584F
Tints of Sunset #BA584F
RGB
CMYK
RGB Variations
Color information
#BA584F (or 0xBA584F) is known color: Sunset. HEX triplet: BA, 58 and 4F. RGB value is (186,88,79). Sum of RGB (Red+Green+Blue) = 186+88+79=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA584F is #45A7B0. Grayscale: #747474. Windows color (decimal): -4564913 or 5200058. OLE color: 5200058.
HSL color Cylindrical-coordinate representation of color #BA584F: hue angle of 5.05º 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 #BA584F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 79 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.27 |
| HSL | 5.05º | 0.44% | 0.52% | - |
| HSV(B) | 5.05º | 0.58% | 0.73% | - |
| XYZ | 25.15 | 17.98 | 9.54 | - |
| YUV | 116.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 79 | 0 | 0.53 | 0.58 | 0.27 | 5.05 | 0.44 | 0.52 |
| Hex | BA | 58 | 4F | 0 | 35 | 3A | 1B | 5 | 2C | 34 |
| Octal | 272 | 130 | 117 | 0 | 65 | 72 | 33 | 5 | 54 | 64 |
| Binary | 10111010 | 1011000 | 1001111 | 0 | 110101 | 111010 | 11011 | 101 | 101100 | 110100 |
Color Harmonies of #BA584F
Complementary color
Monochromatic Colors of #BA584F
Black with #BA584F
Text Example
Text Example
White with #BA584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA584F; }
p { color: rgb(186,88,79); }
H1.HeaderClassName
{
color: #BA584F;
}
.AnyTagClassName
{
color: #BA584F;
}
</style>
background-color css
<style>
a { background-color: #BA584F; }
a { background-color: rgb(186,88,79); }
div.DivClassName
{
background-color: #BA584F;
}
.BgClassName
{
background-color: #BA584F;
}
</style>
border-color css
<style>
span { border-color: #BA584F; }
span { border-color: rgb(186,88,79); }
td.TdClassName
{
border-color: #BA584F;
}
.TagClassName
{
border-color: #BA584F;
}
</style>