Shades of Hippie Pink #BA4254
Tints of Hippie Pink #BA4254
RGB
CMYK
RGB Variations
Color information
#BA4254 (or 0xBA4254) is known color: Hippie Pink. HEX triplet: BA, 42 and 54. RGB value is (186,66,84). Sum of RGB (Red+Green+Blue) = 186+66+84=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4254 is #45BDAB. Grayscale: #676767. Windows color (decimal): -4570540 or 5522106. OLE color: 5522106.
HSL color Cylindrical-coordinate representation of color #BA4254: hue angle of 351º 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 #BA4254 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 84 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.27 |
| HSL | 351º | 0.48% | 0.49% | - |
| HSV(B) | 351º | 0.65% | 0.73% | - |
| XYZ | 23.8 | 14.98 | 10.02 | - |
| YUV | 103.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 84 | 0 | 0.65 | 0.55 | 0.27 | 351 | 0.48 | 0.49 |
| Hex | BA | 42 | 54 | 0 | 41 | 37 | 1B | 15F | 30 | 31 |
| Octal | 272 | 102 | 124 | 0 | 101 | 67 | 33 | 537 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1010100 | 0 | 1000001 | 110111 | 11011 | 101011111 | 110000 | 110001 |
Color Harmonies of #BA4254
Complementary color
Monochromatic Colors of #BA4254
Black with #BA4254
Text Example
Text Example
White with #BA4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4254; }
p { color: rgb(186,66,84); }
H1.HeaderClassName
{
color: #BA4254;
}
.AnyTagClassName
{
color: #BA4254;
}
</style>
background-color css
<style>
a { background-color: #BA4254; }
a { background-color: rgb(186,66,84); }
div.DivClassName
{
background-color: #BA4254;
}
.BgClassName
{
background-color: #BA4254;
}
</style>
border-color css
<style>
span { border-color: #BA4254; }
span { border-color: rgb(186,66,84); }
td.TdClassName
{
border-color: #BA4254;
}
.TagClassName
{
border-color: #BA4254;
}
</style>