Shades of Hippie Pink #BA3E56
Tints of Hippie Pink #BA3E56
RGB
CMYK
RGB Variations
Color information
#BA3E56 (or 0xBA3E56) is known color: Hippie Pink. HEX triplet: BA, 3E and 56. RGB value is (186,62,86). Sum of RGB (Red+Green+Blue) = 186+62+86=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E56 is #45C1A9. Grayscale: #656565. Windows color (decimal): -4571562 or 5652154. OLE color: 5652154.
HSL color Cylindrical-coordinate representation of color #BA3E56: hue angle of 348.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E56 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 86 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.27 |
| HSL | 348.39º | 0.5% | 0.49% | - |
| HSV(B) | 348.39º | 0.67% | 0.73% | - |
| XYZ | 23.65 | 14.56 | 10.37 | - |
| YUV | 101.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 86 | 0 | 0.67 | 0.54 | 0.27 | 348.39 | 0.5 | 0.49 |
| Hex | BA | 3E | 56 | 0 | 43 | 36 | 1B | 15C | 32 | 31 |
| Octal | 272 | 76 | 126 | 0 | 103 | 66 | 33 | 534 | 62 | 61 |
| Binary | 10111010 | 111110 | 1010110 | 0 | 1000011 | 110110 | 11011 | 101011100 | 110010 | 110001 |
Color Harmonies of #BA3E56
Complementary color
Monochromatic Colors of #BA3E56
Black with #BA3E56
Text Example
Text Example
White with #BA3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E56; }
p { color: rgb(186,62,86); }
H1.HeaderClassName
{
color: #BA3E56;
}
.AnyTagClassName
{
color: #BA3E56;
}
</style>
background-color css
<style>
a { background-color: #BA3E56; }
a { background-color: rgb(186,62,86); }
div.DivClassName
{
background-color: #BA3E56;
}
.BgClassName
{
background-color: #BA3E56;
}
</style>
border-color css
<style>
span { border-color: #BA3E56; }
span { border-color: rgb(186,62,86); }
td.TdClassName
{
border-color: #BA3E56;
}
.TagClassName
{
border-color: #BA3E56;
}
</style>