Shades of Hippie Pink #B24D50
Tints of Hippie Pink #B24D50
RGB
CMYK
RGB Variations
Color information
#B24D50 (or 0xB24D50) is known color: Hippie Pink. HEX triplet: B2, 4D and 50. RGB value is (178,77,80). Sum of RGB (Red+Green+Blue) = 178+77+80=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D50 is #4DB2AF. Grayscale: #6B6B6B. Windows color (decimal): -5092016 or 5262770. OLE color: 5262770.
HSL color Cylindrical-coordinate representation of color #B24D50: hue angle of 358.22º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D50 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 80 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.30 |
| HSL | 358.22º | 0.4% | 0.5% | - |
| HSV(B) | 358.22º | 0.57% | 0.7% | - |
| XYZ | 22.46 | 15.35 | 9.37 | - |
| YUV | 107.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 80 | 0 | 0.57 | 0.55 | 0.30 | 358.22 | 0.4 | 0.5 |
| Hex | B2 | 4D | 50 | 0 | 39 | 37 | 1E | 166 | 28 | 32 |
| Octal | 262 | 115 | 120 | 0 | 71 | 67 | 36 | 546 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1010000 | 0 | 111001 | 110111 | 11110 | 101100110 | 101000 | 110010 |
Color Harmonies of #B24D50
Complementary color
Monochromatic Colors of #B24D50
Black with #B24D50
Text Example
Text Example
White with #B24D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D50; }
p { color: rgb(178,77,80); }
H1.HeaderClassName
{
color: #B24D50;
}
.AnyTagClassName
{
color: #B24D50;
}
</style>
background-color css
<style>
a { background-color: #B24D50; }
a { background-color: rgb(178,77,80); }
div.DivClassName
{
background-color: #B24D50;
}
.BgClassName
{
background-color: #B24D50;
}
</style>
border-color css
<style>
span { border-color: #B24D50; }
span { border-color: rgb(178,77,80); }
td.TdClassName
{
border-color: #B24D50;
}
.TagClassName
{
border-color: #B24D50;
}
</style>