Shades of Hippie Pink #BA4B52
Tints of Hippie Pink #BA4B52
RGB
CMYK
RGB Variations
Color information
#BA4B52 (or 0xBA4B52) is known color: Hippie Pink. HEX triplet: BA, 4B and 52. RGB value is (186,75,82). Sum of RGB (Red+Green+Blue) = 186+75+82=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B52 is #45B4AD. Grayscale: #6D6D6D. Windows color (decimal): -4568238 or 5393338. OLE color: 5393338.
HSL color Cylindrical-coordinate representation of color #BA4B52: hue angle of 356.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B52 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 82 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.27 |
| HSL | 356.22º | 0.45% | 0.51% | - |
| HSV(B) | 356.22º | 0.6% | 0.73% | - |
| XYZ | 24.29 | 16.08 | 9.81 | - |
| YUV | 108.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 82 | 0 | 0.60 | 0.56 | 0.27 | 356.22 | 0.45 | 0.51 |
| Hex | BA | 4B | 52 | 0 | 3C | 38 | 1B | 164 | 2D | 33 |
| Octal | 272 | 113 | 122 | 0 | 74 | 70 | 33 | 544 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1010010 | 0 | 111100 | 111000 | 11011 | 101100100 | 101101 | 110011 |
Color Harmonies of #BA4B52
Complementary color
Monochromatic Colors of #BA4B52
Black with #BA4B52
Text Example
Text Example
White with #BA4B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B52; }
p { color: rgb(186,75,82); }
H1.HeaderClassName
{
color: #BA4B52;
}
.AnyTagClassName
{
color: #BA4B52;
}
</style>
background-color css
<style>
a { background-color: #BA4B52; }
a { background-color: rgb(186,75,82); }
div.DivClassName
{
background-color: #BA4B52;
}
.BgClassName
{
background-color: #BA4B52;
}
</style>
border-color css
<style>
span { border-color: #BA4B52; }
span { border-color: rgb(186,75,82); }
td.TdClassName
{
border-color: #BA4B52;
}
.TagClassName
{
border-color: #BA4B52;
}
</style>