Shades of Hippie Pink #BA4058
Tints of Hippie Pink #BA4058
RGB
CMYK
RGB Variations
Color information
#BA4058 (or 0xBA4058) is known color: Hippie Pink. HEX triplet: BA, 40 and 58. RGB value is (186,64,88). Sum of RGB (Red+Green+Blue) = 186+64+88=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4058 is #45BFA7. Grayscale: #676767. Windows color (decimal): -4571048 or 5783738. OLE color: 5783738.
HSL color Cylindrical-coordinate representation of color #BA4058: hue angle of 348.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4058 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 88 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.27 |
| HSL | 348.2º | 0.49% | 0.49% | - |
| HSV(B) | 348.2º | 0.66% | 0.73% | - |
| XYZ | 23.84 | 14.81 | 10.83 | - |
| YUV | 103.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 88 | 0 | 0.66 | 0.53 | 0.27 | 348.2 | 0.49 | 0.49 |
| Hex | BA | 40 | 58 | 0 | 42 | 35 | 1B | 15C | 31 | 31 |
| Octal | 272 | 100 | 130 | 0 | 102 | 65 | 33 | 534 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1011000 | 0 | 1000010 | 110101 | 11011 | 101011100 | 110001 | 110001 |
Color Harmonies of #BA4058
Complementary color
Monochromatic Colors of #BA4058
Black with #BA4058
Text Example
Text Example
White with #BA4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4058; }
p { color: rgb(186,64,88); }
H1.HeaderClassName
{
color: #BA4058;
}
.AnyTagClassName
{
color: #BA4058;
}
</style>
background-color css
<style>
a { background-color: #BA4058; }
a { background-color: rgb(186,64,88); }
div.DivClassName
{
background-color: #BA4058;
}
.BgClassName
{
background-color: #BA4058;
}
</style>
border-color css
<style>
span { border-color: #BA4058; }
span { border-color: rgb(186,64,88); }
td.TdClassName
{
border-color: #BA4058;
}
.TagClassName
{
border-color: #BA4058;
}
</style>