Shades of Hippie Pink #BA475B
Tints of Hippie Pink #BA475B
RGB
CMYK
RGB Variations
Color information
#BA475B (or 0xBA475B) is known color: Hippie Pink. HEX triplet: BA, 47 and 5B. RGB value is (186,71,91). Sum of RGB (Red+Green+Blue) = 186+71+91=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475B is #45B8A4. Grayscale: #6B6B6B. Windows color (decimal): -4569253 or 5982138. OLE color: 5982138.
HSL color Cylindrical-coordinate representation of color #BA475B: hue angle of 349.57º 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 #BA475B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 91 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.27 |
| HSL | 349.57º | 0.45% | 0.5% | - |
| HSV(B) | 349.57º | 0.62% | 0.73% | - |
| XYZ | 24.39 | 15.7 | 11.64 | - |
| YUV | 107.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 91 | 0 | 0.62 | 0.51 | 0.27 | 349.57 | 0.45 | 0.5 |
| Hex | BA | 47 | 5B | 0 | 3E | 33 | 1B | 15E | 2D | 32 |
| Octal | 272 | 107 | 133 | 0 | 76 | 63 | 33 | 536 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1011011 | 0 | 111110 | 110011 | 11011 | 101011110 | 101101 | 110010 |
Color Harmonies of #BA475B
Complementary color
Monochromatic Colors of #BA475B
Black with #BA475B
Text Example
Text Example
White with #BA475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA475B; }
p { color: rgb(186,71,91); }
H1.HeaderClassName
{
color: #BA475B;
}
.AnyTagClassName
{
color: #BA475B;
}
</style>
background-color css
<style>
a { background-color: #BA475B; }
a { background-color: rgb(186,71,91); }
div.DivClassName
{
background-color: #BA475B;
}
.BgClassName
{
background-color: #BA475B;
}
</style>
border-color css
<style>
span { border-color: #BA475B; }
span { border-color: rgb(186,71,91); }
td.TdClassName
{
border-color: #BA475B;
}
.TagClassName
{
border-color: #BA475B;
}
</style>