Shades of Hippie Pink #BA4256
Tints of Hippie Pink #BA4256
RGB
CMYK
RGB Variations
Color information
#BA4256 (or 0xBA4256) is known color: Hippie Pink. HEX triplet: BA, 42 and 56. RGB value is (186,66,86). Sum of RGB (Red+Green+Blue) = 186+66+86=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4256 is #45BDA9. Grayscale: #686868. Windows color (decimal): -4570538 or 5653178. OLE color: 5653178.
HSL color Cylindrical-coordinate representation of color #BA4256: hue angle of 350º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4256 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 86 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.27 |
| HSL | 350º | 0.48% | 0.49% | - |
| HSV(B) | 350º | 0.65% | 0.73% | - |
| XYZ | 23.88 | 15.01 | 10.44 | - |
| YUV | 104.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 86 | 0 | 0.65 | 0.54 | 0.27 | 350 | 0.48 | 0.49 |
| Hex | BA | 42 | 56 | 0 | 41 | 36 | 1B | 15E | 30 | 31 |
| Octal | 272 | 102 | 126 | 0 | 101 | 66 | 33 | 536 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1010110 | 0 | 1000001 | 110110 | 11011 | 101011110 | 110000 | 110001 |
Color Harmonies of #BA4256
Complementary color
Monochromatic Colors of #BA4256
Black with #BA4256
Text Example
Text Example
White with #BA4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4256; }
p { color: rgb(186,66,86); }
H1.HeaderClassName
{
color: #BA4256;
}
.AnyTagClassName
{
color: #BA4256;
}
</style>
background-color css
<style>
a { background-color: #BA4256; }
a { background-color: rgb(186,66,86); }
div.DivClassName
{
background-color: #BA4256;
}
.BgClassName
{
background-color: #BA4256;
}
</style>
border-color css
<style>
span { border-color: #BA4256; }
span { border-color: rgb(186,66,86); }
td.TdClassName
{
border-color: #BA4256;
}
.TagClassName
{
border-color: #BA4256;
}
</style>