Shades of Hippie Pink #BA455D
Tints of Hippie Pink #BA455D
RGB
CMYK
RGB Variations
Color information
#BA455D (or 0xBA455D) is known color: Hippie Pink. HEX triplet: BA, 45 and 5D. RGB value is (186,69,93). Sum of RGB (Red+Green+Blue) = 186+69+93=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA455D is #45BAA2. Grayscale: #6A6A6A. Windows color (decimal): -4569763 or 6112698. OLE color: 6112698.
HSL color Cylindrical-coordinate representation of color #BA455D: hue angle of 347.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA455D is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 93 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.27 |
| HSL | 347.69º | 0.46% | 0.5% | - |
| HSV(B) | 347.69º | 0.63% | 0.73% | - |
| XYZ | 24.35 | 15.49 | 12.06 | - |
| YUV | 106.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 93 | 0 | 0.63 | 0.5 | 0.27 | 347.69 | 0.46 | 0.5 |
| Hex | BA | 45 | 5D | 0 | 3F | 32 | 1B | 15C | 2E | 32 |
| Octal | 272 | 105 | 135 | 0 | 77 | 62 | 33 | 534 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1011101 | 0 | 111111 | 110010 | 11011 | 101011100 | 101110 | 110010 |
Color Harmonies of #BA455D
Complementary color
Monochromatic Colors of #BA455D
Black with #BA455D
Text Example
Text Example
White with #BA455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA455D; }
p { color: rgb(186,69,93); }
H1.HeaderClassName
{
color: #BA455D;
}
.AnyTagClassName
{
color: #BA455D;
}
</style>
background-color css
<style>
a { background-color: #BA455D; }
a { background-color: rgb(186,69,93); }
div.DivClassName
{
background-color: #BA455D;
}
.BgClassName
{
background-color: #BA455D;
}
</style>
border-color css
<style>
span { border-color: #BA455D; }
span { border-color: rgb(186,69,93); }
td.TdClassName
{
border-color: #BA455D;
}
.TagClassName
{
border-color: #BA455D;
}
</style>