Shades of Hippie Pink #B54959
Tints of Hippie Pink #B54959
RGB
CMYK
RGB Variations
Color information
#B54959 (or 0xB54959) is known color: Hippie Pink. HEX triplet: B5, 49 and 59. RGB value is (181,73,89). Sum of RGB (Red+Green+Blue) = 181+73+89=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B54959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54959 is #4AB6A6. Grayscale: #6B6B6B. Windows color (decimal): -4896423 or 5851573. OLE color: 5851573.
HSL color Cylindrical-coordinate representation of color #B54959: hue angle of 351.11º 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 #B54959 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 89 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.29 |
| HSL | 351.11º | 0.43% | 0.5% | - |
| HSV(B) | 351.11º | 0.6% | 0.71% | - |
| XYZ | 23.24 | 15.31 | 11.18 | - |
| YUV | 107.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 89 | 0 | 0.60 | 0.51 | 0.29 | 351.11 | 0.43 | 0.5 |
| Hex | B5 | 49 | 59 | 0 | 3C | 33 | 1D | 15F | 2B | 32 |
| Octal | 265 | 111 | 131 | 0 | 74 | 63 | 35 | 537 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1011001 | 0 | 111100 | 110011 | 11101 | 101011111 | 101011 | 110010 |
Color Harmonies of #B54959
Complementary color
Monochromatic Colors of #B54959
Black with #B54959
Text Example
Text Example
White with #B54959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54959; }
p { color: rgb(181,73,89); }
H1.HeaderClassName
{
color: #B54959;
}
.AnyTagClassName
{
color: #B54959;
}
</style>
background-color css
<style>
a { background-color: #B54959; }
a { background-color: rgb(181,73,89); }
div.DivClassName
{
background-color: #B54959;
}
.BgClassName
{
background-color: #B54959;
}
</style>
border-color css
<style>
span { border-color: #B54959; }
span { border-color: rgb(181,73,89); }
td.TdClassName
{
border-color: #B54959;
}
.TagClassName
{
border-color: #B54959;
}
</style>