Shades of Blush #BA4666
Tints of Blush #BA4666
RGB
CMYK
RGB Variations
Color information
#BA4666 (or 0xBA4666) is known color: Blush. HEX triplet: BA, 46 and 66. RGB value is (186,70,102). Sum of RGB (Red+Green+Blue) = 186+70+102=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4666 is #45B999. Grayscale: #6C6C6C. Windows color (decimal): -4569498 or 6702778. OLE color: 6702778.
HSL color Cylindrical-coordinate representation of color #BA4666: hue angle of 343.45º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4666 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 102 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.27 |
| HSL | 343.45º | 0.46% | 0.5% | - |
| HSV(B) | 343.45º | 0.62% | 0.73% | - |
| XYZ | 24.84 | 15.78 | 14.31 | - |
| YUV | 108.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 102 | 0 | 0.62 | 0.45 | 0.27 | 343.45 | 0.46 | 0.5 |
| Hex | BA | 46 | 66 | 0 | 3E | 2D | 1B | 157 | 2E | 32 |
| Octal | 272 | 106 | 146 | 0 | 76 | 55 | 33 | 527 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1100110 | 0 | 111110 | 101101 | 11011 | 101010111 | 101110 | 110010 |
Color Harmonies of #BA4666
Complementary color
Monochromatic Colors of #BA4666
Black with #BA4666
Text Example
Text Example
White with #BA4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4666; }
p { color: rgb(186,70,102); }
H1.HeaderClassName
{
color: #BA4666;
}
.AnyTagClassName
{
color: #BA4666;
}
</style>
background-color css
<style>
a { background-color: #BA4666; }
a { background-color: rgb(186,70,102); }
div.DivClassName
{
background-color: #BA4666;
}
.BgClassName
{
background-color: #BA4666;
}
</style>
border-color css
<style>
span { border-color: #BA4666; }
span { border-color: rgb(186,70,102); }
td.TdClassName
{
border-color: #BA4666;
}
.TagClassName
{
border-color: #BA4666;
}
</style>