Shades of Hippie Pink #BA464C
Tints of Hippie Pink #BA464C
RGB
CMYK
RGB Variations
Color information
#BA464C (or 0xBA464C) is known color: Hippie Pink. HEX triplet: BA, 46 and 4C. RGB value is (186,70,76). Sum of RGB (Red+Green+Blue) = 186+70+76=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA464C is #45B9B3. Grayscale: #696969. Windows color (decimal): -4569524 or 4998842. OLE color: 4998842.
HSL color Cylindrical-coordinate representation of color #BA464C: hue angle of 356.9º degrees, saturation: 0.46, 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 #BA464C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 76 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 356.9º | 0.46% | 0.5% | - |
| HSV(B) | 356.9º | 0.62% | 0.73% | - |
| XYZ | 23.74 | 15.34 | 8.55 | - |
| YUV | 105.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 76 | 0 | 0.62 | 0.59 | 0.27 | 356.9 | 0.46 | 0.5 |
| Hex | BA | 46 | 4C | 0 | 3E | 3B | 1B | 165 | 2E | 32 |
| Octal | 272 | 106 | 114 | 0 | 76 | 73 | 33 | 545 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1001100 | 0 | 111110 | 111011 | 11011 | 101100101 | 101110 | 110010 |
Color Harmonies of #BA464C
Complementary color
Monochromatic Colors of #BA464C
Black with #BA464C
Text Example
Text Example
White with #BA464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA464C; }
p { color: rgb(186,70,76); }
H1.HeaderClassName
{
color: #BA464C;
}
.AnyTagClassName
{
color: #BA464C;
}
</style>
background-color css
<style>
a { background-color: #BA464C; }
a { background-color: rgb(186,70,76); }
div.DivClassName
{
background-color: #BA464C;
}
.BgClassName
{
background-color: #BA464C;
}
</style>
border-color css
<style>
span { border-color: #BA464C; }
span { border-color: rgb(186,70,76); }
td.TdClassName
{
border-color: #BA464C;
}
.TagClassName
{
border-color: #BA464C;
}
</style>