Shades of Blush #BA5A6A
Tints of Blush #BA5A6A
RGB
CMYK
RGB Variations
Color information
#BA5A6A (or 0xBA5A6A) is known color: Blush. HEX triplet: BA, 5A and 6A. RGB value is (186,90,106). Sum of RGB (Red+Green+Blue) = 186+90+106=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A6A is #45A595. Grayscale: #787878. Windows color (decimal): -4564374 or 6970042. OLE color: 6970042.
HSL color Cylindrical-coordinate representation of color #BA5A6A: hue angle of 350º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A6A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 106 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.27 |
| HSL | 350º | 0.41% | 0.54% | - |
| HSV(B) | 350º | 0.52% | 0.73% | - |
| XYZ | 26.51 | 18.79 | 15.87 | - |
| YUV | 120.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 106 | 0 | 0.52 | 0.43 | 0.27 | 350 | 0.41 | 0.54 |
| Hex | BA | 5A | 6A | 0 | 34 | 2B | 1B | 15E | 29 | 36 |
| Octal | 272 | 132 | 152 | 0 | 64 | 53 | 33 | 536 | 51 | 66 |
| Binary | 10111010 | 1011010 | 1101010 | 0 | 110100 | 101011 | 11011 | 101011110 | 101001 | 110110 |
Color Harmonies of #BA5A6A
Complementary color
Monochromatic Colors of #BA5A6A
Black with #BA5A6A
Text Example
Text Example
White with #BA5A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A6A; }
p { color: rgb(186,90,106); }
H1.HeaderClassName
{
color: #BA5A6A;
}
.AnyTagClassName
{
color: #BA5A6A;
}
</style>
background-color css
<style>
a { background-color: #BA5A6A; }
a { background-color: rgb(186,90,106); }
div.DivClassName
{
background-color: #BA5A6A;
}
.BgClassName
{
background-color: #BA5A6A;
}
</style>
border-color css
<style>
span { border-color: #BA5A6A; }
span { border-color: rgb(186,90,106); }
td.TdClassName
{
border-color: #BA5A6A;
}
.TagClassName
{
border-color: #BA5A6A;
}
</style>