Shades of Hippie Pink #BA4759
Tints of Hippie Pink #BA4759
RGB
CMYK
RGB Variations
Color information
#BA4759 (or 0xBA4759) is known color: Hippie Pink. HEX triplet: BA, 47 and 59. RGB value is (186,71,89). Sum of RGB (Red+Green+Blue) = 186+71+89=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4759 is #45B8A6. Grayscale: #6B6B6B. Windows color (decimal): -4569255 or 5851066. OLE color: 5851066.
HSL color Cylindrical-coordinate representation of color #BA4759: hue angle of 350.61º degrees, saturation: 0.45, 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 #BA4759 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 89 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.27 |
| HSL | 350.61º | 0.45% | 0.5% | - |
| HSV(B) | 350.61º | 0.62% | 0.73% | - |
| XYZ | 24.31 | 15.67 | 11.19 | - |
| YUV | 107.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 89 | 0 | 0.62 | 0.52 | 0.27 | 350.61 | 0.45 | 0.5 |
| Hex | BA | 47 | 59 | 0 | 3E | 34 | 1B | 15F | 2D | 32 |
| Octal | 272 | 107 | 131 | 0 | 76 | 64 | 33 | 537 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1011001 | 0 | 111110 | 110100 | 11011 | 101011111 | 101101 | 110010 |
Color Harmonies of #BA4759
Complementary color
Monochromatic Colors of #BA4759
Black with #BA4759
Text Example
Text Example
White with #BA4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4759; }
p { color: rgb(186,71,89); }
H1.HeaderClassName
{
color: #BA4759;
}
.AnyTagClassName
{
color: #BA4759;
}
</style>
background-color css
<style>
a { background-color: #BA4759; }
a { background-color: rgb(186,71,89); }
div.DivClassName
{
background-color: #BA4759;
}
.BgClassName
{
background-color: #BA4759;
}
</style>
border-color css
<style>
span { border-color: #BA4759; }
span { border-color: rgb(186,71,89); }
td.TdClassName
{
border-color: #BA4759;
}
.TagClassName
{
border-color: #BA4759;
}
</style>