Shades of Sunset #BA5250
Tints of Sunset #BA5250
RGB
CMYK
RGB Variations
Color information
#BA5250 (or 0xBA5250) is known color: Sunset. HEX triplet: BA, 52 and 50. RGB value is (186,82,80). Sum of RGB (Red+Green+Blue) = 186+82+80=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5250 is #45ADAF. Grayscale: #707070. Windows color (decimal): -4566448 or 5264058. OLE color: 5264058.
HSL color Cylindrical-coordinate representation of color #BA5250: hue angle of 1.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5250 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 80 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.27 |
| HSL | 1.13º | 0.43% | 0.52% | - |
| HSV(B) | 1.13º | 0.57% | 0.73% | - |
| XYZ | 24.71 | 17.05 | 9.58 | - |
| YUV | 112.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 80 | 0 | 0.56 | 0.57 | 0.27 | 1.13 | 0.43 | 0.52 |
| Hex | BA | 52 | 50 | 0 | 38 | 39 | 1B | 1 | 2B | 34 |
| Octal | 272 | 122 | 120 | 0 | 70 | 71 | 33 | 1 | 53 | 64 |
| Binary | 10111010 | 1010010 | 1010000 | 0 | 111000 | 111001 | 11011 | 1 | 101011 | 110100 |
Color Harmonies of #BA5250
Complementary color
Monochromatic Colors of #BA5250
Black with #BA5250
Text Example
Text Example
White with #BA5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5250; }
p { color: rgb(186,82,80); }
H1.HeaderClassName
{
color: #BA5250;
}
.AnyTagClassName
{
color: #BA5250;
}
</style>
background-color css
<style>
a { background-color: #BA5250; }
a { background-color: rgb(186,82,80); }
div.DivClassName
{
background-color: #BA5250;
}
.BgClassName
{
background-color: #BA5250;
}
</style>
border-color css
<style>
span { border-color: #BA5250; }
span { border-color: rgb(186,82,80); }
td.TdClassName
{
border-color: #BA5250;
}
.TagClassName
{
border-color: #BA5250;
}
</style>