Shades of Hippie Pink #BA4D57
Tints of Hippie Pink #BA4D57
RGB
CMYK
RGB Variations
Color information
#BA4D57 (or 0xBA4D57) is known color: Hippie Pink. HEX triplet: BA, 4D and 57. RGB value is (186,77,87). Sum of RGB (Red+Green+Blue) = 186+77+87=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D57 is #45B2A8. Grayscale: #6E6E6E. Windows color (decimal): -4567721 or 5721530. OLE color: 5721530.
HSL color Cylindrical-coordinate representation of color #BA4D57: hue angle of 354.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D57 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 87 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.27 |
| HSL | 354.5º | 0.44% | 0.52% | - |
| HSV(B) | 354.5º | 0.59% | 0.73% | - |
| XYZ | 24.62 | 16.43 | 10.89 | - |
| YUV | 110.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 87 | 0 | 0.59 | 0.53 | 0.27 | 354.5 | 0.44 | 0.52 |
| Hex | BA | 4D | 57 | 0 | 3B | 35 | 1B | 162 | 2C | 34 |
| Octal | 272 | 115 | 127 | 0 | 73 | 65 | 33 | 542 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1010111 | 0 | 111011 | 110101 | 11011 | 101100010 | 101100 | 110100 |
Color Harmonies of #BA4D57
Complementary color
Monochromatic Colors of #BA4D57
Black with #BA4D57
Text Example
Text Example
White with #BA4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D57; }
p { color: rgb(186,77,87); }
H1.HeaderClassName
{
color: #BA4D57;
}
.AnyTagClassName
{
color: #BA4D57;
}
</style>
background-color css
<style>
a { background-color: #BA4D57; }
a { background-color: rgb(186,77,87); }
div.DivClassName
{
background-color: #BA4D57;
}
.BgClassName
{
background-color: #BA4D57;
}
</style>
border-color css
<style>
span { border-color: #BA4D57; }
span { border-color: rgb(186,77,87); }
td.TdClassName
{
border-color: #BA4D57;
}
.TagClassName
{
border-color: #BA4D57;
}
</style>