Shades of Hippie Pink #B24553
Tints of Hippie Pink #B24553
RGB
CMYK
RGB Variations
Color information
#B24553 (or 0xB24553) is known color: Hippie Pink. HEX triplet: B2, 45 and 53. RGB value is (178,69,83). Sum of RGB (Red+Green+Blue) = 178+69+83=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B24553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24553 is #4DBAAC. Grayscale: #676767. Windows color (decimal): -5094061 or 5457330. OLE color: 5457330.
HSL color Cylindrical-coordinate representation of color #B24553: hue angle of 352.29º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24553 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 83 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.30 |
| HSL | 352.29º | 0.44% | 0.48% | - |
| HSV(B) | 352.29º | 0.61% | 0.7% | - |
| XYZ | 22.05 | 14.35 | 9.79 | - |
| YUV | 103.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 83 | 0 | 0.61 | 0.53 | 0.30 | 352.29 | 0.44 | 0.48 |
| Hex | B2 | 45 | 53 | 0 | 3D | 35 | 1E | 160 | 2C | 30 |
| Octal | 262 | 105 | 123 | 0 | 75 | 65 | 36 | 540 | 54 | 60 |
| Binary | 10110010 | 1000101 | 1010011 | 0 | 111101 | 110101 | 11110 | 101100000 | 101100 | 110000 |
Color Harmonies of #B24553
Complementary color
Monochromatic Colors of #B24553
Black with #B24553
Text Example
Text Example
White with #B24553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24553; }
p { color: rgb(178,69,83); }
H1.HeaderClassName
{
color: #B24553;
}
.AnyTagClassName
{
color: #B24553;
}
</style>
background-color css
<style>
a { background-color: #B24553; }
a { background-color: rgb(178,69,83); }
div.DivClassName
{
background-color: #B24553;
}
.BgClassName
{
background-color: #B24553;
}
</style>
border-color css
<style>
span { border-color: #B24553; }
span { border-color: rgb(178,69,83); }
td.TdClassName
{
border-color: #B24553;
}
.TagClassName
{
border-color: #B24553;
}
</style>