Shades of Hippie Pink #BA4552
Tints of Hippie Pink #BA4552
RGB
CMYK
RGB Variations
Color information
#BA4552 (or 0xBA4552) is known color: Hippie Pink. HEX triplet: BA, 45 and 52. RGB value is (186,69,82). Sum of RGB (Red+Green+Blue) = 186+69+82=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4552 is #45BAAD. Grayscale: #696969. Windows color (decimal): -4569774 or 5391802. OLE color: 5391802.
HSL color Cylindrical-coordinate representation of color #BA4552: hue angle of 353.33º 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 #BA4552 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 82 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.27 |
| HSL | 353.33º | 0.46% | 0.5% | - |
| HSV(B) | 353.33º | 0.63% | 0.73% | - |
| XYZ | 23.9 | 15.3 | 9.68 | - |
| YUV | 105.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 82 | 0 | 0.63 | 0.56 | 0.27 | 353.33 | 0.46 | 0.5 |
| Hex | BA | 45 | 52 | 0 | 3F | 38 | 1B | 161 | 2E | 32 |
| Octal | 272 | 105 | 122 | 0 | 77 | 70 | 33 | 541 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1010010 | 0 | 111111 | 111000 | 11011 | 101100001 | 101110 | 110010 |
Color Harmonies of #BA4552
Complementary color
Monochromatic Colors of #BA4552
Black with #BA4552
Text Example
Text Example
White with #BA4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4552; }
p { color: rgb(186,69,82); }
H1.HeaderClassName
{
color: #BA4552;
}
.AnyTagClassName
{
color: #BA4552;
}
</style>
background-color css
<style>
a { background-color: #BA4552; }
a { background-color: rgb(186,69,82); }
div.DivClassName
{
background-color: #BA4552;
}
.BgClassName
{
background-color: #BA4552;
}
</style>
border-color css
<style>
span { border-color: #BA4552; }
span { border-color: rgb(186,69,82); }
td.TdClassName
{
border-color: #BA4552;
}
.TagClassName
{
border-color: #BA4552;
}
</style>