Shades of Blush #BA4866
Tints of Blush #BA4866
RGB
CMYK
RGB Variations
Color information
#BA4866 (or 0xBA4866) is known color: Blush. HEX triplet: BA, 48 and 66. RGB value is (186,72,102). Sum of RGB (Red+Green+Blue) = 186+72+102=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4866 is #45B799. Grayscale: #6D6D6D. Windows color (decimal): -4568986 or 6703290. OLE color: 6703290.
HSL color Cylindrical-coordinate representation of color #BA4866: hue angle of 344.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4866 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 102 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.27 |
| HSL | 344.21º | 0.45% | 0.51% | - |
| HSV(B) | 344.21º | 0.61% | 0.73% | - |
| XYZ | 24.97 | 16.03 | 14.35 | - |
| YUV | 109.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 102 | 0 | 0.61 | 0.45 | 0.27 | 344.21 | 0.45 | 0.51 |
| Hex | BA | 48 | 66 | 0 | 3D | 2D | 1B | 158 | 2D | 33 |
| Octal | 272 | 110 | 146 | 0 | 75 | 55 | 33 | 530 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1100110 | 0 | 111101 | 101101 | 11011 | 101011000 | 101101 | 110011 |
Color Harmonies of #BA4866
Complementary color
Monochromatic Colors of #BA4866
Black with #BA4866
Text Example
Text Example
White with #BA4866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4866; }
p { color: rgb(186,72,102); }
H1.HeaderClassName
{
color: #BA4866;
}
.AnyTagClassName
{
color: #BA4866;
}
</style>
background-color css
<style>
a { background-color: #BA4866; }
a { background-color: rgb(186,72,102); }
div.DivClassName
{
background-color: #BA4866;
}
.BgClassName
{
background-color: #BA4866;
}
</style>
border-color css
<style>
span { border-color: #BA4866; }
span { border-color: rgb(186,72,102); }
td.TdClassName
{
border-color: #BA4866;
}
.TagClassName
{
border-color: #BA4866;
}
</style>