Shades of Hippie Pink #BA4756
Tints of Hippie Pink #BA4756
RGB
CMYK
RGB Variations
Color information
#BA4756 (or 0xBA4756) is known color: Hippie Pink. HEX triplet: BA, 47 and 56. RGB value is (186,71,86). Sum of RGB (Red+Green+Blue) = 186+71+86=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4756 is #45B8A9. Grayscale: #6B6B6B. Windows color (decimal): -4569258 or 5654458. OLE color: 5654458.
HSL color Cylindrical-coordinate representation of color #BA4756: hue angle of 352.17º degrees, saturation: 0.45, 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 #BA4756 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 86 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.27 |
| HSL | 352.17º | 0.45% | 0.5% | - |
| HSV(B) | 352.17º | 0.62% | 0.73% | - |
| XYZ | 24.18 | 15.62 | 10.54 | - |
| YUV | 107.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 86 | 0 | 0.62 | 0.54 | 0.27 | 352.17 | 0.45 | 0.5 |
| Hex | BA | 47 | 56 | 0 | 3E | 36 | 1B | 160 | 2D | 32 |
| Octal | 272 | 107 | 126 | 0 | 76 | 66 | 33 | 540 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1010110 | 0 | 111110 | 110110 | 11011 | 101100000 | 101101 | 110010 |
Color Harmonies of #BA4756
Complementary color
Monochromatic Colors of #BA4756
Black with #BA4756
Text Example
Text Example
White with #BA4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4756; }
p { color: rgb(186,71,86); }
H1.HeaderClassName
{
color: #BA4756;
}
.AnyTagClassName
{
color: #BA4756;
}
</style>
background-color css
<style>
a { background-color: #BA4756; }
a { background-color: rgb(186,71,86); }
div.DivClassName
{
background-color: #BA4756;
}
.BgClassName
{
background-color: #BA4756;
}
</style>
border-color css
<style>
span { border-color: #BA4756; }
span { border-color: rgb(186,71,86); }
td.TdClassName
{
border-color: #BA4756;
}
.TagClassName
{
border-color: #BA4756;
}
</style>