Shades of Hippie Pink #BA4953
Tints of Hippie Pink #BA4953
RGB
CMYK
RGB Variations
Color information
#BA4953 (or 0xBA4953) is known color: Hippie Pink. HEX triplet: BA, 49 and 53. RGB value is (186,73,83). Sum of RGB (Red+Green+Blue) = 186+73+83=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4953 is #45B6AC. Grayscale: #6C6C6C. Windows color (decimal): -4568749 or 5458362. OLE color: 5458362.
HSL color Cylindrical-coordinate representation of color #BA4953: hue angle of 354.69º 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 #BA4953 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 83 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.27 |
| HSL | 354.69º | 0.45% | 0.51% | - |
| HSV(B) | 354.69º | 0.61% | 0.73% | - |
| XYZ | 24.19 | 15.83 | 9.96 | - |
| YUV | 107.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 83 | 0 | 0.61 | 0.55 | 0.27 | 354.69 | 0.45 | 0.51 |
| Hex | BA | 49 | 53 | 0 | 3D | 37 | 1B | 163 | 2D | 33 |
| Octal | 272 | 111 | 123 | 0 | 75 | 67 | 33 | 543 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1010011 | 0 | 111101 | 110111 | 11011 | 101100011 | 101101 | 110011 |
Color Harmonies of #BA4953
Complementary color
Monochromatic Colors of #BA4953
Black with #BA4953
Text Example
Text Example
White with #BA4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4953; }
p { color: rgb(186,73,83); }
H1.HeaderClassName
{
color: #BA4953;
}
.AnyTagClassName
{
color: #BA4953;
}
</style>
background-color css
<style>
a { background-color: #BA4953; }
a { background-color: rgb(186,73,83); }
div.DivClassName
{
background-color: #BA4953;
}
.BgClassName
{
background-color: #BA4953;
}
</style>
border-color css
<style>
span { border-color: #BA4953; }
span { border-color: rgb(186,73,83); }
td.TdClassName
{
border-color: #BA4953;
}
.TagClassName
{
border-color: #BA4953;
}
</style>