Shades of Hippie Pink #BA4758
Tints of Hippie Pink #BA4758
RGB
CMYK
RGB Variations
Color information
#BA4758 (or 0xBA4758) is known color: Hippie Pink. HEX triplet: BA, 47 and 58. RGB value is (186,71,88). Sum of RGB (Red+Green+Blue) = 186+71+88=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4758 is #45B8A7. Grayscale: #6B6B6B. Windows color (decimal): -4569256 or 5785530. OLE color: 5785530.
HSL color Cylindrical-coordinate representation of color #BA4758: hue angle of 351.13º 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 #BA4758 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 88 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.27 |
| HSL | 351.13º | 0.45% | 0.5% | - |
| HSV(B) | 351.13º | 0.62% | 0.73% | - |
| XYZ | 24.26 | 15.65 | 10.97 | - |
| YUV | 107.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 88 | 0 | 0.62 | 0.53 | 0.27 | 351.13 | 0.45 | 0.5 |
| Hex | BA | 47 | 58 | 0 | 3E | 35 | 1B | 15F | 2D | 32 |
| Octal | 272 | 107 | 130 | 0 | 76 | 65 | 33 | 537 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1011000 | 0 | 111110 | 110101 | 11011 | 101011111 | 101101 | 110010 |
Color Harmonies of #BA4758
Complementary color
Monochromatic Colors of #BA4758
Black with #BA4758
Text Example
Text Example
White with #BA4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4758; }
p { color: rgb(186,71,88); }
H1.HeaderClassName
{
color: #BA4758;
}
.AnyTagClassName
{
color: #BA4758;
}
</style>
background-color css
<style>
a { background-color: #BA4758; }
a { background-color: rgb(186,71,88); }
div.DivClassName
{
background-color: #BA4758;
}
.BgClassName
{
background-color: #BA4758;
}
</style>
border-color css
<style>
span { border-color: #BA4758; }
span { border-color: rgb(186,71,88); }
td.TdClassName
{
border-color: #BA4758;
}
.TagClassName
{
border-color: #BA4758;
}
</style>