Shades of Hippie Pink #BA3E5E
Tints of Hippie Pink #BA3E5E
RGB
CMYK
RGB Variations
Color information
#BA3E5E (or 0xBA3E5E) is known color: Hippie Pink. HEX triplet: BA, 3E and 5E. RGB value is (186,62,94). Sum of RGB (Red+Green+Blue) = 186+62+94=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E5E is #45C1A1. Grayscale: #666666. Windows color (decimal): -4571554 or 6176442. OLE color: 6176442.
HSL color Cylindrical-coordinate representation of color #BA3E5E: hue angle of 344.52º 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 #BA3E5E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 94 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.27 |
| HSL | 344.52º | 0.5% | 0.49% | - |
| HSV(B) | 344.52º | 0.67% | 0.73% | - |
| XYZ | 23.99 | 14.69 | 12.16 | - |
| YUV | 102.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 94 | 0 | 0.67 | 0.49 | 0.27 | 344.52 | 0.5 | 0.49 |
| Hex | BA | 3E | 5E | 0 | 43 | 31 | 1B | 159 | 32 | 31 |
| Octal | 272 | 76 | 136 | 0 | 103 | 61 | 33 | 531 | 62 | 61 |
| Binary | 10111010 | 111110 | 1011110 | 0 | 1000011 | 110001 | 11011 | 101011001 | 110010 | 110001 |
Color Harmonies of #BA3E5E
Complementary color
Monochromatic Colors of #BA3E5E
Black with #BA3E5E
Text Example
Text Example
White with #BA3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E5E; }
p { color: rgb(186,62,94); }
H1.HeaderClassName
{
color: #BA3E5E;
}
.AnyTagClassName
{
color: #BA3E5E;
}
</style>
background-color css
<style>
a { background-color: #BA3E5E; }
a { background-color: rgb(186,62,94); }
div.DivClassName
{
background-color: #BA3E5E;
}
.BgClassName
{
background-color: #BA3E5E;
}
</style>
border-color css
<style>
span { border-color: #BA3E5E; }
span { border-color: rgb(186,62,94); }
td.TdClassName
{
border-color: #BA3E5E;
}
.TagClassName
{
border-color: #BA3E5E;
}
</style>