Shades of Hippie Pink #BA415B
Tints of Hippie Pink #BA415B
RGB
CMYK
RGB Variations
Color information
#BA415B (or 0xBA415B) is known color: Hippie Pink. HEX triplet: BA, 41 and 5B. RGB value is (186,65,91). Sum of RGB (Red+Green+Blue) = 186+65+91=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA415B is #45BEA4. Grayscale: #686868. Windows color (decimal): -4570789 or 5980602. OLE color: 5980602.
HSL color Cylindrical-coordinate representation of color #BA415B: hue angle of 347.11º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA415B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 91 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.27 |
| HSL | 347.11º | 0.48% | 0.49% | - |
| HSV(B) | 347.11º | 0.65% | 0.73% | - |
| XYZ | 24.03 | 14.98 | 11.52 | - |
| YUV | 104.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 91 | 0 | 0.65 | 0.51 | 0.27 | 347.11 | 0.48 | 0.49 |
| Hex | BA | 41 | 5B | 0 | 41 | 33 | 1B | 15B | 30 | 31 |
| Octal | 272 | 101 | 133 | 0 | 101 | 63 | 33 | 533 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1011011 | 0 | 1000001 | 110011 | 11011 | 101011011 | 110000 | 110001 |
Color Harmonies of #BA415B
Complementary color
Monochromatic Colors of #BA415B
Black with #BA415B
Text Example
Text Example
White with #BA415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA415B; }
p { color: rgb(186,65,91); }
H1.HeaderClassName
{
color: #BA415B;
}
.AnyTagClassName
{
color: #BA415B;
}
</style>
background-color css
<style>
a { background-color: #BA415B; }
a { background-color: rgb(186,65,91); }
div.DivClassName
{
background-color: #BA415B;
}
.BgClassName
{
background-color: #BA415B;
}
</style>
border-color css
<style>
span { border-color: #BA415B; }
span { border-color: rgb(186,65,91); }
td.TdClassName
{
border-color: #BA415B;
}
.TagClassName
{
border-color: #BA415B;
}
</style>