Shades of Hippie Pink #BA4257
Tints of Hippie Pink #BA4257
RGB
CMYK
RGB Variations
Color information
#BA4257 (or 0xBA4257) is known color: Hippie Pink. HEX triplet: BA, 42 and 57. RGB value is (186,66,87). Sum of RGB (Red+Green+Blue) = 186+66+87=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4257 is #45BDA8. Grayscale: #686868. Windows color (decimal): -4570537 or 5718714. OLE color: 5718714.
HSL color Cylindrical-coordinate representation of color #BA4257: hue angle of 349.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4257 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 87 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.27 |
| HSL | 349.5º | 0.48% | 0.49% | - |
| HSV(B) | 349.5º | 0.65% | 0.73% | - |
| XYZ | 23.92 | 15.02 | 10.66 | - |
| YUV | 104.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 87 | 0 | 0.65 | 0.53 | 0.27 | 349.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 57 | 0 | 41 | 35 | 1B | 15E | 30 | 31 |
| Octal | 272 | 102 | 127 | 0 | 101 | 65 | 33 | 536 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1010111 | 0 | 1000001 | 110101 | 11011 | 101011110 | 110000 | 110001 |
Color Harmonies of #BA4257
Complementary color
Monochromatic Colors of #BA4257
Black with #BA4257
Text Example
Text Example
White with #BA4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4257; }
p { color: rgb(186,66,87); }
H1.HeaderClassName
{
color: #BA4257;
}
.AnyTagClassName
{
color: #BA4257;
}
</style>
background-color css
<style>
a { background-color: #BA4257; }
a { background-color: rgb(186,66,87); }
div.DivClassName
{
background-color: #BA4257;
}
.BgClassName
{
background-color: #BA4257;
}
</style>
border-color css
<style>
span { border-color: #BA4257; }
span { border-color: rgb(186,66,87); }
td.TdClassName
{
border-color: #BA4257;
}
.TagClassName
{
border-color: #BA4257;
}
</style>