Shades of Hippie Pink #BA485A
Tints of Hippie Pink #BA485A
RGB
CMYK
RGB Variations
Color information
#BA485A (or 0xBA485A) is known color: Hippie Pink. HEX triplet: BA, 48 and 5A. RGB value is (186,72,90). Sum of RGB (Red+Green+Blue) = 186+72+90=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA485A is #45B7A5. Grayscale: #6C6C6C. Windows color (decimal): -4568998 or 5916858. OLE color: 5916858.
HSL color Cylindrical-coordinate representation of color #BA485A: hue angle of 350.53º 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 #BA485A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 90 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.27 |
| HSL | 350.53º | 0.45% | 0.51% | - |
| HSV(B) | 350.53º | 0.61% | 0.73% | - |
| XYZ | 24.41 | 15.81 | 11.44 | - |
| YUV | 108.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 90 | 0 | 0.61 | 0.52 | 0.27 | 350.53 | 0.45 | 0.51 |
| Hex | BA | 48 | 5A | 0 | 3D | 34 | 1B | 15F | 2D | 33 |
| Octal | 272 | 110 | 132 | 0 | 75 | 64 | 33 | 537 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1011010 | 0 | 111101 | 110100 | 11011 | 101011111 | 101101 | 110011 |
Color Harmonies of #BA485A
Complementary color
Monochromatic Colors of #BA485A
Black with #BA485A
Text Example
Text Example
White with #BA485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA485A; }
p { color: rgb(186,72,90); }
H1.HeaderClassName
{
color: #BA485A;
}
.AnyTagClassName
{
color: #BA485A;
}
</style>
background-color css
<style>
a { background-color: #BA485A; }
a { background-color: rgb(186,72,90); }
div.DivClassName
{
background-color: #BA485A;
}
.BgClassName
{
background-color: #BA485A;
}
</style>
border-color css
<style>
span { border-color: #BA485A; }
span { border-color: rgb(186,72,90); }
td.TdClassName
{
border-color: #BA485A;
}
.TagClassName
{
border-color: #BA485A;
}
</style>