Shades of Hippie Pink #BA485C
Tints of Hippie Pink #BA485C
RGB
CMYK
RGB Variations
Color information
#BA485C (or 0xBA485C) is known color: Hippie Pink. HEX triplet: BA, 48 and 5C. RGB value is (186,72,92). Sum of RGB (Red+Green+Blue) = 186+72+92=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA485C is #45B7A3. Grayscale: #6C6C6C. Windows color (decimal): -4568996 or 6047930. OLE color: 6047930.
HSL color Cylindrical-coordinate representation of color #BA485C: hue angle of 349.47º 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 #BA485C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 92 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.27 |
| HSL | 349.47º | 0.45% | 0.51% | - |
| HSV(B) | 349.47º | 0.61% | 0.73% | - |
| XYZ | 24.5 | 15.85 | 11.89 | - |
| YUV | 108.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 92 | 0 | 0.61 | 0.51 | 0.27 | 349.47 | 0.45 | 0.51 |
| Hex | BA | 48 | 5C | 0 | 3D | 33 | 1B | 15D | 2D | 33 |
| Octal | 272 | 110 | 134 | 0 | 75 | 63 | 33 | 535 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1011100 | 0 | 111101 | 110011 | 11011 | 101011101 | 101101 | 110011 |
Color Harmonies of #BA485C
Complementary color
Monochromatic Colors of #BA485C
Black with #BA485C
Text Example
Text Example
White with #BA485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA485C; }
p { color: rgb(186,72,92); }
H1.HeaderClassName
{
color: #BA485C;
}
.AnyTagClassName
{
color: #BA485C;
}
</style>
background-color css
<style>
a { background-color: #BA485C; }
a { background-color: rgb(186,72,92); }
div.DivClassName
{
background-color: #BA485C;
}
.BgClassName
{
background-color: #BA485C;
}
</style>
border-color css
<style>
span { border-color: #BA485C; }
span { border-color: rgb(186,72,92); }
td.TdClassName
{
border-color: #BA485C;
}
.TagClassName
{
border-color: #BA485C;
}
</style>