Shades of Hippie Pink #B24E56
Tints of Hippie Pink #B24E56
RGB
CMYK
RGB Variations
Color information
#B24E56 (or 0xB24E56) is known color: Hippie Pink. HEX triplet: B2, 4E and 56. RGB value is (178,78,86). Sum of RGB (Red+Green+Blue) = 178+78+86=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E56 is #4DB1A9. Grayscale: #6C6C6C. Windows color (decimal): -5091754 or 5656242. OLE color: 5656242.
HSL color Cylindrical-coordinate representation of color #B24E56: hue angle of 355.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E56 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 86 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.30 |
| HSL | 355.2º | 0.39% | 0.5% | - |
| HSV(B) | 355.2º | 0.56% | 0.7% | - |
| XYZ | 22.76 | 15.59 | 10.61 | - |
| YUV | 108.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 86 | 0 | 0.56 | 0.52 | 0.30 | 355.2 | 0.39 | 0.5 |
| Hex | B2 | 4E | 56 | 0 | 38 | 34 | 1E | 163 | 27 | 32 |
| Octal | 262 | 116 | 126 | 0 | 70 | 64 | 36 | 543 | 47 | 62 |
| Binary | 10110010 | 1001110 | 1010110 | 0 | 111000 | 110100 | 11110 | 101100011 | 100111 | 110010 |
Color Harmonies of #B24E56
Complementary color
Monochromatic Colors of #B24E56
Black with #B24E56
Text Example
Text Example
White with #B24E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E56; }
p { color: rgb(178,78,86); }
H1.HeaderClassName
{
color: #B24E56;
}
.AnyTagClassName
{
color: #B24E56;
}
</style>
background-color css
<style>
a { background-color: #B24E56; }
a { background-color: rgb(178,78,86); }
div.DivClassName
{
background-color: #B24E56;
}
.BgClassName
{
background-color: #B24E56;
}
</style>
border-color css
<style>
span { border-color: #B24E56; }
span { border-color: rgb(178,78,86); }
td.TdClassName
{
border-color: #B24E56;
}
.TagClassName
{
border-color: #B24E56;
}
</style>