Shades of Hippie Pink #BA4657
Tints of Hippie Pink #BA4657
RGB
CMYK
RGB Variations
Color information
#BA4657 (or 0xBA4657) is known color: Hippie Pink. HEX triplet: BA, 46 and 57. RGB value is (186,70,87). Sum of RGB (Red+Green+Blue) = 186+70+87=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4657 is #45B9A8. Grayscale: #6A6A6A. Windows color (decimal): -4569513 or 5719738. OLE color: 5719738.
HSL color Cylindrical-coordinate representation of color #BA4657: hue angle of 351.21º degrees, saturation: 0.46, 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 #BA4657 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 87 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.27 |
| HSL | 351.21º | 0.46% | 0.5% | - |
| HSV(B) | 351.21º | 0.62% | 0.73% | - |
| XYZ | 24.16 | 15.51 | 10.74 | - |
| YUV | 106.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 87 | 0 | 0.62 | 0.53 | 0.27 | 351.21 | 0.46 | 0.5 |
| Hex | BA | 46 | 57 | 0 | 3E | 35 | 1B | 15F | 2E | 32 |
| Octal | 272 | 106 | 127 | 0 | 76 | 65 | 33 | 537 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1010111 | 0 | 111110 | 110101 | 11011 | 101011111 | 101110 | 110010 |
Color Harmonies of #BA4657
Complementary color
Monochromatic Colors of #BA4657
Black with #BA4657
Text Example
Text Example
White with #BA4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4657; }
p { color: rgb(186,70,87); }
H1.HeaderClassName
{
color: #BA4657;
}
.AnyTagClassName
{
color: #BA4657;
}
</style>
background-color css
<style>
a { background-color: #BA4657; }
a { background-color: rgb(186,70,87); }
div.DivClassName
{
background-color: #BA4657;
}
.BgClassName
{
background-color: #BA4657;
}
</style>
border-color css
<style>
span { border-color: #BA4657; }
span { border-color: rgb(186,70,87); }
td.TdClassName
{
border-color: #BA4657;
}
.TagClassName
{
border-color: #BA4657;
}
</style>