Shades of Hippie Pink #BA4154
Tints of Hippie Pink #BA4154
RGB
CMYK
RGB Variations
Color information
#BA4154 (or 0xBA4154) is known color: Hippie Pink. HEX triplet: BA, 41 and 54. RGB value is (186,65,84). Sum of RGB (Red+Green+Blue) = 186+65+84=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4154 is #45BEAB. Grayscale: #676767. Windows color (decimal): -4570796 or 5521850. OLE color: 5521850.
HSL color Cylindrical-coordinate representation of color #BA4154: hue angle of 350.58º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4154 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 84 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.27 |
| HSL | 350.58º | 0.48% | 0.49% | - |
| HSV(B) | 350.58º | 0.65% | 0.73% | - |
| XYZ | 23.74 | 14.86 | 10 | - |
| YUV | 103.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 84 | 0 | 0.65 | 0.55 | 0.27 | 350.58 | 0.48 | 0.49 |
| Hex | BA | 41 | 54 | 0 | 41 | 37 | 1B | 15F | 30 | 31 |
| Octal | 272 | 101 | 124 | 0 | 101 | 67 | 33 | 537 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1010100 | 0 | 1000001 | 110111 | 11011 | 101011111 | 110000 | 110001 |
Color Harmonies of #BA4154
Complementary color
Monochromatic Colors of #BA4154
Black with #BA4154
Text Example
Text Example
White with #BA4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4154; }
p { color: rgb(186,65,84); }
H1.HeaderClassName
{
color: #BA4154;
}
.AnyTagClassName
{
color: #BA4154;
}
</style>
background-color css
<style>
a { background-color: #BA4154; }
a { background-color: rgb(186,65,84); }
div.DivClassName
{
background-color: #BA4154;
}
.BgClassName
{
background-color: #BA4154;
}
</style>
border-color css
<style>
span { border-color: #BA4154; }
span { border-color: rgb(186,65,84); }
td.TdClassName
{
border-color: #BA4154;
}
.TagClassName
{
border-color: #BA4154;
}
</style>