Shades of Hippie Pink #B54858
Tints of Hippie Pink #B54858
RGB
CMYK
RGB Variations
Color information
#B54858 (or 0xB54858) is known color: Hippie Pink. HEX triplet: B5, 48 and 58. RGB value is (181,72,88). Sum of RGB (Red+Green+Blue) = 181+72+88=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B54858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54858 is #4AB7A7. Grayscale: #6A6A6A. Windows color (decimal): -4896680 or 5785781. OLE color: 5785781.
HSL color Cylindrical-coordinate representation of color #B54858: hue angle of 351.19º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54858 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 88 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.29 |
| HSL | 351.19º | 0.43% | 0.5% | - |
| HSV(B) | 351.19º | 0.6% | 0.71% | - |
| XYZ | 23.13 | 15.16 | 10.94 | - |
| YUV | 106.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 88 | 0 | 0.60 | 0.51 | 0.29 | 351.19 | 0.43 | 0.5 |
| Hex | B5 | 48 | 58 | 0 | 3C | 33 | 1D | 15F | 2B | 32 |
| Octal | 265 | 110 | 130 | 0 | 74 | 63 | 35 | 537 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1011000 | 0 | 111100 | 110011 | 11101 | 101011111 | 101011 | 110010 |
Color Harmonies of #B54858
Complementary color
Monochromatic Colors of #B54858
Black with #B54858
Text Example
Text Example
White with #B54858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54858; }
p { color: rgb(181,72,88); }
H1.HeaderClassName
{
color: #B54858;
}
.AnyTagClassName
{
color: #B54858;
}
</style>
background-color css
<style>
a { background-color: #B54858; }
a { background-color: rgb(181,72,88); }
div.DivClassName
{
background-color: #B54858;
}
.BgClassName
{
background-color: #B54858;
}
</style>
border-color css
<style>
span { border-color: #B54858; }
span { border-color: rgb(181,72,88); }
td.TdClassName
{
border-color: #B54858;
}
.TagClassName
{
border-color: #B54858;
}
</style>