Shades of Hippie Pink #BA4A58
Tints of Hippie Pink #BA4A58
RGB
CMYK
RGB Variations
Color information
#BA4A58 (or 0xBA4A58) is known color: Hippie Pink. HEX triplet: BA, 4A and 58. RGB value is (186,74,88). Sum of RGB (Red+Green+Blue) = 186+74+88=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A58 is #45B5A7. Grayscale: #6D6D6D. Windows color (decimal): -4568488 or 5786298. OLE color: 5786298.
HSL color Cylindrical-coordinate representation of color #BA4A58: hue angle of 352.5º 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 #BA4A58 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 88 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.27 |
| HSL | 352.5º | 0.45% | 0.51% | - |
| HSV(B) | 352.5º | 0.6% | 0.73% | - |
| XYZ | 24.46 | 16.04 | 11.04 | - |
| YUV | 109.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 88 | 0 | 0.60 | 0.53 | 0.27 | 352.5 | 0.45 | 0.51 |
| Hex | BA | 4A | 58 | 0 | 3C | 35 | 1B | 160 | 2D | 33 |
| Octal | 272 | 112 | 130 | 0 | 74 | 65 | 33 | 540 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1011000 | 0 | 111100 | 110101 | 11011 | 101100000 | 101101 | 110011 |
Color Harmonies of #BA4A58
Complementary color
Monochromatic Colors of #BA4A58
Black with #BA4A58
Text Example
Text Example
White with #BA4A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A58; }
p { color: rgb(186,74,88); }
H1.HeaderClassName
{
color: #BA4A58;
}
.AnyTagClassName
{
color: #BA4A58;
}
</style>
background-color css
<style>
a { background-color: #BA4A58; }
a { background-color: rgb(186,74,88); }
div.DivClassName
{
background-color: #BA4A58;
}
.BgClassName
{
background-color: #BA4A58;
}
</style>
border-color css
<style>
span { border-color: #BA4A58; }
span { border-color: rgb(186,74,88); }
td.TdClassName
{
border-color: #BA4A58;
}
.TagClassName
{
border-color: #BA4A58;
}
</style>