Shades of Hippie Pink #B24454
Tints of Hippie Pink #B24454
RGB
CMYK
RGB Variations
Color information
#B24454 (or 0xB24454) is known color: Hippie Pink. HEX triplet: B2, 44 and 54. RGB value is (178,68,84). Sum of RGB (Red+Green+Blue) = 178+68+84=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B24454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24454 is #4DBBAB. Grayscale: #666666. Windows color (decimal): -5094316 or 5522610. OLE color: 5522610.
HSL color Cylindrical-coordinate representation of color #B24454: hue angle of 351.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24454 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 84 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.30 |
| HSL | 351.27º | 0.45% | 0.48% | - |
| HSV(B) | 351.27º | 0.62% | 0.7% | - |
| XYZ | 22.03 | 14.24 | 9.97 | - |
| YUV | 102.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 84 | 0 | 0.62 | 0.53 | 0.30 | 351.27 | 0.45 | 0.48 |
| Hex | B2 | 44 | 54 | 0 | 3E | 35 | 1E | 15F | 2D | 30 |
| Octal | 262 | 104 | 124 | 0 | 76 | 65 | 36 | 537 | 55 | 60 |
| Binary | 10110010 | 1000100 | 1010100 | 0 | 111110 | 110101 | 11110 | 101011111 | 101101 | 110000 |
Color Harmonies of #B24454
Complementary color
Monochromatic Colors of #B24454
Black with #B24454
Text Example
Text Example
White with #B24454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24454; }
p { color: rgb(178,68,84); }
H1.HeaderClassName
{
color: #B24454;
}
.AnyTagClassName
{
color: #B24454;
}
</style>
background-color css
<style>
a { background-color: #B24454; }
a { background-color: rgb(178,68,84); }
div.DivClassName
{
background-color: #B24454;
}
.BgClassName
{
background-color: #B24454;
}
</style>
border-color css
<style>
span { border-color: #B24454; }
span { border-color: rgb(178,68,84); }
td.TdClassName
{
border-color: #B24454;
}
.TagClassName
{
border-color: #B24454;
}
</style>