Shades of Blush #BA505D
Tints of Blush #BA505D
RGB
CMYK
RGB Variations
Color information
#BA505D (or 0xBA505D) is known color: Blush. HEX triplet: BA, 50 and 5D. RGB value is (186,80,93). Sum of RGB (Red+Green+Blue) = 186+80+93=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA505D is #45AFA2. Grayscale: #717171. Windows color (decimal): -4566947 or 6115514. OLE color: 6115514.
HSL color Cylindrical-coordinate representation of color #BA505D: hue angle of 352.64º 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 #BA505D is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 93 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.27 |
| HSL | 352.64º | 0.43% | 0.52% | - |
| HSV(B) | 352.64º | 0.57% | 0.73% | - |
| XYZ | 25.09 | 16.97 | 12.31 | - |
| YUV | 113.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 93 | 0 | 0.57 | 0.5 | 0.27 | 352.64 | 0.43 | 0.52 |
| Hex | BA | 50 | 5D | 0 | 39 | 32 | 1B | 161 | 2B | 34 |
| Octal | 272 | 120 | 135 | 0 | 71 | 62 | 33 | 541 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1011101 | 0 | 111001 | 110010 | 11011 | 101100001 | 101011 | 110100 |
Color Harmonies of #BA505D
Complementary color
Monochromatic Colors of #BA505D
Black with #BA505D
Text Example
Text Example
White with #BA505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA505D; }
p { color: rgb(186,80,93); }
H1.HeaderClassName
{
color: #BA505D;
}
.AnyTagClassName
{
color: #BA505D;
}
</style>
background-color css
<style>
a { background-color: #BA505D; }
a { background-color: rgb(186,80,93); }
div.DivClassName
{
background-color: #BA505D;
}
.BgClassName
{
background-color: #BA505D;
}
</style>
border-color css
<style>
span { border-color: #BA505D; }
span { border-color: rgb(186,80,93); }
td.TdClassName
{
border-color: #BA505D;
}
.TagClassName
{
border-color: #BA505D;
}
</style>