Shades of Hippie Pink #BA4A54
Tints of Hippie Pink #BA4A54
RGB
CMYK
RGB Variations
Color information
#BA4A54 (or 0xBA4A54) is known color: Hippie Pink. HEX triplet: BA, 4A and 54. RGB value is (186,74,84). Sum of RGB (Red+Green+Blue) = 186+74+84=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A54 is #45B5AB. Grayscale: #6C6C6C. Windows color (decimal): -4568492 or 5524154. OLE color: 5524154.
HSL color Cylindrical-coordinate representation of color #BA4A54: hue angle of 354.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A54 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 84 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.27 |
| HSL | 354.64º | 0.45% | 0.51% | - |
| HSV(B) | 354.64º | 0.6% | 0.73% | - |
| XYZ | 24.3 | 15.98 | 10.19 | - |
| YUV | 108.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 84 | 0 | 0.60 | 0.55 | 0.27 | 354.64 | 0.45 | 0.51 |
| Hex | BA | 4A | 54 | 0 | 3C | 37 | 1B | 163 | 2D | 33 |
| Octal | 272 | 112 | 124 | 0 | 74 | 67 | 33 | 543 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1010100 | 0 | 111100 | 110111 | 11011 | 101100011 | 101101 | 110011 |
Color Harmonies of #BA4A54
Complementary color
Monochromatic Colors of #BA4A54
Black with #BA4A54
Text Example
Text Example
White with #BA4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A54; }
p { color: rgb(186,74,84); }
H1.HeaderClassName
{
color: #BA4A54;
}
.AnyTagClassName
{
color: #BA4A54;
}
</style>
background-color css
<style>
a { background-color: #BA4A54; }
a { background-color: rgb(186,74,84); }
div.DivClassName
{
background-color: #BA4A54;
}
.BgClassName
{
background-color: #BA4A54;
}
</style>
border-color css
<style>
span { border-color: #BA4A54; }
span { border-color: rgb(186,74,84); }
td.TdClassName
{
border-color: #BA4A54;
}
.TagClassName
{
border-color: #BA4A54;
}
</style>