Shades of Blush #BA586B
Tints of Blush #BA586B
RGB
CMYK
RGB Variations
Color information
#BA586B (or 0xBA586B) is known color: Blush. HEX triplet: BA, 58 and 6B. RGB value is (186,88,107). Sum of RGB (Red+Green+Blue) = 186+88+107=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586B is #45A794. Grayscale: #777777. Windows color (decimal): -4564885 or 7035066. OLE color: 7035066.
HSL color Cylindrical-coordinate representation of color #BA586B: hue angle of 348.37º 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 #BA586B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 107 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 348.37º | 0.42% | 0.54% | - |
| HSV(B) | 348.37º | 0.53% | 0.73% | - |
| XYZ | 26.39 | 18.48 | 16.09 | - |
| YUV | 119.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 107 | 0 | 0.53 | 0.42 | 0.27 | 348.37 | 0.42 | 0.54 |
| Hex | BA | 58 | 6B | 0 | 35 | 2A | 1B | 15C | 2A | 36 |
| Octal | 272 | 130 | 153 | 0 | 65 | 52 | 33 | 534 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1101011 | 0 | 110101 | 101010 | 11011 | 101011100 | 101010 | 110110 |
Color Harmonies of #BA586B
Complementary color
Monochromatic Colors of #BA586B
Black with #BA586B
Text Example
Text Example
White with #BA586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA586B; }
p { color: rgb(186,88,107); }
H1.HeaderClassName
{
color: #BA586B;
}
.AnyTagClassName
{
color: #BA586B;
}
</style>
background-color css
<style>
a { background-color: #BA586B; }
a { background-color: rgb(186,88,107); }
div.DivClassName
{
background-color: #BA586B;
}
.BgClassName
{
background-color: #BA586B;
}
</style>
border-color css
<style>
span { border-color: #BA586B; }
span { border-color: rgb(186,88,107); }
td.TdClassName
{
border-color: #BA586B;
}
.TagClassName
{
border-color: #BA586B;
}
</style>