Shades of Hippie Pink #BA3D58
Tints of Hippie Pink #BA3D58
RGB
CMYK
RGB Variations
Color information
#BA3D58 (or 0xBA3D58) is known color: Hippie Pink. HEX triplet: BA, 3D and 58. RGB value is (186,61,88). Sum of RGB (Red+Green+Blue) = 186+61+88=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D58 is #45C2A7. Grayscale: #656565. Windows color (decimal): -4571816 or 5782970. OLE color: 5782970.
HSL color Cylindrical-coordinate representation of color #BA3D58: hue angle of 347.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D58 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 88 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.27 |
| HSL | 347.04º | 0.51% | 0.48% | - |
| HSV(B) | 347.04º | 0.67% | 0.73% | - |
| XYZ | 23.68 | 14.48 | 10.78 | - |
| YUV | 101.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 88 | 0 | 0.67 | 0.53 | 0.27 | 347.04 | 0.51 | 0.48 |
| Hex | BA | 3D | 58 | 0 | 43 | 35 | 1B | 15B | 33 | 30 |
| Octal | 272 | 75 | 130 | 0 | 103 | 65 | 33 | 533 | 63 | 60 |
| Binary | 10111010 | 111101 | 1011000 | 0 | 1000011 | 110101 | 11011 | 101011011 | 110011 | 110000 |
Color Harmonies of #BA3D58
Complementary color
Monochromatic Colors of #BA3D58
Black with #BA3D58
Text Example
Text Example
White with #BA3D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D58; }
p { color: rgb(186,61,88); }
H1.HeaderClassName
{
color: #BA3D58;
}
.AnyTagClassName
{
color: #BA3D58;
}
</style>
background-color css
<style>
a { background-color: #BA3D58; }
a { background-color: rgb(186,61,88); }
div.DivClassName
{
background-color: #BA3D58;
}
.BgClassName
{
background-color: #BA3D58;
}
</style>
border-color css
<style>
span { border-color: #BA3D58; }
span { border-color: rgb(186,61,88); }
td.TdClassName
{
border-color: #BA3D58;
}
.TagClassName
{
border-color: #BA3D58;
}
</style>