Shades of Hippie Pink #BA4C57
Tints of Hippie Pink #BA4C57
RGB
CMYK
RGB Variations
Color information
#BA4C57 (or 0xBA4C57) is known color: Hippie Pink. HEX triplet: BA, 4C and 57. RGB value is (186,76,87). Sum of RGB (Red+Green+Blue) = 186+76+87=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C57 is #45B3A8. Grayscale: #6E6E6E. Windows color (decimal): -4567977 or 5721274. OLE color: 5721274.
HSL color Cylindrical-coordinate representation of color #BA4C57: hue angle of 354º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C57 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 87 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.27 |
| HSL | 354º | 0.44% | 0.51% | - |
| HSV(B) | 354º | 0.59% | 0.73% | - |
| XYZ | 24.55 | 16.3 | 10.87 | - |
| YUV | 110.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 87 | 0 | 0.59 | 0.53 | 0.27 | 354 | 0.44 | 0.51 |
| Hex | BA | 4C | 57 | 0 | 3B | 35 | 1B | 162 | 2C | 33 |
| Octal | 272 | 114 | 127 | 0 | 73 | 65 | 33 | 542 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1010111 | 0 | 111011 | 110101 | 11011 | 101100010 | 101100 | 110011 |
Color Harmonies of #BA4C57
Complementary color
Monochromatic Colors of #BA4C57
Black with #BA4C57
Text Example
Text Example
White with #BA4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C57; }
p { color: rgb(186,76,87); }
H1.HeaderClassName
{
color: #BA4C57;
}
.AnyTagClassName
{
color: #BA4C57;
}
</style>
background-color css
<style>
a { background-color: #BA4C57; }
a { background-color: rgb(186,76,87); }
div.DivClassName
{
background-color: #BA4C57;
}
.BgClassName
{
background-color: #BA4C57;
}
</style>
border-color css
<style>
span { border-color: #BA4C57; }
span { border-color: rgb(186,76,87); }
td.TdClassName
{
border-color: #BA4C57;
}
.TagClassName
{
border-color: #BA4C57;
}
</style>