Shades of Hippie Pink #B54954
Tints of Hippie Pink #B54954
RGB
CMYK
RGB Variations
Color information
#B54954 (or 0xB54954) is known color: Hippie Pink. HEX triplet: B5, 49 and 54. RGB value is (181,73,84). Sum of RGB (Red+Green+Blue) = 181+73+84=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B54954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54954 is #4AB6AB. Grayscale: #6A6A6A. Windows color (decimal): -4896428 or 5523893. OLE color: 5523893.
HSL color Cylindrical-coordinate representation of color #B54954: hue angle of 353.89º 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 #B54954 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 84 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.29 |
| HSL | 353.89º | 0.43% | 0.5% | - |
| HSV(B) | 353.89º | 0.6% | 0.71% | - |
| XYZ | 23.04 | 15.23 | 10.11 | - |
| YUV | 106.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 84 | 0 | 0.60 | 0.54 | 0.29 | 353.89 | 0.43 | 0.5 |
| Hex | B5 | 49 | 54 | 0 | 3C | 36 | 1D | 162 | 2B | 32 |
| Octal | 265 | 111 | 124 | 0 | 74 | 66 | 35 | 542 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1010100 | 0 | 111100 | 110110 | 11101 | 101100010 | 101011 | 110010 |
Color Harmonies of #B54954
Complementary color
Monochromatic Colors of #B54954
Black with #B54954
Text Example
Text Example
White with #B54954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54954; }
p { color: rgb(181,73,84); }
H1.HeaderClassName
{
color: #B54954;
}
.AnyTagClassName
{
color: #B54954;
}
</style>
background-color css
<style>
a { background-color: #B54954; }
a { background-color: rgb(181,73,84); }
div.DivClassName
{
background-color: #B54954;
}
.BgClassName
{
background-color: #B54954;
}
</style>
border-color css
<style>
span { border-color: #B54954; }
span { border-color: rgb(181,73,84); }
td.TdClassName
{
border-color: #B54954;
}
.TagClassName
{
border-color: #B54954;
}
</style>