Shades of Hippie Pink #BA4B57
Tints of Hippie Pink #BA4B57
RGB
CMYK
RGB Variations
Color information
#BA4B57 (or 0xBA4B57) is known color: Hippie Pink. HEX triplet: BA, 4B and 57. RGB value is (186,75,87). Sum of RGB (Red+Green+Blue) = 186+75+87=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B57 is #45B4A8. Grayscale: #6D6D6D. Windows color (decimal): -4568233 or 5721018. OLE color: 5721018.
HSL color Cylindrical-coordinate representation of color #BA4B57: hue angle of 353.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B57 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 87 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.27 |
| HSL | 353.51º | 0.45% | 0.51% | - |
| HSV(B) | 353.51º | 0.6% | 0.73% | - |
| XYZ | 24.49 | 16.16 | 10.85 | - |
| YUV | 109.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 87 | 0 | 0.60 | 0.53 | 0.27 | 353.51 | 0.45 | 0.51 |
| Hex | BA | 4B | 57 | 0 | 3C | 35 | 1B | 162 | 2D | 33 |
| Octal | 272 | 113 | 127 | 0 | 74 | 65 | 33 | 542 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1010111 | 0 | 111100 | 110101 | 11011 | 101100010 | 101101 | 110011 |
Color Harmonies of #BA4B57
Complementary color
Monochromatic Colors of #BA4B57
Black with #BA4B57
Text Example
Text Example
White with #BA4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B57; }
p { color: rgb(186,75,87); }
H1.HeaderClassName
{
color: #BA4B57;
}
.AnyTagClassName
{
color: #BA4B57;
}
</style>
background-color css
<style>
a { background-color: #BA4B57; }
a { background-color: rgb(186,75,87); }
div.DivClassName
{
background-color: #BA4B57;
}
.BgClassName
{
background-color: #BA4B57;
}
</style>
border-color css
<style>
span { border-color: #BA4B57; }
span { border-color: rgb(186,75,87); }
td.TdClassName
{
border-color: #BA4B57;
}
.TagClassName
{
border-color: #BA4B57;
}
</style>