Shades of Hippie Pink #BA435A
Tints of Hippie Pink #BA435A
RGB
CMYK
RGB Variations
Color information
#BA435A (or 0xBA435A) is known color: Hippie Pink. HEX triplet: BA, 43 and 5A. RGB value is (186,67,90). Sum of RGB (Red+Green+Blue) = 186+67+90=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA435A is #45BCA5. Grayscale: #696969. Windows color (decimal): -4570278 or 5915578. OLE color: 5915578.
HSL color Cylindrical-coordinate representation of color #BA435A: hue angle of 348.4º 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 #BA435A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 90 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.27 |
| HSL | 348.4º | 0.47% | 0.5% | - |
| HSV(B) | 348.4º | 0.64% | 0.73% | - |
| XYZ | 24.1 | 15.19 | 11.33 | - |
| YUV | 105.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 90 | 0 | 0.64 | 0.52 | 0.27 | 348.4 | 0.47 | 0.5 |
| Hex | BA | 43 | 5A | 0 | 40 | 34 | 1B | 15C | 2F | 32 |
| Octal | 272 | 103 | 132 | 0 | 100 | 64 | 33 | 534 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1011010 | 0 | 1000000 | 110100 | 11011 | 101011100 | 101111 | 110010 |
Color Harmonies of #BA435A
Complementary color
Monochromatic Colors of #BA435A
Black with #BA435A
Text Example
Text Example
White with #BA435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA435A; }
p { color: rgb(186,67,90); }
H1.HeaderClassName
{
color: #BA435A;
}
.AnyTagClassName
{
color: #BA435A;
}
</style>
background-color css
<style>
a { background-color: #BA435A; }
a { background-color: rgb(186,67,90); }
div.DivClassName
{
background-color: #BA435A;
}
.BgClassName
{
background-color: #BA435A;
}
</style>
border-color css
<style>
span { border-color: #BA435A; }
span { border-color: rgb(186,67,90); }
td.TdClassName
{
border-color: #BA435A;
}
.TagClassName
{
border-color: #BA435A;
}
</style>