Shades of Hippie Pink #BA474F
Tints of Hippie Pink #BA474F
RGB
CMYK
RGB Variations
Color information
#BA474F (or 0xBA474F) is known color: Hippie Pink. HEX triplet: BA, 47 and 4F. RGB value is (186,71,79). Sum of RGB (Red+Green+Blue) = 186+71+79=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA474F is #45B8B0. Grayscale: #6A6A6A. Windows color (decimal): -4569265 or 5195706. OLE color: 5195706.
HSL color Cylindrical-coordinate representation of color #BA474F: hue angle of 355.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA474F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 79 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.27 |
| HSL | 355.83º | 0.45% | 0.5% | - |
| HSV(B) | 355.83º | 0.62% | 0.73% | - |
| XYZ | 23.91 | 15.51 | 9.13 | - |
| YUV | 106.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 79 | 0 | 0.62 | 0.58 | 0.27 | 355.83 | 0.45 | 0.5 |
| Hex | BA | 47 | 4F | 0 | 3E | 3A | 1B | 164 | 2D | 32 |
| Octal | 272 | 107 | 117 | 0 | 76 | 72 | 33 | 544 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1001111 | 0 | 111110 | 111010 | 11011 | 101100100 | 101101 | 110010 |
Color Harmonies of #BA474F
Complementary color
Monochromatic Colors of #BA474F
Black with #BA474F
Text Example
Text Example
White with #BA474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA474F; }
p { color: rgb(186,71,79); }
H1.HeaderClassName
{
color: #BA474F;
}
.AnyTagClassName
{
color: #BA474F;
}
</style>
background-color css
<style>
a { background-color: #BA474F; }
a { background-color: rgb(186,71,79); }
div.DivClassName
{
background-color: #BA474F;
}
.BgClassName
{
background-color: #BA474F;
}
</style>
border-color css
<style>
span { border-color: #BA474F; }
span { border-color: rgb(186,71,79); }
td.TdClassName
{
border-color: #BA474F;
}
.TagClassName
{
border-color: #BA474F;
}
</style>