Shades of Hippie Pink #BA4450
Tints of Hippie Pink #BA4450
RGB
CMYK
RGB Variations
Color information
#BA4450 (or 0xBA4450) is known color: Hippie Pink. HEX triplet: BA, 44 and 50. RGB value is (186,68,80). Sum of RGB (Red+Green+Blue) = 186+68+80=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4450 is #45BBAF. Grayscale: #686868. Windows color (decimal): -4570032 or 5260474. OLE color: 5260474.
HSL color Cylindrical-coordinate representation of color #BA4450: hue angle of 353.9º 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 #BA4450 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 80 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.27 |
| HSL | 353.9º | 0.46% | 0.5% | - |
| HSV(B) | 353.9º | 0.63% | 0.73% | - |
| XYZ | 23.76 | 15.15 | 9.26 | - |
| YUV | 104.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 80 | 0 | 0.63 | 0.57 | 0.27 | 353.9 | 0.46 | 0.5 |
| Hex | BA | 44 | 50 | 0 | 3F | 39 | 1B | 162 | 2E | 32 |
| Octal | 272 | 104 | 120 | 0 | 77 | 71 | 33 | 542 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1010000 | 0 | 111111 | 111001 | 11011 | 101100010 | 101110 | 110010 |
Color Harmonies of #BA4450
Complementary color
Monochromatic Colors of #BA4450
Black with #BA4450
Text Example
Text Example
White with #BA4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4450; }
p { color: rgb(186,68,80); }
H1.HeaderClassName
{
color: #BA4450;
}
.AnyTagClassName
{
color: #BA4450;
}
</style>
background-color css
<style>
a { background-color: #BA4450; }
a { background-color: rgb(186,68,80); }
div.DivClassName
{
background-color: #BA4450;
}
.BgClassName
{
background-color: #BA4450;
}
</style>
border-color css
<style>
span { border-color: #BA4450; }
span { border-color: rgb(186,68,80); }
td.TdClassName
{
border-color: #BA4450;
}
.TagClassName
{
border-color: #BA4450;
}
</style>