Shades of Hippie Pink #BA4753
Tints of Hippie Pink #BA4753
RGB
CMYK
RGB Variations
Color information
#BA4753 (or 0xBA4753) is known color: Hippie Pink. HEX triplet: BA, 47 and 53. RGB value is (186,71,83). Sum of RGB (Red+Green+Blue) = 186+71+83=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4753 is #45B8AC. Grayscale: #6A6A6A. Windows color (decimal): -4569261 or 5457850. OLE color: 5457850.
HSL color Cylindrical-coordinate representation of color #BA4753: hue angle of 353.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4753 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 83 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.27 |
| HSL | 353.74º | 0.45% | 0.5% | - |
| HSV(B) | 353.74º | 0.62% | 0.73% | - |
| XYZ | 24.06 | 15.57 | 9.92 | - |
| YUV | 106.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 83 | 0 | 0.62 | 0.55 | 0.27 | 353.74 | 0.45 | 0.5 |
| Hex | BA | 47 | 53 | 0 | 3E | 37 | 1B | 162 | 2D | 32 |
| Octal | 272 | 107 | 123 | 0 | 76 | 67 | 33 | 542 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1010011 | 0 | 111110 | 110111 | 11011 | 101100010 | 101101 | 110010 |
Color Harmonies of #BA4753
Complementary color
Monochromatic Colors of #BA4753
Black with #BA4753
Text Example
Text Example
White with #BA4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4753; }
p { color: rgb(186,71,83); }
H1.HeaderClassName
{
color: #BA4753;
}
.AnyTagClassName
{
color: #BA4753;
}
</style>
background-color css
<style>
a { background-color: #BA4753; }
a { background-color: rgb(186,71,83); }
div.DivClassName
{
background-color: #BA4753;
}
.BgClassName
{
background-color: #BA4753;
}
</style>
border-color css
<style>
span { border-color: #BA4753; }
span { border-color: rgb(186,71,83); }
td.TdClassName
{
border-color: #BA4753;
}
.TagClassName
{
border-color: #BA4753;
}
</style>