Shades of Hippie Pink #BA4356
Tints of Hippie Pink #BA4356
RGB
CMYK
RGB Variations
Color information
#BA4356 (or 0xBA4356) is known color: Hippie Pink. HEX triplet: BA, 43 and 56. RGB value is (186,67,86). Sum of RGB (Red+Green+Blue) = 186+67+86=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4356 is #45BCA9. Grayscale: #686868. Windows color (decimal): -4570282 or 5653434. OLE color: 5653434.
HSL color Cylindrical-coordinate representation of color #BA4356: hue angle of 350.42º 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 #BA4356 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 86 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.27 |
| HSL | 350.42º | 0.47% | 0.5% | - |
| HSV(B) | 350.42º | 0.64% | 0.73% | - |
| XYZ | 23.94 | 15.13 | 10.46 | - |
| YUV | 104.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 86 | 0 | 0.64 | 0.54 | 0.27 | 350.42 | 0.47 | 0.5 |
| Hex | BA | 43 | 56 | 0 | 40 | 36 | 1B | 15E | 2F | 32 |
| Octal | 272 | 103 | 126 | 0 | 100 | 66 | 33 | 536 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1010110 | 0 | 1000000 | 110110 | 11011 | 101011110 | 101111 | 110010 |
Color Harmonies of #BA4356
Complementary color
Monochromatic Colors of #BA4356
Black with #BA4356
Text Example
Text Example
White with #BA4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4356; }
p { color: rgb(186,67,86); }
H1.HeaderClassName
{
color: #BA4356;
}
.AnyTagClassName
{
color: #BA4356;
}
</style>
background-color css
<style>
a { background-color: #BA4356; }
a { background-color: rgb(186,67,86); }
div.DivClassName
{
background-color: #BA4356;
}
.BgClassName
{
background-color: #BA4356;
}
</style>
border-color css
<style>
span { border-color: #BA4356; }
span { border-color: rgb(186,67,86); }
td.TdClassName
{
border-color: #BA4356;
}
.TagClassName
{
border-color: #BA4356;
}
</style>