Shades of Hippie Pink #BA425B
Tints of Hippie Pink #BA425B
RGB
CMYK
RGB Variations
Color information
#BA425B (or 0xBA425B) is known color: Hippie Pink. HEX triplet: BA, 42 and 5B. RGB value is (186,66,91). Sum of RGB (Red+Green+Blue) = 186+66+91=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425B is #45BDA4. Grayscale: #686868. Windows color (decimal): -4570533 or 5980858. OLE color: 5980858.
HSL color Cylindrical-coordinate representation of color #BA425B: hue angle of 347.5º 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 #BA425B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 91 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.27 |
| HSL | 347.5º | 0.48% | 0.49% | - |
| HSV(B) | 347.5º | 0.65% | 0.73% | - |
| XYZ | 24.09 | 15.09 | 11.54 | - |
| YUV | 104.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 91 | 0 | 0.65 | 0.51 | 0.27 | 347.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 5B | 0 | 41 | 33 | 1B | 15C | 30 | 31 |
| Octal | 272 | 102 | 133 | 0 | 101 | 63 | 33 | 534 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1011011 | 0 | 1000001 | 110011 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BA425B
Complementary color
Monochromatic Colors of #BA425B
Black with #BA425B
Text Example
Text Example
White with #BA425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA425B; }
p { color: rgb(186,66,91); }
H1.HeaderClassName
{
color: #BA425B;
}
.AnyTagClassName
{
color: #BA425B;
}
</style>
background-color css
<style>
a { background-color: #BA425B; }
a { background-color: rgb(186,66,91); }
div.DivClassName
{
background-color: #BA425B;
}
.BgClassName
{
background-color: #BA425B;
}
</style>
border-color css
<style>
span { border-color: #BA425B; }
span { border-color: rgb(186,66,91); }
td.TdClassName
{
border-color: #BA425B;
}
.TagClassName
{
border-color: #BA425B;
}
</style>