Shades of Hippie Pink #B54454
Tints of Hippie Pink #B54454
RGB
CMYK
RGB Variations
Color information
#B54454 (or 0xB54454) is known color: Hippie Pink. HEX triplet: B5, 44 and 54. RGB value is (181,68,84). Sum of RGB (Red+Green+Blue) = 181+68+84=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54454 is #4ABBAB. Grayscale: #676767. Windows color (decimal): -4897708 or 5522613. OLE color: 5522613.
HSL color Cylindrical-coordinate representation of color #B54454: hue angle of 351.5º 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 #B54454 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 84 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.29 |
| HSL | 351.5º | 0.45% | 0.49% | - |
| HSV(B) | 351.5º | 0.62% | 0.71% | - |
| XYZ | 22.72 | 14.6 | 10.01 | - |
| YUV | 103.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 84 | 0 | 0.62 | 0.54 | 0.29 | 351.5 | 0.45 | 0.49 |
| Hex | B5 | 44 | 54 | 0 | 3E | 36 | 1D | 160 | 2D | 31 |
| Octal | 265 | 104 | 124 | 0 | 76 | 66 | 35 | 540 | 55 | 61 |
| Binary | 10110101 | 1000100 | 1010100 | 0 | 111110 | 110110 | 11101 | 101100000 | 101101 | 110001 |
Color Harmonies of #B54454
Complementary color
Monochromatic Colors of #B54454
Black with #B54454
Text Example
Text Example
White with #B54454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54454; }
p { color: rgb(181,68,84); }
H1.HeaderClassName
{
color: #B54454;
}
.AnyTagClassName
{
color: #B54454;
}
</style>
background-color css
<style>
a { background-color: #B54454; }
a { background-color: rgb(181,68,84); }
div.DivClassName
{
background-color: #B54454;
}
.BgClassName
{
background-color: #B54454;
}
</style>
border-color css
<style>
span { border-color: #B54454; }
span { border-color: rgb(181,68,84); }
td.TdClassName
{
border-color: #B54454;
}
.TagClassName
{
border-color: #B54454;
}
</style>