Shades of Hippie Pink #B54554
Tints of Hippie Pink #B54554
RGB
CMYK
RGB Variations
Color information
#B54554 (or 0xB54554) is known color: Hippie Pink. HEX triplet: B5, 45 and 54. RGB value is (181,69,84). Sum of RGB (Red+Green+Blue) = 181+69+84=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54554 is #4ABAAB. Grayscale: #686868. Windows color (decimal): -4897452 or 5522869. OLE color: 5522869.
HSL color Cylindrical-coordinate representation of color #B54554: hue angle of 351.96º 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 #B54554 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 84 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.29 |
| HSL | 351.96º | 0.45% | 0.49% | - |
| HSV(B) | 351.96º | 0.62% | 0.71% | - |
| XYZ | 22.78 | 14.72 | 10.03 | - |
| YUV | 104.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 84 | 0 | 0.62 | 0.54 | 0.29 | 351.96 | 0.45 | 0.49 |
| Hex | B5 | 45 | 54 | 0 | 3E | 36 | 1D | 160 | 2D | 31 |
| Octal | 265 | 105 | 124 | 0 | 76 | 66 | 35 | 540 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1010100 | 0 | 111110 | 110110 | 11101 | 101100000 | 101101 | 110001 |
Color Harmonies of #B54554
Complementary color
Monochromatic Colors of #B54554
Black with #B54554
Text Example
Text Example
White with #B54554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54554; }
p { color: rgb(181,69,84); }
H1.HeaderClassName
{
color: #B54554;
}
.AnyTagClassName
{
color: #B54554;
}
</style>
background-color css
<style>
a { background-color: #B54554; }
a { background-color: rgb(181,69,84); }
div.DivClassName
{
background-color: #B54554;
}
.BgClassName
{
background-color: #B54554;
}
</style>
border-color css
<style>
span { border-color: #B54554; }
span { border-color: rgb(181,69,84); }
td.TdClassName
{
border-color: #B54554;
}
.TagClassName
{
border-color: #B54554;
}
</style>