Shades of Hippie Pink #B54759
Tints of Hippie Pink #B54759
RGB
CMYK
RGB Variations
Color information
#B54759 (or 0xB54759) is known color: Hippie Pink. HEX triplet: B5, 47 and 59. RGB value is (181,71,89). Sum of RGB (Red+Green+Blue) = 181+71+89=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B54759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54759 is #4AB8A6. Grayscale: #696969. Windows color (decimal): -4896935 or 5851061. OLE color: 5851061.
HSL color Cylindrical-coordinate representation of color #B54759: hue angle of 350.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54759 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 89 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.29 |
| HSL | 350.18º | 0.44% | 0.49% | - |
| HSV(B) | 350.18º | 0.61% | 0.71% | - |
| XYZ | 23.11 | 15.05 | 11.14 | - |
| YUV | 105.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 89 | 0 | 0.61 | 0.51 | 0.29 | 350.18 | 0.44 | 0.49 |
| Hex | B5 | 47 | 59 | 0 | 3D | 33 | 1D | 15E | 2C | 31 |
| Octal | 265 | 107 | 131 | 0 | 75 | 63 | 35 | 536 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1011001 | 0 | 111101 | 110011 | 11101 | 101011110 | 101100 | 110001 |
Color Harmonies of #B54759
Complementary color
Monochromatic Colors of #B54759
Black with #B54759
Text Example
Text Example
White with #B54759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54759; }
p { color: rgb(181,71,89); }
H1.HeaderClassName
{
color: #B54759;
}
.AnyTagClassName
{
color: #B54759;
}
</style>
background-color css
<style>
a { background-color: #B54759; }
a { background-color: rgb(181,71,89); }
div.DivClassName
{
background-color: #B54759;
}
.BgClassName
{
background-color: #B54759;
}
</style>
border-color css
<style>
span { border-color: #B54759; }
span { border-color: rgb(181,71,89); }
td.TdClassName
{
border-color: #B54759;
}
.TagClassName
{
border-color: #B54759;
}
</style>