Shades of Hippie Pink #B54853
Tints of Hippie Pink #B54853
RGB
CMYK
RGB Variations
Color information
#B54853 (or 0xB54853) is known color: Hippie Pink. HEX triplet: B5, 48 and 53. RGB value is (181,72,83). Sum of RGB (Red+Green+Blue) = 181+72+83=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54853 is #4AB7AC. Grayscale: #696969. Windows color (decimal): -4896685 or 5458101. OLE color: 5458101.
HSL color Cylindrical-coordinate representation of color #B54853: hue angle of 353.94º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54853 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 83 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.29 |
| HSL | 353.94º | 0.43% | 0.5% | - |
| HSV(B) | 353.94º | 0.6% | 0.71% | - |
| XYZ | 22.93 | 15.08 | 9.89 | - |
| YUV | 105.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 83 | 0 | 0.60 | 0.54 | 0.29 | 353.94 | 0.43 | 0.5 |
| Hex | B5 | 48 | 53 | 0 | 3C | 36 | 1D | 162 | 2B | 32 |
| Octal | 265 | 110 | 123 | 0 | 74 | 66 | 35 | 542 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1010011 | 0 | 111100 | 110110 | 11101 | 101100010 | 101011 | 110010 |
Color Harmonies of #B54853
Complementary color
Monochromatic Colors of #B54853
Black with #B54853
Text Example
Text Example
White with #B54853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54853; }
p { color: rgb(181,72,83); }
H1.HeaderClassName
{
color: #B54853;
}
.AnyTagClassName
{
color: #B54853;
}
</style>
background-color css
<style>
a { background-color: #B54853; }
a { background-color: rgb(181,72,83); }
div.DivClassName
{
background-color: #B54853;
}
.BgClassName
{
background-color: #B54853;
}
</style>
border-color css
<style>
span { border-color: #B54853; }
span { border-color: rgb(181,72,83); }
td.TdClassName
{
border-color: #B54853;
}
.TagClassName
{
border-color: #B54853;
}
</style>