Shades of Hippie Pink #BA4D54
Tints of Hippie Pink #BA4D54
RGB
CMYK
RGB Variations
Color information
#BA4D54 (or 0xBA4D54) is known color: Hippie Pink. HEX triplet: BA, 4D and 54. RGB value is (186,77,84). Sum of RGB (Red+Green+Blue) = 186+77+84=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D54 is #45B2AB. Grayscale: #6E6E6E. Windows color (decimal): -4567724 or 5524922. OLE color: 5524922.
HSL color Cylindrical-coordinate representation of color #BA4D54: hue angle of 356.15º 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 #BA4D54 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 84 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.27 |
| HSL | 356.15º | 0.44% | 0.52% | - |
| HSV(B) | 356.15º | 0.59% | 0.73% | - |
| XYZ | 24.5 | 16.39 | 10.26 | - |
| YUV | 110.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 84 | 0 | 0.59 | 0.55 | 0.27 | 356.15 | 0.44 | 0.52 |
| Hex | BA | 4D | 54 | 0 | 3B | 37 | 1B | 164 | 2C | 34 |
| Octal | 272 | 115 | 124 | 0 | 73 | 67 | 33 | 544 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1010100 | 0 | 111011 | 110111 | 11011 | 101100100 | 101100 | 110100 |
Color Harmonies of #BA4D54
Complementary color
Monochromatic Colors of #BA4D54
Black with #BA4D54
Text Example
Text Example
White with #BA4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D54; }
p { color: rgb(186,77,84); }
H1.HeaderClassName
{
color: #BA4D54;
}
.AnyTagClassName
{
color: #BA4D54;
}
</style>
background-color css
<style>
a { background-color: #BA4D54; }
a { background-color: rgb(186,77,84); }
div.DivClassName
{
background-color: #BA4D54;
}
.BgClassName
{
background-color: #BA4D54;
}
</style>
border-color css
<style>
span { border-color: #BA4D54; }
span { border-color: rgb(186,77,84); }
td.TdClassName
{
border-color: #BA4D54;
}
.TagClassName
{
border-color: #BA4D54;
}
</style>