Shades of Hippie Pink #B24E51
Tints of Hippie Pink #B24E51
RGB
CMYK
RGB Variations
Color information
#B24E51 (or 0xB24E51) is known color: Hippie Pink. HEX triplet: B2, 4E and 51. RGB value is (178,78,81). Sum of RGB (Red+Green+Blue) = 178+78+81=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E51 is #4DB1AE. Grayscale: #6C6C6C. Windows color (decimal): -5091759 or 5328562. OLE color: 5328562.
HSL color Cylindrical-coordinate representation of color #B24E51: hue angle of 358.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 #B24E51 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 81 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.30 |
| HSL | 358.2º | 0.39% | 0.5% | - |
| HSV(B) | 358.2º | 0.56% | 0.7% | - |
| XYZ | 22.57 | 15.51 | 9.59 | - |
| YUV | 108.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 81 | 0 | 0.56 | 0.54 | 0.30 | 358.2 | 0.39 | 0.5 |
| Hex | B2 | 4E | 51 | 0 | 38 | 36 | 1E | 166 | 27 | 32 |
| Octal | 262 | 116 | 121 | 0 | 70 | 66 | 36 | 546 | 47 | 62 |
| Binary | 10110010 | 1001110 | 1010001 | 0 | 111000 | 110110 | 11110 | 101100110 | 100111 | 110010 |
Color Harmonies of #B24E51
Complementary color
Monochromatic Colors of #B24E51
Black with #B24E51
Text Example
Text Example
White with #B24E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E51; }
p { color: rgb(178,78,81); }
H1.HeaderClassName
{
color: #B24E51;
}
.AnyTagClassName
{
color: #B24E51;
}
</style>
background-color css
<style>
a { background-color: #B24E51; }
a { background-color: rgb(178,78,81); }
div.DivClassName
{
background-color: #B24E51;
}
.BgClassName
{
background-color: #B24E51;
}
</style>
border-color css
<style>
span { border-color: #B24E51; }
span { border-color: rgb(178,78,81); }
td.TdClassName
{
border-color: #B24E51;
}
.TagClassName
{
border-color: #B24E51;
}
</style>