Shades of Hippie Pink #BA4651
Tints of Hippie Pink #BA4651
RGB
CMYK
RGB Variations
Color information
#BA4651 (or 0xBA4651) is known color: Hippie Pink. HEX triplet: BA, 46 and 51. RGB value is (186,70,81). Sum of RGB (Red+Green+Blue) = 186+70+81=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4651 is #45B9AE. Grayscale: #6A6A6A. Windows color (decimal): -4569519 or 5326522. OLE color: 5326522.
HSL color Cylindrical-coordinate representation of color #BA4651: hue angle of 354.31º 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 #BA4651 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 81 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.27 |
| HSL | 354.31º | 0.46% | 0.5% | - |
| HSV(B) | 354.31º | 0.62% | 0.73% | - |
| XYZ | 23.93 | 15.41 | 9.5 | - |
| YUV | 105.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 81 | 0 | 0.62 | 0.56 | 0.27 | 354.31 | 0.46 | 0.5 |
| Hex | BA | 46 | 51 | 0 | 3E | 38 | 1B | 162 | 2E | 32 |
| Octal | 272 | 106 | 121 | 0 | 76 | 70 | 33 | 542 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1010001 | 0 | 111110 | 111000 | 11011 | 101100010 | 101110 | 110010 |
Color Harmonies of #BA4651
Complementary color
Monochromatic Colors of #BA4651
Black with #BA4651
Text Example
Text Example
White with #BA4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4651; }
p { color: rgb(186,70,81); }
H1.HeaderClassName
{
color: #BA4651;
}
.AnyTagClassName
{
color: #BA4651;
}
</style>
background-color css
<style>
a { background-color: #BA4651; }
a { background-color: rgb(186,70,81); }
div.DivClassName
{
background-color: #BA4651;
}
.BgClassName
{
background-color: #BA4651;
}
</style>
border-color css
<style>
span { border-color: #BA4651; }
span { border-color: rgb(186,70,81); }
td.TdClassName
{
border-color: #BA4651;
}
.TagClassName
{
border-color: #BA4651;
}
</style>