Shades of Hippie Pink #BA4156
Tints of Hippie Pink #BA4156
RGB
CMYK
RGB Variations
Color information
#BA4156 (or 0xBA4156) is known color: Hippie Pink. HEX triplet: BA, 41 and 56. RGB value is (186,65,86). Sum of RGB (Red+Green+Blue) = 186+65+86=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4156 is #45BEA9. Grayscale: #676767. Windows color (decimal): -4570794 or 5652922. OLE color: 5652922.
HSL color Cylindrical-coordinate representation of color #BA4156: hue angle of 349.59º 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 #BA4156 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 86 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.27 |
| HSL | 349.59º | 0.48% | 0.49% | - |
| HSV(B) | 349.59º | 0.65% | 0.73% | - |
| XYZ | 23.82 | 14.89 | 10.42 | - |
| YUV | 103.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 86 | 0 | 0.65 | 0.54 | 0.27 | 349.59 | 0.48 | 0.49 |
| Hex | BA | 41 | 56 | 0 | 41 | 36 | 1B | 15E | 30 | 31 |
| Octal | 272 | 101 | 126 | 0 | 101 | 66 | 33 | 536 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1010110 | 0 | 1000001 | 110110 | 11011 | 101011110 | 110000 | 110001 |
Color Harmonies of #BA4156
Complementary color
Monochromatic Colors of #BA4156
Black with #BA4156
Text Example
Text Example
White with #BA4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4156; }
p { color: rgb(186,65,86); }
H1.HeaderClassName
{
color: #BA4156;
}
.AnyTagClassName
{
color: #BA4156;
}
</style>
background-color css
<style>
a { background-color: #BA4156; }
a { background-color: rgb(186,65,86); }
div.DivClassName
{
background-color: #BA4156;
}
.BgClassName
{
background-color: #BA4156;
}
</style>
border-color css
<style>
span { border-color: #BA4156; }
span { border-color: rgb(186,65,86); }
td.TdClassName
{
border-color: #BA4156;
}
.TagClassName
{
border-color: #BA4156;
}
</style>