Shades of Hippie Pink #B24155
Tints of Hippie Pink #B24155
RGB
CMYK
RGB Variations
Color information
#B24155 (or 0xB24155) is known color: Hippie Pink. HEX triplet: B2, 41 and 55. RGB value is (178,65,85). Sum of RGB (Red+Green+Blue) = 178+65+85=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24155 is #4DBEAA. Grayscale: #656565. Windows color (decimal): -5095083 or 5587378. OLE color: 5587378.
HSL color Cylindrical-coordinate representation of color #B24155: hue angle of 349.38º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24155 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 85 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.30 |
| HSL | 349.38º | 0.47% | 0.48% | - |
| HSV(B) | 349.38º | 0.63% | 0.7% | - |
| XYZ | 21.89 | 13.9 | 10.12 | - |
| YUV | 101.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 85 | 0 | 0.63 | 0.52 | 0.30 | 349.38 | 0.47 | 0.48 |
| Hex | B2 | 41 | 55 | 0 | 3F | 34 | 1E | 15D | 2F | 30 |
| Octal | 262 | 101 | 125 | 0 | 77 | 64 | 36 | 535 | 57 | 60 |
| Binary | 10110010 | 1000001 | 1010101 | 0 | 111111 | 110100 | 11110 | 101011101 | 101111 | 110000 |
Color Harmonies of #B24155
Complementary color
Monochromatic Colors of #B24155
Black with #B24155
Text Example
Text Example
White with #B24155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24155; }
p { color: rgb(178,65,85); }
H1.HeaderClassName
{
color: #B24155;
}
.AnyTagClassName
{
color: #B24155;
}
</style>
background-color css
<style>
a { background-color: #B24155; }
a { background-color: rgb(178,65,85); }
div.DivClassName
{
background-color: #B24155;
}
.BgClassName
{
background-color: #B24155;
}
</style>
border-color css
<style>
span { border-color: #B24155; }
span { border-color: rgb(178,65,85); }
td.TdClassName
{
border-color: #B24155;
}
.TagClassName
{
border-color: #B24155;
}
</style>