Shades of Blush #BA5A72
Tints of Blush #BA5A72
RGB
CMYK
RGB Variations
Color information
#BA5A72 (or 0xBA5A72) is known color: Blush. HEX triplet: BA, 5A and 72. RGB value is (186,90,114). Sum of RGB (Red+Green+Blue) = 186+90+114=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A72 is #45A58D. Grayscale: #797979. Windows color (decimal): -4564366 or 7494330. OLE color: 7494330.
HSL color Cylindrical-coordinate representation of color #BA5A72: hue angle of 345º 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 #BA5A72 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 114 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.27 |
| HSL | 345º | 0.41% | 0.54% | - |
| HSV(B) | 345º | 0.52% | 0.73% | - |
| XYZ | 26.94 | 18.97 | 18.16 | - |
| YUV | 121.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 114 | 0 | 0.52 | 0.39 | 0.27 | 345 | 0.41 | 0.54 |
| Hex | BA | 5A | 72 | 0 | 34 | 27 | 1B | 159 | 29 | 36 |
| Octal | 272 | 132 | 162 | 0 | 64 | 47 | 33 | 531 | 51 | 66 |
| Binary | 10111010 | 1011010 | 1110010 | 0 | 110100 | 100111 | 11011 | 101011001 | 101001 | 110110 |
Color Harmonies of #BA5A72
Complementary color
Monochromatic Colors of #BA5A72
Black with #BA5A72
Text Example
Text Example
White with #BA5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A72; }
p { color: rgb(186,90,114); }
H1.HeaderClassName
{
color: #BA5A72;
}
.AnyTagClassName
{
color: #BA5A72;
}
</style>
background-color css
<style>
a { background-color: #BA5A72; }
a { background-color: rgb(186,90,114); }
div.DivClassName
{
background-color: #BA5A72;
}
.BgClassName
{
background-color: #BA5A72;
}
</style>
border-color css
<style>
span { border-color: #BA5A72; }
span { border-color: rgb(186,90,114); }
td.TdClassName
{
border-color: #BA5A72;
}
.TagClassName
{
border-color: #BA5A72;
}
</style>