Shades of Hippie Pink #BA474C
Tints of Hippie Pink #BA474C
RGB
CMYK
RGB Variations
Color information
#BA474C (or 0xBA474C) is known color: Hippie Pink. HEX triplet: BA, 47 and 4C. RGB value is (186,71,76). Sum of RGB (Red+Green+Blue) = 186+71+76=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA474C is #45B8B3. Grayscale: #6A6A6A. Windows color (decimal): -4569268 or 4999098. OLE color: 4999098.
HSL color Cylindrical-coordinate representation of color #BA474C: hue angle of 357.39º 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 #BA474C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 76 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 357.39º | 0.45% | 0.5% | - |
| HSV(B) | 357.39º | 0.62% | 0.73% | - |
| XYZ | 23.81 | 15.47 | 8.57 | - |
| YUV | 105.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 76 | 0 | 0.62 | 0.59 | 0.27 | 357.39 | 0.45 | 0.5 |
| Hex | BA | 47 | 4C | 0 | 3E | 3B | 1B | 165 | 2D | 32 |
| Octal | 272 | 107 | 114 | 0 | 76 | 73 | 33 | 545 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1001100 | 0 | 111110 | 111011 | 11011 | 101100101 | 101101 | 110010 |
Color Harmonies of #BA474C
Complementary color
Monochromatic Colors of #BA474C
Black with #BA474C
Text Example
Text Example
White with #BA474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA474C; }
p { color: rgb(186,71,76); }
H1.HeaderClassName
{
color: #BA474C;
}
.AnyTagClassName
{
color: #BA474C;
}
</style>
background-color css
<style>
a { background-color: #BA474C; }
a { background-color: rgb(186,71,76); }
div.DivClassName
{
background-color: #BA474C;
}
.BgClassName
{
background-color: #BA474C;
}
</style>
border-color css
<style>
span { border-color: #BA474C; }
span { border-color: rgb(186,71,76); }
td.TdClassName
{
border-color: #BA474C;
}
.TagClassName
{
border-color: #BA474C;
}
</style>