Shades of Hippie Pink #BA425A
Tints of Hippie Pink #BA425A
RGB
CMYK
RGB Variations
Color information
#BA425A (or 0xBA425A) is known color: Hippie Pink. HEX triplet: BA, 42 and 5A. RGB value is (186,66,90). Sum of RGB (Red+Green+Blue) = 186+66+90=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425A is #45BDA5. Grayscale: #686868. Windows color (decimal): -4570534 or 5915322. OLE color: 5915322.
HSL color Cylindrical-coordinate representation of color #BA425A: hue angle of 348º 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 #BA425A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 90 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.27 |
| HSL | 348º | 0.48% | 0.49% | - |
| HSV(B) | 348º | 0.65% | 0.73% | - |
| XYZ | 24.04 | 15.07 | 11.32 | - |
| YUV | 104.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 90 | 0 | 0.65 | 0.52 | 0.27 | 348 | 0.48 | 0.49 |
| Hex | BA | 42 | 5A | 0 | 41 | 34 | 1B | 15C | 30 | 31 |
| Octal | 272 | 102 | 132 | 0 | 101 | 64 | 33 | 534 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1011010 | 0 | 1000001 | 110100 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BA425A
Complementary color
Monochromatic Colors of #BA425A
Black with #BA425A
Text Example
Text Example
White with #BA425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA425A; }
p { color: rgb(186,66,90); }
H1.HeaderClassName
{
color: #BA425A;
}
.AnyTagClassName
{
color: #BA425A;
}
</style>
background-color css
<style>
a { background-color: #BA425A; }
a { background-color: rgb(186,66,90); }
div.DivClassName
{
background-color: #BA425A;
}
.BgClassName
{
background-color: #BA425A;
}
</style>
border-color css
<style>
span { border-color: #BA425A; }
span { border-color: rgb(186,66,90); }
td.TdClassName
{
border-color: #BA425A;
}
.TagClassName
{
border-color: #BA425A;
}
</style>