Shades of Blush #BA606E
Tints of Blush #BA606E
RGB
CMYK
RGB Variations
Color information
#BA606E (or 0xBA606E) is known color: Blush. HEX triplet: BA, 60 and 6E. RGB value is (186,96,110). Sum of RGB (Red+Green+Blue) = 186+96+110=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA606E is #459F91. Grayscale: #7C7C7C. Windows color (decimal): -4562834 or 7233722. OLE color: 7233722.
HSL color Cylindrical-coordinate representation of color #BA606E: hue angle of 350.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA606E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 110 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.27 |
| HSL | 350.67º | 0.39% | 0.55% | - |
| HSV(B) | 350.67º | 0.48% | 0.73% | - |
| XYZ | 27.25 | 19.93 | 17.16 | - |
| YUV | 124.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 110 | 0 | 0.48 | 0.41 | 0.27 | 350.67 | 0.39 | 0.55 |
| Hex | BA | 60 | 6E | 0 | 30 | 29 | 1B | 15F | 27 | 37 |
| Octal | 272 | 140 | 156 | 0 | 60 | 51 | 33 | 537 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1101110 | 0 | 110000 | 101001 | 11011 | 101011111 | 100111 | 110111 |
Color Harmonies of #BA606E
Complementary color
Monochromatic Colors of #BA606E
Black with #BA606E
Text Example
Text Example
White with #BA606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA606E; }
p { color: rgb(186,96,110); }
H1.HeaderClassName
{
color: #BA606E;
}
.AnyTagClassName
{
color: #BA606E;
}
</style>
background-color css
<style>
a { background-color: #BA606E; }
a { background-color: rgb(186,96,110); }
div.DivClassName
{
background-color: #BA606E;
}
.BgClassName
{
background-color: #BA606E;
}
</style>
border-color css
<style>
span { border-color: #BA606E; }
span { border-color: rgb(186,96,110); }
td.TdClassName
{
border-color: #BA606E;
}
.TagClassName
{
border-color: #BA606E;
}
</style>