Shades of Hippie Pink #BA4357
Tints of Hippie Pink #BA4357
RGB
CMYK
RGB Variations
Color information
#BA4357 (or 0xBA4357) is known color: Hippie Pink. HEX triplet: BA, 43 and 57. RGB value is (186,67,87). Sum of RGB (Red+Green+Blue) = 186+67+87=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4357 is #45BCA8. Grayscale: #686868. Windows color (decimal): -4570281 or 5718970. OLE color: 5718970.
HSL color Cylindrical-coordinate representation of color #BA4357: hue angle of 349.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4357 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 87 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.27 |
| HSL | 349.92º | 0.47% | 0.5% | - |
| HSV(B) | 349.92º | 0.64% | 0.73% | - |
| XYZ | 23.98 | 15.14 | 10.68 | - |
| YUV | 104.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 87 | 0 | 0.64 | 0.53 | 0.27 | 349.92 | 0.47 | 0.5 |
| Hex | BA | 43 | 57 | 0 | 40 | 35 | 1B | 15E | 2F | 32 |
| Octal | 272 | 103 | 127 | 0 | 100 | 65 | 33 | 536 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1010111 | 0 | 1000000 | 110101 | 11011 | 101011110 | 101111 | 110010 |
Color Harmonies of #BA4357
Complementary color
Monochromatic Colors of #BA4357
Black with #BA4357
Text Example
Text Example
White with #BA4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4357; }
p { color: rgb(186,67,87); }
H1.HeaderClassName
{
color: #BA4357;
}
.AnyTagClassName
{
color: #BA4357;
}
</style>
background-color css
<style>
a { background-color: #BA4357; }
a { background-color: rgb(186,67,87); }
div.DivClassName
{
background-color: #BA4357;
}
.BgClassName
{
background-color: #BA4357;
}
</style>
border-color css
<style>
span { border-color: #BA4357; }
span { border-color: rgb(186,67,87); }
td.TdClassName
{
border-color: #BA4357;
}
.TagClassName
{
border-color: #BA4357;
}
</style>