Shades of Sunset #BA534E
Tints of Sunset #BA534E
RGB
CMYK
RGB Variations
Color information
#BA534E (or 0xBA534E) is known color: Sunset. HEX triplet: BA, 53 and 4E. RGB value is (186,83,78). Sum of RGB (Red+Green+Blue) = 186+83+78=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA534E is #45ACB1. Grayscale: #717171. Windows color (decimal): -4566194 or 5133242. OLE color: 5133242.
HSL color Cylindrical-coordinate representation of color #BA534E: hue angle of 2.78º 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 #BA534E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 78 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.27 |
| HSL | 2.78º | 0.44% | 0.52% | - |
| HSV(B) | 2.78º | 0.58% | 0.73% | - |
| XYZ | 24.72 | 17.18 | 9.22 | - |
| YUV | 113.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 78 | 0 | 0.55 | 0.58 | 0.27 | 2.78 | 0.44 | 0.52 |
| Hex | BA | 53 | 4E | 0 | 37 | 3A | 1B | 3 | 2C | 34 |
| Octal | 272 | 123 | 116 | 0 | 67 | 72 | 33 | 3 | 54 | 64 |
| Binary | 10111010 | 1010011 | 1001110 | 0 | 110111 | 111010 | 11011 | 11 | 101100 | 110100 |
Color Harmonies of #BA534E
Complementary color
Monochromatic Colors of #BA534E
Black with #BA534E
Text Example
Text Example
White with #BA534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA534E; }
p { color: rgb(186,83,78); }
H1.HeaderClassName
{
color: #BA534E;
}
.AnyTagClassName
{
color: #BA534E;
}
</style>
background-color css
<style>
a { background-color: #BA534E; }
a { background-color: rgb(186,83,78); }
div.DivClassName
{
background-color: #BA534E;
}
.BgClassName
{
background-color: #BA534E;
}
</style>
border-color css
<style>
span { border-color: #BA534E; }
span { border-color: rgb(186,83,78); }
td.TdClassName
{
border-color: #BA534E;
}
.TagClassName
{
border-color: #BA534E;
}
</style>