Shades of Hippie Pink #BA4656
Tints of Hippie Pink #BA4656
RGB
CMYK
RGB Variations
Color information
#BA4656 (or 0xBA4656) is known color: Hippie Pink. HEX triplet: BA, 46 and 56. RGB value is (186,70,86). Sum of RGB (Red+Green+Blue) = 186+70+86=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4656 is #45B9A9. Grayscale: #6A6A6A. Windows color (decimal): -4569514 or 5654202. OLE color: 5654202.
HSL color Cylindrical-coordinate representation of color #BA4656: hue angle of 351.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4656 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 86 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.27 |
| HSL | 351.72º | 0.46% | 0.5% | - |
| HSV(B) | 351.72º | 0.62% | 0.73% | - |
| XYZ | 24.12 | 15.49 | 10.52 | - |
| YUV | 106.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 86 | 0 | 0.62 | 0.54 | 0.27 | 351.72 | 0.46 | 0.5 |
| Hex | BA | 46 | 56 | 0 | 3E | 36 | 1B | 160 | 2E | 32 |
| Octal | 272 | 106 | 126 | 0 | 76 | 66 | 33 | 540 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1010110 | 0 | 111110 | 110110 | 11011 | 101100000 | 101110 | 110010 |
Color Harmonies of #BA4656
Complementary color
Monochromatic Colors of #BA4656
Black with #BA4656
Text Example
Text Example
White with #BA4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4656; }
p { color: rgb(186,70,86); }
H1.HeaderClassName
{
color: #BA4656;
}
.AnyTagClassName
{
color: #BA4656;
}
</style>
background-color css
<style>
a { background-color: #BA4656; }
a { background-color: rgb(186,70,86); }
div.DivClassName
{
background-color: #BA4656;
}
.BgClassName
{
background-color: #BA4656;
}
</style>
border-color css
<style>
span { border-color: #BA4656; }
span { border-color: rgb(186,70,86); }
td.TdClassName
{
border-color: #BA4656;
}
.TagClassName
{
border-color: #BA4656;
}
</style>