Shades of Hippie Pink #B54550
Tints of Hippie Pink #B54550
RGB
CMYK
RGB Variations
Color information
#B54550 (or 0xB54550) is known color: Hippie Pink. HEX triplet: B5, 45 and 50. RGB value is (181,69,80). Sum of RGB (Red+Green+Blue) = 181+69+80=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B54550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54550 is #4ABAAF. Grayscale: #676767. Windows color (decimal): -4897456 or 5260725. OLE color: 5260725.
HSL color Cylindrical-coordinate representation of color #B54550: hue angle of 354.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54550 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 80 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.29 |
| HSL | 354.11º | 0.45% | 0.49% | - |
| HSV(B) | 354.11º | 0.62% | 0.71% | - |
| XYZ | 22.63 | 14.66 | 9.23 | - |
| YUV | 103.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 80 | 0 | 0.62 | 0.56 | 0.29 | 354.11 | 0.45 | 0.49 |
| Hex | B5 | 45 | 50 | 0 | 3E | 38 | 1D | 162 | 2D | 31 |
| Octal | 265 | 105 | 120 | 0 | 76 | 70 | 35 | 542 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1010000 | 0 | 111110 | 111000 | 11101 | 101100010 | 101101 | 110001 |
Color Harmonies of #B54550
Complementary color
Monochromatic Colors of #B54550
Black with #B54550
Text Example
Text Example
White with #B54550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54550; }
p { color: rgb(181,69,80); }
H1.HeaderClassName
{
color: #B54550;
}
.AnyTagClassName
{
color: #B54550;
}
</style>
background-color css
<style>
a { background-color: #B54550; }
a { background-color: rgb(181,69,80); }
div.DivClassName
{
background-color: #B54550;
}
.BgClassName
{
background-color: #B54550;
}
</style>
border-color css
<style>
span { border-color: #B54550; }
span { border-color: rgb(181,69,80); }
td.TdClassName
{
border-color: #B54550;
}
.TagClassName
{
border-color: #B54550;
}
</style>