Shades of Hippie Pink #BA3D5D
Tints of Hippie Pink #BA3D5D
RGB
CMYK
RGB Variations
Color information
#BA3D5D (or 0xBA3D5D) is known color: Hippie Pink. HEX triplet: BA, 3D and 5D. RGB value is (186,61,93). Sum of RGB (Red+Green+Blue) = 186+61+93=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D5D is #45C2A2. Grayscale: #666666. Windows color (decimal): -4571811 or 6110650. OLE color: 6110650.
HSL color Cylindrical-coordinate representation of color #BA3D5D: hue angle of 344.64º 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 #BA3D5D is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 93 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.27 |
| HSL | 344.64º | 0.51% | 0.48% | - |
| HSV(B) | 344.64º | 0.67% | 0.73% | - |
| XYZ | 23.89 | 14.57 | 11.91 | - |
| YUV | 102.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 93 | 0 | 0.67 | 0.5 | 0.27 | 344.64 | 0.51 | 0.48 |
| Hex | BA | 3D | 5D | 0 | 43 | 32 | 1B | 159 | 33 | 30 |
| Octal | 272 | 75 | 135 | 0 | 103 | 62 | 33 | 531 | 63 | 60 |
| Binary | 10111010 | 111101 | 1011101 | 0 | 1000011 | 110010 | 11011 | 101011001 | 110011 | 110000 |
Color Harmonies of #BA3D5D
Complementary color
Monochromatic Colors of #BA3D5D
Black with #BA3D5D
Text Example
Text Example
White with #BA3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D5D; }
p { color: rgb(186,61,93); }
H1.HeaderClassName
{
color: #BA3D5D;
}
.AnyTagClassName
{
color: #BA3D5D;
}
</style>
background-color css
<style>
a { background-color: #BA3D5D; }
a { background-color: rgb(186,61,93); }
div.DivClassName
{
background-color: #BA3D5D;
}
.BgClassName
{
background-color: #BA3D5D;
}
</style>
border-color css
<style>
span { border-color: #BA3D5D; }
span { border-color: rgb(186,61,93); }
td.TdClassName
{
border-color: #BA3D5D;
}
.TagClassName
{
border-color: #BA3D5D;
}
</style>