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