Shades of Hippie Pink #BA4E58
Tints of Hippie Pink #BA4E58
RGB
CMYK
RGB Variations
Color information
#BA4E58 (or 0xBA4E58) is known color: Hippie Pink. HEX triplet: BA, 4E and 58. RGB value is (186,78,88). Sum of RGB (Red+Green+Blue) = 186+78+88=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E58 is #45B1A7. Grayscale: #6F6F6F. Windows color (decimal): -4567464 or 5787322. OLE color: 5787322.
HSL color Cylindrical-coordinate representation of color #BA4E58: hue angle of 354.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E58 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 88 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.27 |
| HSL | 354.44º | 0.44% | 0.52% | - |
| HSV(B) | 354.44º | 0.58% | 0.73% | - |
| XYZ | 24.74 | 16.59 | 11.13 | - |
| YUV | 111.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 88 | 0 | 0.58 | 0.53 | 0.27 | 354.44 | 0.44 | 0.52 |
| Hex | BA | 4E | 58 | 0 | 3A | 35 | 1B | 162 | 2C | 34 |
| Octal | 272 | 116 | 130 | 0 | 72 | 65 | 33 | 542 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1011000 | 0 | 111010 | 110101 | 11011 | 101100010 | 101100 | 110100 |
Color Harmonies of #BA4E58
Complementary color
Monochromatic Colors of #BA4E58
Black with #BA4E58
Text Example
Text Example
White with #BA4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E58; }
p { color: rgb(186,78,88); }
H1.HeaderClassName
{
color: #BA4E58;
}
.AnyTagClassName
{
color: #BA4E58;
}
</style>
background-color css
<style>
a { background-color: #BA4E58; }
a { background-color: rgb(186,78,88); }
div.DivClassName
{
background-color: #BA4E58;
}
.BgClassName
{
background-color: #BA4E58;
}
</style>
border-color css
<style>
span { border-color: #BA4E58; }
span { border-color: rgb(186,78,88); }
td.TdClassName
{
border-color: #BA4E58;
}
.TagClassName
{
border-color: #BA4E58;
}
</style>