Shades of Hippie Pink #BA4C5A
Tints of Hippie Pink #BA4C5A
RGB
CMYK
RGB Variations
Color information
#BA4C5A (or 0xBA4C5A) is known color: Hippie Pink. HEX triplet: BA, 4C and 5A. RGB value is (186,76,90). Sum of RGB (Red+Green+Blue) = 186+76+90=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5A is #45B3A5. Grayscale: #6E6E6E. Windows color (decimal): -4567974 or 5917882. OLE color: 5917882.
HSL color Cylindrical-coordinate representation of color #BA4C5A: hue angle of 352.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C5A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 90 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.27 |
| HSL | 352.36º | 0.44% | 0.51% | - |
| HSV(B) | 352.36º | 0.59% | 0.73% | - |
| XYZ | 24.68 | 16.35 | 11.53 | - |
| YUV | 110.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 90 | 0 | 0.59 | 0.52 | 0.27 | 352.36 | 0.44 | 0.51 |
| Hex | BA | 4C | 5A | 0 | 3B | 34 | 1B | 160 | 2C | 33 |
| Octal | 272 | 114 | 132 | 0 | 73 | 64 | 33 | 540 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1011010 | 0 | 111011 | 110100 | 11011 | 101100000 | 101100 | 110011 |
Color Harmonies of #BA4C5A
Complementary color
Monochromatic Colors of #BA4C5A
Black with #BA4C5A
Text Example
Text Example
White with #BA4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C5A; }
p { color: rgb(186,76,90); }
H1.HeaderClassName
{
color: #BA4C5A;
}
.AnyTagClassName
{
color: #BA4C5A;
}
</style>
background-color css
<style>
a { background-color: #BA4C5A; }
a { background-color: rgb(186,76,90); }
div.DivClassName
{
background-color: #BA4C5A;
}
.BgClassName
{
background-color: #BA4C5A;
}
</style>
border-color css
<style>
span { border-color: #BA4C5A; }
span { border-color: rgb(186,76,90); }
td.TdClassName
{
border-color: #BA4C5A;
}
.TagClassName
{
border-color: #BA4C5A;
}
</style>