Shades of Hippie Pink #BA4853
Tints of Hippie Pink #BA4853
RGB
CMYK
RGB Variations
Color information
#BA4853 (or 0xBA4853) is known color: Hippie Pink. HEX triplet: BA, 48 and 53. RGB value is (186,72,83). Sum of RGB (Red+Green+Blue) = 186+72+83=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4853 is #45B7AC. Grayscale: #6B6B6B. Windows color (decimal): -4569005 or 5458106. OLE color: 5458106.
HSL color Cylindrical-coordinate representation of color #BA4853: hue angle of 354.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4853 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 83 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.27 |
| HSL | 354.21º | 0.45% | 0.51% | - |
| HSV(B) | 354.21º | 0.61% | 0.73% | - |
| XYZ | 24.13 | 15.7 | 9.94 | - |
| YUV | 107.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 83 | 0 | 0.61 | 0.55 | 0.27 | 354.21 | 0.45 | 0.51 |
| Hex | BA | 48 | 53 | 0 | 3D | 37 | 1B | 162 | 2D | 33 |
| Octal | 272 | 110 | 123 | 0 | 75 | 67 | 33 | 542 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1010011 | 0 | 111101 | 110111 | 11011 | 101100010 | 101101 | 110011 |
Color Harmonies of #BA4853
Complementary color
Monochromatic Colors of #BA4853
Black with #BA4853
Text Example
Text Example
White with #BA4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4853; }
p { color: rgb(186,72,83); }
H1.HeaderClassName
{
color: #BA4853;
}
.AnyTagClassName
{
color: #BA4853;
}
</style>
background-color css
<style>
a { background-color: #BA4853; }
a { background-color: rgb(186,72,83); }
div.DivClassName
{
background-color: #BA4853;
}
.BgClassName
{
background-color: #BA4853;
}
</style>
border-color css
<style>
span { border-color: #BA4853; }
span { border-color: rgb(186,72,83); }
td.TdClassName
{
border-color: #BA4853;
}
.TagClassName
{
border-color: #BA4853;
}
</style>