Shades of Blush #BA586D
Tints of Blush #BA586D
RGB
CMYK
RGB Variations
Color information
#BA586D (or 0xBA586D) is known color: Blush. HEX triplet: BA, 58 and 6D. RGB value is (186,88,109). Sum of RGB (Red+Green+Blue) = 186+88+109=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586D is #45A792. Grayscale: #777777. Windows color (decimal): -4564883 or 7166138. OLE color: 7166138.
HSL color Cylindrical-coordinate representation of color #BA586D: hue angle of 347.14º 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 #BA586D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 109 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.27 |
| HSL | 347.14º | 0.42% | 0.54% | - |
| HSV(B) | 347.14º | 0.53% | 0.73% | - |
| XYZ | 26.5 | 18.52 | 16.65 | - |
| YUV | 119.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 109 | 0 | 0.53 | 0.41 | 0.27 | 347.14 | 0.42 | 0.54 |
| Hex | BA | 58 | 6D | 0 | 35 | 29 | 1B | 15B | 2A | 36 |
| Octal | 272 | 130 | 155 | 0 | 65 | 51 | 33 | 533 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1101101 | 0 | 110101 | 101001 | 11011 | 101011011 | 101010 | 110110 |
Color Harmonies of #BA586D
Complementary color
Monochromatic Colors of #BA586D
Black with #BA586D
Text Example
Text Example
White with #BA586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA586D; }
p { color: rgb(186,88,109); }
H1.HeaderClassName
{
color: #BA586D;
}
.AnyTagClassName
{
color: #BA586D;
}
</style>
background-color css
<style>
a { background-color: #BA586D; }
a { background-color: rgb(186,88,109); }
div.DivClassName
{
background-color: #BA586D;
}
.BgClassName
{
background-color: #BA586D;
}
</style>
border-color css
<style>
span { border-color: #BA586D; }
span { border-color: rgb(186,88,109); }
td.TdClassName
{
border-color: #BA586D;
}
.TagClassName
{
border-color: #BA586D;
}
</style>