Shades of Hippie Pink #BA4855
Tints of Hippie Pink #BA4855
RGB
CMYK
RGB Variations
Color information
#BA4855 (or 0xBA4855) is known color: Hippie Pink. HEX triplet: BA, 48 and 55. RGB value is (186,72,85). Sum of RGB (Red+Green+Blue) = 186+72+85=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4855 is #45B7AA. Grayscale: #6B6B6B. Windows color (decimal): -4569003 or 5589178. OLE color: 5589178.
HSL color Cylindrical-coordinate representation of color #BA4855: hue angle of 353.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4855 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 85 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.27 |
| HSL | 353.16º | 0.45% | 0.51% | - |
| HSV(B) | 353.16º | 0.61% | 0.73% | - |
| XYZ | 24.21 | 15.73 | 10.35 | - |
| YUV | 107.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 85 | 0 | 0.61 | 0.54 | 0.27 | 353.16 | 0.45 | 0.51 |
| Hex | BA | 48 | 55 | 0 | 3D | 36 | 1B | 161 | 2D | 33 |
| Octal | 272 | 110 | 125 | 0 | 75 | 66 | 33 | 541 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1010101 | 0 | 111101 | 110110 | 11011 | 101100001 | 101101 | 110011 |
Color Harmonies of #BA4855
Complementary color
Monochromatic Colors of #BA4855
Black with #BA4855
Text Example
Text Example
White with #BA4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4855; }
p { color: rgb(186,72,85); }
H1.HeaderClassName
{
color: #BA4855;
}
.AnyTagClassName
{
color: #BA4855;
}
</style>
background-color css
<style>
a { background-color: #BA4855; }
a { background-color: rgb(186,72,85); }
div.DivClassName
{
background-color: #BA4855;
}
.BgClassName
{
background-color: #BA4855;
}
</style>
border-color css
<style>
span { border-color: #BA4855; }
span { border-color: rgb(186,72,85); }
td.TdClassName
{
border-color: #BA4855;
}
.TagClassName
{
border-color: #BA4855;
}
</style>