Shades of Hippie Pink #BA4354
Tints of Hippie Pink #BA4354
RGB
CMYK
RGB Variations
Color information
#BA4354 (or 0xBA4354) is known color: Hippie Pink. HEX triplet: BA, 43 and 54. RGB value is (186,67,84). Sum of RGB (Red+Green+Blue) = 186+67+84=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4354 is #45BCAB. Grayscale: #686868. Windows color (decimal): -4570284 or 5522362. OLE color: 5522362.
HSL color Cylindrical-coordinate representation of color #BA4354: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4354 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 84 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.27 |
| HSL | 351.43º | 0.47% | 0.5% | - |
| HSV(B) | 351.43º | 0.64% | 0.73% | - |
| XYZ | 23.86 | 15.09 | 10.04 | - |
| YUV | 104.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 84 | 0 | 0.64 | 0.55 | 0.27 | 351.43 | 0.47 | 0.5 |
| Hex | BA | 43 | 54 | 0 | 40 | 37 | 1B | 15F | 2F | 32 |
| Octal | 272 | 103 | 124 | 0 | 100 | 67 | 33 | 537 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1010100 | 0 | 1000000 | 110111 | 11011 | 101011111 | 101111 | 110010 |
Color Harmonies of #BA4354
Complementary color
Monochromatic Colors of #BA4354
Black with #BA4354
Text Example
Text Example
White with #BA4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4354; }
p { color: rgb(186,67,84); }
H1.HeaderClassName
{
color: #BA4354;
}
.AnyTagClassName
{
color: #BA4354;
}
</style>
background-color css
<style>
a { background-color: #BA4354; }
a { background-color: rgb(186,67,84); }
div.DivClassName
{
background-color: #BA4354;
}
.BgClassName
{
background-color: #BA4354;
}
</style>
border-color css
<style>
span { border-color: #BA4354; }
span { border-color: rgb(186,67,84); }
td.TdClassName
{
border-color: #BA4354;
}
.TagClassName
{
border-color: #BA4354;
}
</style>