Shades of Hippie Pink #BA3D5B
Tints of Hippie Pink #BA3D5B
RGB
CMYK
RGB Variations
Color information
#BA3D5B (or 0xBA3D5B) is known color: Hippie Pink. HEX triplet: BA, 3D and 5B. RGB value is (186,61,91). Sum of RGB (Red+Green+Blue) = 186+61+91=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D5B is #45C2A4. Grayscale: #656565. Windows color (decimal): -4571813 or 5979578. OLE color: 5979578.
HSL color Cylindrical-coordinate representation of color #BA3D5B: hue angle of 345.6º 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 #BA3D5B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 91 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.27 |
| HSL | 345.6º | 0.51% | 0.48% | - |
| HSV(B) | 345.6º | 0.67% | 0.73% | - |
| XYZ | 23.81 | 14.53 | 11.45 | - |
| YUV | 101.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 91 | 0 | 0.67 | 0.51 | 0.27 | 345.6 | 0.51 | 0.48 |
| Hex | BA | 3D | 5B | 0 | 43 | 33 | 1B | 15A | 33 | 30 |
| Octal | 272 | 75 | 133 | 0 | 103 | 63 | 33 | 532 | 63 | 60 |
| Binary | 10111010 | 111101 | 1011011 | 0 | 1000011 | 110011 | 11011 | 101011010 | 110011 | 110000 |
Color Harmonies of #BA3D5B
Complementary color
Monochromatic Colors of #BA3D5B
Black with #BA3D5B
Text Example
Text Example
White with #BA3D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D5B; }
p { color: rgb(186,61,91); }
H1.HeaderClassName
{
color: #BA3D5B;
}
.AnyTagClassName
{
color: #BA3D5B;
}
</style>
background-color css
<style>
a { background-color: #BA3D5B; }
a { background-color: rgb(186,61,91); }
div.DivClassName
{
background-color: #BA3D5B;
}
.BgClassName
{
background-color: #BA3D5B;
}
</style>
border-color css
<style>
span { border-color: #BA3D5B; }
span { border-color: rgb(186,61,91); }
td.TdClassName
{
border-color: #BA3D5B;
}
.TagClassName
{
border-color: #BA3D5B;
}
</style>