Shades of Hippie Pink #BA4453
Tints of Hippie Pink #BA4453
RGB
CMYK
RGB Variations
Color information
#BA4453 (or 0xBA4453) is known color: Hippie Pink. HEX triplet: BA, 44 and 53. RGB value is (186,68,83). Sum of RGB (Red+Green+Blue) = 186+68+83=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4453 is #45BBAC. Grayscale: #696969. Windows color (decimal): -4570029 or 5457082. OLE color: 5457082.
HSL color Cylindrical-coordinate representation of color #BA4453: hue angle of 352.37º 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 #BA4453 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 83 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.27 |
| HSL | 352.37º | 0.46% | 0.5% | - |
| HSV(B) | 352.37º | 0.63% | 0.73% | - |
| XYZ | 23.88 | 15.2 | 9.86 | - |
| YUV | 104.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 83 | 0 | 0.63 | 0.55 | 0.27 | 352.37 | 0.46 | 0.5 |
| Hex | BA | 44 | 53 | 0 | 3F | 37 | 1B | 160 | 2E | 32 |
| Octal | 272 | 104 | 123 | 0 | 77 | 67 | 33 | 540 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1010011 | 0 | 111111 | 110111 | 11011 | 101100000 | 101110 | 110010 |
Color Harmonies of #BA4453
Complementary color
Monochromatic Colors of #BA4453
Black with #BA4453
Text Example
Text Example
White with #BA4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4453; }
p { color: rgb(186,68,83); }
H1.HeaderClassName
{
color: #BA4453;
}
.AnyTagClassName
{
color: #BA4453;
}
</style>
background-color css
<style>
a { background-color: #BA4453; }
a { background-color: rgb(186,68,83); }
div.DivClassName
{
background-color: #BA4453;
}
.BgClassName
{
background-color: #BA4453;
}
</style>
border-color css
<style>
span { border-color: #BA4453; }
span { border-color: rgb(186,68,83); }
td.TdClassName
{
border-color: #BA4453;
}
.TagClassName
{
border-color: #BA4453;
}
</style>