Shades of Hippie Pink #BA4751
Tints of Hippie Pink #BA4751
RGB
CMYK
RGB Variations
Color information
#BA4751 (or 0xBA4751) is known color: Hippie Pink. HEX triplet: BA, 47 and 51. RGB value is (186,71,81). Sum of RGB (Red+Green+Blue) = 186+71+81=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4751 is #45B8AE. Grayscale: #6A6A6A. Windows color (decimal): -4569263 or 5326778. OLE color: 5326778.
HSL color Cylindrical-coordinate representation of color #BA4751: hue angle of 354.78º 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 #BA4751 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 81 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.27 |
| HSL | 354.78º | 0.45% | 0.5% | - |
| HSV(B) | 354.78º | 0.62% | 0.73% | - |
| XYZ | 23.99 | 15.54 | 9.52 | - |
| YUV | 106.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 81 | 0 | 0.62 | 0.56 | 0.27 | 354.78 | 0.45 | 0.5 |
| Hex | BA | 47 | 51 | 0 | 3E | 38 | 1B | 163 | 2D | 32 |
| Octal | 272 | 107 | 121 | 0 | 76 | 70 | 33 | 543 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1010001 | 0 | 111110 | 111000 | 11011 | 101100011 | 101101 | 110010 |
Color Harmonies of #BA4751
Complementary color
Monochromatic Colors of #BA4751
Black with #BA4751
Text Example
Text Example
White with #BA4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4751; }
p { color: rgb(186,71,81); }
H1.HeaderClassName
{
color: #BA4751;
}
.AnyTagClassName
{
color: #BA4751;
}
</style>
background-color css
<style>
a { background-color: #BA4751; }
a { background-color: rgb(186,71,81); }
div.DivClassName
{
background-color: #BA4751;
}
.BgClassName
{
background-color: #BA4751;
}
</style>
border-color css
<style>
span { border-color: #BA4751; }
span { border-color: rgb(186,71,81); }
td.TdClassName
{
border-color: #BA4751;
}
.TagClassName
{
border-color: #BA4751;
}
</style>