Shades of Hippie Pink #BA465B
Tints of Hippie Pink #BA465B
RGB
CMYK
RGB Variations
Color information
#BA465B (or 0xBA465B) is known color: Hippie Pink. HEX triplet: BA, 46 and 5B. RGB value is (186,70,91). Sum of RGB (Red+Green+Blue) = 186+70+91=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA465B is #45B9A4. Grayscale: #6B6B6B. Windows color (decimal): -4569509 or 5981882. OLE color: 5981882.
HSL color Cylindrical-coordinate representation of color #BA465B: hue angle of 349.14º 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 #BA465B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 91 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.27 |
| HSL | 349.14º | 0.46% | 0.5% | - |
| HSV(B) | 349.14º | 0.62% | 0.73% | - |
| XYZ | 24.33 | 15.57 | 11.62 | - |
| YUV | 107.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 91 | 0 | 0.62 | 0.51 | 0.27 | 349.14 | 0.46 | 0.5 |
| Hex | BA | 46 | 5B | 0 | 3E | 33 | 1B | 15D | 2E | 32 |
| Octal | 272 | 106 | 133 | 0 | 76 | 63 | 33 | 535 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1011011 | 0 | 111110 | 110011 | 11011 | 101011101 | 101110 | 110010 |
Color Harmonies of #BA465B
Complementary color
Monochromatic Colors of #BA465B
Black with #BA465B
Text Example
Text Example
White with #BA465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA465B; }
p { color: rgb(186,70,91); }
H1.HeaderClassName
{
color: #BA465B;
}
.AnyTagClassName
{
color: #BA465B;
}
</style>
background-color css
<style>
a { background-color: #BA465B; }
a { background-color: rgb(186,70,91); }
div.DivClassName
{
background-color: #BA465B;
}
.BgClassName
{
background-color: #BA465B;
}
</style>
border-color css
<style>
span { border-color: #BA465B; }
span { border-color: rgb(186,70,91); }
td.TdClassName
{
border-color: #BA465B;
}
.TagClassName
{
border-color: #BA465B;
}
</style>