Shades of Hippie Pink #BA4658
Tints of Hippie Pink #BA4658
RGB
CMYK
RGB Variations
Color information
#BA4658 (or 0xBA4658) is known color: Hippie Pink. HEX triplet: BA, 46 and 58. RGB value is (186,70,88). Sum of RGB (Red+Green+Blue) = 186+70+88=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4658 is #45B9A7. Grayscale: #6A6A6A. Windows color (decimal): -4569512 or 5785274. OLE color: 5785274.
HSL color Cylindrical-coordinate representation of color #BA4658: hue angle of 350.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4658 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 88 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.27 |
| HSL | 350.69º | 0.46% | 0.5% | - |
| HSV(B) | 350.69º | 0.62% | 0.73% | - |
| XYZ | 24.2 | 15.52 | 10.95 | - |
| YUV | 106.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 88 | 0 | 0.62 | 0.53 | 0.27 | 350.69 | 0.46 | 0.5 |
| Hex | BA | 46 | 58 | 0 | 3E | 35 | 1B | 15F | 2E | 32 |
| Octal | 272 | 106 | 130 | 0 | 76 | 65 | 33 | 537 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1011000 | 0 | 111110 | 110101 | 11011 | 101011111 | 101110 | 110010 |
Color Harmonies of #BA4658
Complementary color
Monochromatic Colors of #BA4658
Black with #BA4658
Text Example
Text Example
White with #BA4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4658; }
p { color: rgb(186,70,88); }
H1.HeaderClassName
{
color: #BA4658;
}
.AnyTagClassName
{
color: #BA4658;
}
</style>
background-color css
<style>
a { background-color: #BA4658; }
a { background-color: rgb(186,70,88); }
div.DivClassName
{
background-color: #BA4658;
}
.BgClassName
{
background-color: #BA4658;
}
</style>
border-color css
<style>
span { border-color: #BA4658; }
span { border-color: rgb(186,70,88); }
td.TdClassName
{
border-color: #BA4658;
}
.TagClassName
{
border-color: #BA4658;
}
</style>