Shades of Hippie Pink #BA465A
Tints of Hippie Pink #BA465A
RGB
CMYK
RGB Variations
Color information
#BA465A (or 0xBA465A) is known color: Hippie Pink. HEX triplet: BA, 46 and 5A. RGB value is (186,70,90). Sum of RGB (Red+Green+Blue) = 186+70+90=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA465A is #45B9A5. Grayscale: #6B6B6B. Windows color (decimal): -4569510 or 5916346. OLE color: 5916346.
HSL color Cylindrical-coordinate representation of color #BA465A: hue angle of 349.66º 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 #BA465A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 90 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.27 |
| HSL | 349.66º | 0.46% | 0.5% | - |
| HSV(B) | 349.66º | 0.62% | 0.73% | - |
| XYZ | 24.29 | 15.56 | 11.4 | - |
| YUV | 106.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 90 | 0 | 0.62 | 0.52 | 0.27 | 349.66 | 0.46 | 0.5 |
| Hex | BA | 46 | 5A | 0 | 3E | 34 | 1B | 15E | 2E | 32 |
| Octal | 272 | 106 | 132 | 0 | 76 | 64 | 33 | 536 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1011010 | 0 | 111110 | 110100 | 11011 | 101011110 | 101110 | 110010 |
Color Harmonies of #BA465A
Complementary color
Monochromatic Colors of #BA465A
Black with #BA465A
Text Example
Text Example
White with #BA465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA465A; }
p { color: rgb(186,70,90); }
H1.HeaderClassName
{
color: #BA465A;
}
.AnyTagClassName
{
color: #BA465A;
}
</style>
background-color css
<style>
a { background-color: #BA465A; }
a { background-color: rgb(186,70,90); }
div.DivClassName
{
background-color: #BA465A;
}
.BgClassName
{
background-color: #BA465A;
}
</style>
border-color css
<style>
span { border-color: #BA465A; }
span { border-color: rgb(186,70,90); }
td.TdClassName
{
border-color: #BA465A;
}
.TagClassName
{
border-color: #BA465A;
}
</style>