Shades of Hippie Pink #B24850
Tints of Hippie Pink #B24850
RGB
CMYK
RGB Variations
Color information
#B24850 (or 0xB24850) is known color: Hippie Pink. HEX triplet: B2, 48 and 50. RGB value is (178,72,80). Sum of RGB (Red+Green+Blue) = 178+72+80=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B24850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24850 is #4DB7AF. Grayscale: #686868. Windows color (decimal): -5093296 or 5261490. OLE color: 5261490.
HSL color Cylindrical-coordinate representation of color #B24850: hue angle of 355.47º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24850 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 80 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.30 |
| HSL | 355.47º | 0.42% | 0.49% | - |
| HSV(B) | 355.47º | 0.6% | 0.7% | - |
| XYZ | 22.13 | 14.68 | 9.26 | - |
| YUV | 104.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 80 | 0 | 0.60 | 0.55 | 0.30 | 355.47 | 0.42 | 0.49 |
| Hex | B2 | 48 | 50 | 0 | 3C | 37 | 1E | 163 | 2A | 31 |
| Octal | 262 | 110 | 120 | 0 | 74 | 67 | 36 | 543 | 52 | 61 |
| Binary | 10110010 | 1001000 | 1010000 | 0 | 111100 | 110111 | 11110 | 101100011 | 101010 | 110001 |
Color Harmonies of #B24850
Complementary color
Monochromatic Colors of #B24850
Black with #B24850
Text Example
Text Example
White with #B24850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24850; }
p { color: rgb(178,72,80); }
H1.HeaderClassName
{
color: #B24850;
}
.AnyTagClassName
{
color: #B24850;
}
</style>
background-color css
<style>
a { background-color: #B24850; }
a { background-color: rgb(178,72,80); }
div.DivClassName
{
background-color: #B24850;
}
.BgClassName
{
background-color: #B24850;
}
</style>
border-color css
<style>
span { border-color: #B24850; }
span { border-color: rgb(178,72,80); }
td.TdClassName
{
border-color: #B24850;
}
.TagClassName
{
border-color: #B24850;
}
</style>