Shades of Hippie Pink #BA3C5C
Tints of Hippie Pink #BA3C5C
RGB
CMYK
RGB Variations
Color information
#BA3C5C (or 0xBA3C5C) is known color: Hippie Pink. HEX triplet: BA, 3C and 5C. RGB value is (186,60,92). Sum of RGB (Red+Green+Blue) = 186+60+92=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C5C is #45C3A3. Grayscale: #656565. Windows color (decimal): -4572068 or 6044858. OLE color: 6044858.
HSL color Cylindrical-coordinate representation of color #BA3C5C: hue angle of 344.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C5C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 92 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.27 |
| HSL | 344.76º | 0.51% | 0.48% | - |
| HSV(B) | 344.76º | 0.68% | 0.73% | - |
| XYZ | 23.8 | 14.44 | 11.66 | - |
| YUV | 101.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 92 | 0 | 0.68 | 0.51 | 0.27 | 344.76 | 0.51 | 0.48 |
| Hex | BA | 3C | 5C | 0 | 44 | 33 | 1B | 159 | 33 | 30 |
| Octal | 272 | 74 | 134 | 0 | 104 | 63 | 33 | 531 | 63 | 60 |
| Binary | 10111010 | 111100 | 1011100 | 0 | 1000100 | 110011 | 11011 | 101011001 | 110011 | 110000 |
Color Harmonies of #BA3C5C
Complementary color
Monochromatic Colors of #BA3C5C
Black with #BA3C5C
Text Example
Text Example
White with #BA3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C5C; }
p { color: rgb(186,60,92); }
H1.HeaderClassName
{
color: #BA3C5C;
}
.AnyTagClassName
{
color: #BA3C5C;
}
</style>
background-color css
<style>
a { background-color: #BA3C5C; }
a { background-color: rgb(186,60,92); }
div.DivClassName
{
background-color: #BA3C5C;
}
.BgClassName
{
background-color: #BA3C5C;
}
</style>
border-color css
<style>
span { border-color: #BA3C5C; }
span { border-color: rgb(186,60,92); }
td.TdClassName
{
border-color: #BA3C5C;
}
.TagClassName
{
border-color: #BA3C5C;
}
</style>