Shades of Hippie Pink #BA4951
Tints of Hippie Pink #BA4951
RGB
CMYK
RGB Variations
Color information
#BA4951 (or 0xBA4951) is known color: Hippie Pink. HEX triplet: BA, 49 and 51. RGB value is (186,73,81). Sum of RGB (Red+Green+Blue) = 186+73+81=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4951 is #45B6AE. Grayscale: #6B6B6B. Windows color (decimal): -4568751 or 5327290. OLE color: 5327290.
HSL color Cylindrical-coordinate representation of color #BA4951: hue angle of 355.75º 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 #BA4951 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 81 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.27 |
| HSL | 355.75º | 0.45% | 0.51% | - |
| HSV(B) | 355.75º | 0.61% | 0.73% | - |
| XYZ | 24.12 | 15.8 | 9.56 | - |
| YUV | 107.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 81 | 0 | 0.61 | 0.56 | 0.27 | 355.75 | 0.45 | 0.51 |
| Hex | BA | 49 | 51 | 0 | 3D | 38 | 1B | 164 | 2D | 33 |
| Octal | 272 | 111 | 121 | 0 | 75 | 70 | 33 | 544 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1010001 | 0 | 111101 | 111000 | 11011 | 101100100 | 101101 | 110011 |
Color Harmonies of #BA4951
Complementary color
Monochromatic Colors of #BA4951
Black with #BA4951
Text Example
Text Example
White with #BA4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4951; }
p { color: rgb(186,73,81); }
H1.HeaderClassName
{
color: #BA4951;
}
.AnyTagClassName
{
color: #BA4951;
}
</style>
background-color css
<style>
a { background-color: #BA4951; }
a { background-color: rgb(186,73,81); }
div.DivClassName
{
background-color: #BA4951;
}
.BgClassName
{
background-color: #BA4951;
}
</style>
border-color css
<style>
span { border-color: #BA4951; }
span { border-color: rgb(186,73,81); }
td.TdClassName
{
border-color: #BA4951;
}
.TagClassName
{
border-color: #BA4951;
}
</style>