Shades of Blush #BA5164
Tints of Blush #BA5164
RGB
CMYK
RGB Variations
Color information
#BA5164 (or 0xBA5164) is known color: Blush. HEX triplet: BA, 51 and 64. RGB value is (186,81,100). Sum of RGB (Red+Green+Blue) = 186+81+100=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5164 is #45AE9B. Grayscale: #727272. Windows color (decimal): -4566684 or 6574522. OLE color: 6574522.
HSL color Cylindrical-coordinate representation of color #BA5164: hue angle of 349.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5164 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 100 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.27 |
| HSL | 349.14º | 0.43% | 0.52% | - |
| HSV(B) | 349.14º | 0.56% | 0.73% | - |
| XYZ | 25.49 | 17.24 | 14.04 | - |
| YUV | 114.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 100 | 0 | 0.56 | 0.46 | 0.27 | 349.14 | 0.43 | 0.52 |
| Hex | BA | 51 | 64 | 0 | 38 | 2E | 1B | 15D | 2B | 34 |
| Octal | 272 | 121 | 144 | 0 | 70 | 56 | 33 | 535 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1100100 | 0 | 111000 | 101110 | 11011 | 101011101 | 101011 | 110100 |
Color Harmonies of #BA5164
Complementary color
Monochromatic Colors of #BA5164
Black with #BA5164
Text Example
Text Example
White with #BA5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5164; }
p { color: rgb(186,81,100); }
H1.HeaderClassName
{
color: #BA5164;
}
.AnyTagClassName
{
color: #BA5164;
}
</style>
background-color css
<style>
a { background-color: #BA5164; }
a { background-color: rgb(186,81,100); }
div.DivClassName
{
background-color: #BA5164;
}
.BgClassName
{
background-color: #BA5164;
}
</style>
border-color css
<style>
span { border-color: #BA5164; }
span { border-color: rgb(186,81,100); }
td.TdClassName
{
border-color: #BA5164;
}
.TagClassName
{
border-color: #BA5164;
}
</style>