Shades of Hippie Pink #B24059
Tints of Hippie Pink #B24059
RGB
CMYK
RGB Variations
Color information
#B24059 (or 0xB24059) is known color: Hippie Pink. HEX triplet: B2, 40 and 59. RGB value is (178,64,89). Sum of RGB (Red+Green+Blue) = 178+64+89=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24059 is #4DBFA6. Grayscale: #646464. Windows color (decimal): -5095335 or 5849266. OLE color: 5849266.
HSL color Cylindrical-coordinate representation of color #B24059: hue angle of 346.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24059 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 89 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.30 |
| HSL | 346.84º | 0.47% | 0.47% | - |
| HSV(B) | 346.84º | 0.64% | 0.7% | - |
| XYZ | 22 | 13.85 | 10.97 | - |
| YUV | 100.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 89 | 0 | 0.64 | 0.5 | 0.30 | 346.84 | 0.47 | 0.47 |
| Hex | B2 | 40 | 59 | 0 | 40 | 32 | 1E | 15B | 2F | 2F |
| Octal | 262 | 100 | 131 | 0 | 100 | 62 | 36 | 533 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1011001 | 0 | 1000000 | 110010 | 11110 | 101011011 | 101111 | 101111 |
Color Harmonies of #B24059
Complementary color
Monochromatic Colors of #B24059
Black with #B24059
Text Example
Text Example
White with #B24059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24059; }
p { color: rgb(178,64,89); }
H1.HeaderClassName
{
color: #B24059;
}
.AnyTagClassName
{
color: #B24059;
}
</style>
background-color css
<style>
a { background-color: #B24059; }
a { background-color: rgb(178,64,89); }
div.DivClassName
{
background-color: #B24059;
}
.BgClassName
{
background-color: #B24059;
}
</style>
border-color css
<style>
span { border-color: #B24059; }
span { border-color: rgb(178,64,89); }
td.TdClassName
{
border-color: #B24059;
}
.TagClassName
{
border-color: #B24059;
}
</style>