Shades of Hippie Pink #B54553
Tints of Hippie Pink #B54553
RGB
CMYK
RGB Variations
Color information
#B54553 (or 0xB54553) is known color: Hippie Pink. HEX triplet: B5, 45 and 53. RGB value is (181,69,83). Sum of RGB (Red+Green+Blue) = 181+69+83=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54553 is #4ABAAC. Grayscale: #686868. Windows color (decimal): -4897453 or 5457333. OLE color: 5457333.
HSL color Cylindrical-coordinate representation of color #B54553: hue angle of 352.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 #B54553 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 83 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.29 |
| HSL | 352.5º | 0.45% | 0.49% | - |
| HSV(B) | 352.5º | 0.62% | 0.71% | - |
| XYZ | 22.75 | 14.7 | 9.82 | - |
| YUV | 104.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 83 | 0 | 0.62 | 0.54 | 0.29 | 352.5 | 0.45 | 0.49 |
| Hex | B5 | 45 | 53 | 0 | 3E | 36 | 1D | 160 | 2D | 31 |
| Octal | 265 | 105 | 123 | 0 | 76 | 66 | 35 | 540 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1010011 | 0 | 111110 | 110110 | 11101 | 101100000 | 101101 | 110001 |
Color Harmonies of #B54553
Complementary color
Monochromatic Colors of #B54553
Black with #B54553
Text Example
Text Example
White with #B54553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54553; }
p { color: rgb(181,69,83); }
H1.HeaderClassName
{
color: #B54553;
}
.AnyTagClassName
{
color: #B54553;
}
</style>
background-color css
<style>
a { background-color: #B54553; }
a { background-color: rgb(181,69,83); }
div.DivClassName
{
background-color: #B54553;
}
.BgClassName
{
background-color: #B54553;
}
</style>
border-color css
<style>
span { border-color: #B54553; }
span { border-color: rgb(181,69,83); }
td.TdClassName
{
border-color: #B54553;
}
.TagClassName
{
border-color: #B54553;
}
</style>