Shades of Sunset #BA524F
Tints of Sunset #BA524F
RGB
CMYK
RGB Variations
Color information
#BA524F (or 0xBA524F) is known color: Sunset. HEX triplet: BA, 52 and 4F. RGB value is (186,82,79). Sum of RGB (Red+Green+Blue) = 186+82+79=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA524F is #45ADB0. Grayscale: #707070. Windows color (decimal): -4566449 or 5198522. OLE color: 5198522.
HSL color Cylindrical-coordinate representation of color #BA524F: hue angle of 1.68º 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 #BA524F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 79 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.27 |
| HSL | 1.68º | 0.44% | 0.52% | - |
| HSV(B) | 1.68º | 0.58% | 0.73% | - |
| XYZ | 24.68 | 17.04 | 9.39 | - |
| YUV | 112.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 79 | 0 | 0.56 | 0.58 | 0.27 | 1.68 | 0.44 | 0.52 |
| Hex | BA | 52 | 4F | 0 | 38 | 3A | 1B | 2 | 2C | 34 |
| Octal | 272 | 122 | 117 | 0 | 70 | 72 | 33 | 2 | 54 | 64 |
| Binary | 10111010 | 1010010 | 1001111 | 0 | 111000 | 111010 | 11011 | 10 | 101100 | 110100 |
Color Harmonies of #BA524F
Complementary color
Monochromatic Colors of #BA524F
Black with #BA524F
Text Example
Text Example
White with #BA524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA524F; }
p { color: rgb(186,82,79); }
H1.HeaderClassName
{
color: #BA524F;
}
.AnyTagClassName
{
color: #BA524F;
}
</style>
background-color css
<style>
a { background-color: #BA524F; }
a { background-color: rgb(186,82,79); }
div.DivClassName
{
background-color: #BA524F;
}
.BgClassName
{
background-color: #BA524F;
}
</style>
border-color css
<style>
span { border-color: #BA524F; }
span { border-color: rgb(186,82,79); }
td.TdClassName
{
border-color: #BA524F;
}
.TagClassName
{
border-color: #BA524F;
}
</style>