Shades of Hippie Pink #BA484F
Tints of Hippie Pink #BA484F
RGB
CMYK
RGB Variations
Color information
#BA484F (or 0xBA484F) is known color: Hippie Pink. HEX triplet: BA, 48 and 4F. RGB value is (186,72,79). Sum of RGB (Red+Green+Blue) = 186+72+79=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA484F is #45B7B0. Grayscale: #6A6A6A. Windows color (decimal): -4569009 or 5195962. OLE color: 5195962.
HSL color Cylindrical-coordinate representation of color #BA484F: hue angle of 356.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA484F is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 79 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.27 |
| HSL | 356.32º | 0.45% | 0.51% | - |
| HSV(B) | 356.32º | 0.61% | 0.73% | - |
| XYZ | 23.98 | 15.64 | 9.15 | - |
| YUV | 106.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 79 | 0 | 0.61 | 0.58 | 0.27 | 356.32 | 0.45 | 0.51 |
| Hex | BA | 48 | 4F | 0 | 3D | 3A | 1B | 164 | 2D | 33 |
| Octal | 272 | 110 | 117 | 0 | 75 | 72 | 33 | 544 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1001111 | 0 | 111101 | 111010 | 11011 | 101100100 | 101101 | 110011 |
Color Harmonies of #BA484F
Complementary color
Monochromatic Colors of #BA484F
Black with #BA484F
Text Example
Text Example
White with #BA484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA484F; }
p { color: rgb(186,72,79); }
H1.HeaderClassName
{
color: #BA484F;
}
.AnyTagClassName
{
color: #BA484F;
}
</style>
background-color css
<style>
a { background-color: #BA484F; }
a { background-color: rgb(186,72,79); }
div.DivClassName
{
background-color: #BA484F;
}
.BgClassName
{
background-color: #BA484F;
}
</style>
border-color css
<style>
span { border-color: #BA484F; }
span { border-color: rgb(186,72,79); }
td.TdClassName
{
border-color: #BA484F;
}
.TagClassName
{
border-color: #BA484F;
}
</style>