Shades of Sunset #BA544F
Tints of Sunset #BA544F
RGB
CMYK
RGB Variations
Color information
#BA544F (or 0xBA544F) is known color: Sunset. HEX triplet: BA, 54 and 4F. RGB value is (186,84,79). Sum of RGB (Red+Green+Blue) = 186+84+79=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA544F is #45ABB0. Grayscale: #727272. Windows color (decimal): -4565937 or 5199034. OLE color: 5199034.
HSL color Cylindrical-coordinate representation of color #BA544F: hue angle of 2.8º 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 #BA544F is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 79 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.27 |
| HSL | 2.8º | 0.44% | 0.52% | - |
| HSV(B) | 2.8º | 0.58% | 0.73% | - |
| XYZ | 24.83 | 17.34 | 9.44 | - |
| YUV | 113.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 79 | 0 | 0.55 | 0.58 | 0.27 | 2.8 | 0.44 | 0.52 |
| Hex | BA | 54 | 4F | 0 | 37 | 3A | 1B | 3 | 2C | 34 |
| Octal | 272 | 124 | 117 | 0 | 67 | 72 | 33 | 3 | 54 | 64 |
| Binary | 10111010 | 1010100 | 1001111 | 0 | 110111 | 111010 | 11011 | 11 | 101100 | 110100 |
Color Harmonies of #BA544F
Complementary color
Monochromatic Colors of #BA544F
Black with #BA544F
Text Example
Text Example
White with #BA544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA544F; }
p { color: rgb(186,84,79); }
H1.HeaderClassName
{
color: #BA544F;
}
.AnyTagClassName
{
color: #BA544F;
}
</style>
background-color css
<style>
a { background-color: #BA544F; }
a { background-color: rgb(186,84,79); }
div.DivClassName
{
background-color: #BA544F;
}
.BgClassName
{
background-color: #BA544F;
}
</style>
border-color css
<style>
span { border-color: #BA544F; }
span { border-color: rgb(186,84,79); }
td.TdClassName
{
border-color: #BA544F;
}
.TagClassName
{
border-color: #BA544F;
}
</style>