Shades of Hippie Pink #B24655
Tints of Hippie Pink #B24655
RGB
CMYK
RGB Variations
Color information
#B24655 (or 0xB24655) is known color: Hippie Pink. HEX triplet: B2, 46 and 55. RGB value is (178,70,85). Sum of RGB (Red+Green+Blue) = 178+70+85=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24655 is #4DB9AA. Grayscale: #686868. Windows color (decimal): -5093803 or 5588658. OLE color: 5588658.
HSL color Cylindrical-coordinate representation of color #B24655: hue angle of 351.67º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24655 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 85 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.30 |
| HSL | 351.67º | 0.44% | 0.49% | - |
| HSV(B) | 351.67º | 0.61% | 0.7% | - |
| XYZ | 22.19 | 14.5 | 10.22 | - |
| YUV | 104 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 85 | 0 | 0.61 | 0.52 | 0.30 | 351.67 | 0.44 | 0.49 |
| Hex | B2 | 46 | 55 | 0 | 3D | 34 | 1E | 160 | 2C | 31 |
| Octal | 262 | 106 | 125 | 0 | 75 | 64 | 36 | 540 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1010101 | 0 | 111101 | 110100 | 11110 | 101100000 | 101100 | 110001 |
Color Harmonies of #B24655
Complementary color
Monochromatic Colors of #B24655
Black with #B24655
Text Example
Text Example
White with #B24655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24655; }
p { color: rgb(178,70,85); }
H1.HeaderClassName
{
color: #B24655;
}
.AnyTagClassName
{
color: #B24655;
}
</style>
background-color css
<style>
a { background-color: #B24655; }
a { background-color: rgb(178,70,85); }
div.DivClassName
{
background-color: #B24655;
}
.BgClassName
{
background-color: #B24655;
}
</style>
border-color css
<style>
span { border-color: #B24655; }
span { border-color: rgb(178,70,85); }
td.TdClassName
{
border-color: #B24655;
}
.TagClassName
{
border-color: #B24655;
}
</style>