Shades of Hippie Pink #BA4B5A
Tints of Hippie Pink #BA4B5A
RGB
CMYK
RGB Variations
Color information
#BA4B5A (or 0xBA4B5A) is known color: Hippie Pink. HEX triplet: BA, 4B and 5A. RGB value is (186,75,90). Sum of RGB (Red+Green+Blue) = 186+75+90=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B5A is #45B4A5. Grayscale: #6D6D6D. Windows color (decimal): -4568230 or 5917626. OLE color: 5917626.
HSL color Cylindrical-coordinate representation of color #BA4B5A: hue angle of 351.89º 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 #BA4B5A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 90 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.27 |
| HSL | 351.89º | 0.45% | 0.51% | - |
| HSV(B) | 351.89º | 0.6% | 0.73% | - |
| XYZ | 24.61 | 16.21 | 11.5 | - |
| YUV | 109.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 90 | 0 | 0.60 | 0.52 | 0.27 | 351.89 | 0.45 | 0.51 |
| Hex | BA | 4B | 5A | 0 | 3C | 34 | 1B | 160 | 2D | 33 |
| Octal | 272 | 113 | 132 | 0 | 74 | 64 | 33 | 540 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1011010 | 0 | 111100 | 110100 | 11011 | 101100000 | 101101 | 110011 |
Color Harmonies of #BA4B5A
Complementary color
Monochromatic Colors of #BA4B5A
Black with #BA4B5A
Text Example
Text Example
White with #BA4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B5A; }
p { color: rgb(186,75,90); }
H1.HeaderClassName
{
color: #BA4B5A;
}
.AnyTagClassName
{
color: #BA4B5A;
}
</style>
background-color css
<style>
a { background-color: #BA4B5A; }
a { background-color: rgb(186,75,90); }
div.DivClassName
{
background-color: #BA4B5A;
}
.BgClassName
{
background-color: #BA4B5A;
}
</style>
border-color css
<style>
span { border-color: #BA4B5A; }
span { border-color: rgb(186,75,90); }
td.TdClassName
{
border-color: #BA4B5A;
}
.TagClassName
{
border-color: #BA4B5A;
}
</style>