Shades of Hippie Pink #BA474B
Tints of Hippie Pink #BA474B
RGB
CMYK
RGB Variations
Color information
#BA474B (or 0xBA474B) is known color: Hippie Pink. HEX triplet: BA, 47 and 4B. RGB value is (186,71,75). Sum of RGB (Red+Green+Blue) = 186+71+75=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA474B is #45B8B4. Grayscale: #696969. Windows color (decimal): -4569269 or 4933562. OLE color: 4933562.
HSL color Cylindrical-coordinate representation of color #BA474B: hue angle of 357.91º 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 #BA474B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 75 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.27 |
| HSL | 357.91º | 0.45% | 0.5% | - |
| HSV(B) | 357.91º | 0.62% | 0.73% | - |
| XYZ | 23.77 | 15.45 | 8.39 | - |
| YUV | 105.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 75 | 0 | 0.62 | 0.60 | 0.27 | 357.91 | 0.45 | 0.5 |
| Hex | BA | 47 | 4B | 0 | 3E | 3C | 1B | 166 | 2D | 32 |
| Octal | 272 | 107 | 113 | 0 | 76 | 74 | 33 | 546 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1001011 | 0 | 111110 | 111100 | 11011 | 101100110 | 101101 | 110010 |
Color Harmonies of #BA474B
Complementary color
Monochromatic Colors of #BA474B
Black with #BA474B
Text Example
Text Example
White with #BA474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA474B; }
p { color: rgb(186,71,75); }
H1.HeaderClassName
{
color: #BA474B;
}
.AnyTagClassName
{
color: #BA474B;
}
</style>
background-color css
<style>
a { background-color: #BA474B; }
a { background-color: rgb(186,71,75); }
div.DivClassName
{
background-color: #BA474B;
}
.BgClassName
{
background-color: #BA474B;
}
</style>
border-color css
<style>
span { border-color: #BA474B; }
span { border-color: rgb(186,71,75); }
td.TdClassName
{
border-color: #BA474B;
}
.TagClassName
{
border-color: #BA474B;
}
</style>