Shades of Blush #BA586A
Tints of Blush #BA586A
RGB
CMYK
RGB Variations
Color information
#BA586A (or 0xBA586A) is known color: Blush. HEX triplet: BA, 58 and 6A. RGB value is (186,88,106). Sum of RGB (Red+Green+Blue) = 186+88+106=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586A is #45A795. Grayscale: #777777. Windows color (decimal): -4564886 or 6969530. OLE color: 6969530.
HSL color Cylindrical-coordinate representation of color #BA586A: hue angle of 348.98º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA586A is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 106 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.27 |
| HSL | 348.98º | 0.42% | 0.54% | - |
| HSV(B) | 348.98º | 0.53% | 0.73% | - |
| XYZ | 26.34 | 18.46 | 15.81 | - |
| YUV | 119.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 106 | 0 | 0.53 | 0.43 | 0.27 | 348.98 | 0.42 | 0.54 |
| Hex | BA | 58 | 6A | 0 | 35 | 2B | 1B | 15D | 2A | 36 |
| Octal | 272 | 130 | 152 | 0 | 65 | 53 | 33 | 535 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1101010 | 0 | 110101 | 101011 | 11011 | 101011101 | 101010 | 110110 |
Color Harmonies of #BA586A
Complementary color
Monochromatic Colors of #BA586A
Black with #BA586A
Text Example
Text Example
White with #BA586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA586A; }
p { color: rgb(186,88,106); }
H1.HeaderClassName
{
color: #BA586A;
}
.AnyTagClassName
{
color: #BA586A;
}
</style>
background-color css
<style>
a { background-color: #BA586A; }
a { background-color: rgb(186,88,106); }
div.DivClassName
{
background-color: #BA586A;
}
.BgClassName
{
background-color: #BA586A;
}
</style>
border-color css
<style>
span { border-color: #BA586A; }
span { border-color: rgb(186,88,106); }
td.TdClassName
{
border-color: #BA586A;
}
.TagClassName
{
border-color: #BA586A;
}
</style>