Shades of Hippie Pink #BA435D
Tints of Hippie Pink #BA435D
RGB
CMYK
RGB Variations
Color information
#BA435D (or 0xBA435D) is known color: Hippie Pink. HEX triplet: BA, 43 and 5D. RGB value is (186,67,93). Sum of RGB (Red+Green+Blue) = 186+67+93=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA435D is #45BCA2. Grayscale: #696969. Windows color (decimal): -4570275 or 6112186. OLE color: 6112186.
HSL color Cylindrical-coordinate representation of color #BA435D: hue angle of 346.89º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA435D is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 93 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.27 |
| HSL | 346.89º | 0.47% | 0.5% | - |
| HSV(B) | 346.89º | 0.64% | 0.73% | - |
| XYZ | 24.23 | 15.24 | 12.02 | - |
| YUV | 105.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 93 | 0 | 0.64 | 0.5 | 0.27 | 346.89 | 0.47 | 0.5 |
| Hex | BA | 43 | 5D | 0 | 40 | 32 | 1B | 15B | 2F | 32 |
| Octal | 272 | 103 | 135 | 0 | 100 | 62 | 33 | 533 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1011101 | 0 | 1000000 | 110010 | 11011 | 101011011 | 101111 | 110010 |
Color Harmonies of #BA435D
Complementary color
Monochromatic Colors of #BA435D
Black with #BA435D
Text Example
Text Example
White with #BA435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA435D; }
p { color: rgb(186,67,93); }
H1.HeaderClassName
{
color: #BA435D;
}
.AnyTagClassName
{
color: #BA435D;
}
</style>
background-color css
<style>
a { background-color: #BA435D; }
a { background-color: rgb(186,67,93); }
div.DivClassName
{
background-color: #BA435D;
}
.BgClassName
{
background-color: #BA435D;
}
</style>
border-color css
<style>
span { border-color: #BA435D; }
span { border-color: rgb(186,67,93); }
td.TdClassName
{
border-color: #BA435D;
}
.TagClassName
{
border-color: #BA435D;
}
</style>