Shades of Hippie Pink #BA4358
Tints of Hippie Pink #BA4358
RGB
CMYK
RGB Variations
Color information
#BA4358 (or 0xBA4358) is known color: Hippie Pink. HEX triplet: BA, 43 and 58. RGB value is (186,67,88). Sum of RGB (Red+Green+Blue) = 186+67+88=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4358 is #45BCA7. Grayscale: #696969. Windows color (decimal): -4570280 or 5784506. OLE color: 5784506.
HSL color Cylindrical-coordinate representation of color #BA4358: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4358 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 88 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.27 |
| HSL | 349.41º | 0.47% | 0.5% | - |
| HSV(B) | 349.41º | 0.64% | 0.73% | - |
| XYZ | 24.02 | 15.16 | 10.89 | - |
| YUV | 104.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 88 | 0 | 0.64 | 0.53 | 0.27 | 349.41 | 0.47 | 0.5 |
| Hex | BA | 43 | 58 | 0 | 40 | 35 | 1B | 15D | 2F | 32 |
| Octal | 272 | 103 | 130 | 0 | 100 | 65 | 33 | 535 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1011000 | 0 | 1000000 | 110101 | 11011 | 101011101 | 101111 | 110010 |
Color Harmonies of #BA4358
Complementary color
Monochromatic Colors of #BA4358
Black with #BA4358
Text Example
Text Example
White with #BA4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4358; }
p { color: rgb(186,67,88); }
H1.HeaderClassName
{
color: #BA4358;
}
.AnyTagClassName
{
color: #BA4358;
}
</style>
background-color css
<style>
a { background-color: #BA4358; }
a { background-color: rgb(186,67,88); }
div.DivClassName
{
background-color: #BA4358;
}
.BgClassName
{
background-color: #BA4358;
}
</style>
border-color css
<style>
span { border-color: #BA4358; }
span { border-color: rgb(186,67,88); }
td.TdClassName
{
border-color: #BA4358;
}
.TagClassName
{
border-color: #BA4358;
}
</style>