Shades of Hippie Pink #B54952
Tints of Hippie Pink #B54952
RGB
CMYK
RGB Variations
Color information
#B54952 (or 0xB54952) is known color: Hippie Pink. HEX triplet: B5, 49 and 52. RGB value is (181,73,82). Sum of RGB (Red+Green+Blue) = 181+73+82=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54952 is #4AB6AD. Grayscale: #6A6A6A. Windows color (decimal): -4896430 or 5392821. OLE color: 5392821.
HSL color Cylindrical-coordinate representation of color #B54952: hue angle of 355º 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 #B54952 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 82 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.29 |
| HSL | 355º | 0.43% | 0.5% | - |
| HSV(B) | 355º | 0.6% | 0.71% | - |
| XYZ | 22.96 | 15.2 | 9.71 | - |
| YUV | 106.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 82 | 0 | 0.60 | 0.55 | 0.29 | 355 | 0.43 | 0.5 |
| Hex | B5 | 49 | 52 | 0 | 3C | 37 | 1D | 163 | 2B | 32 |
| Octal | 265 | 111 | 122 | 0 | 74 | 67 | 35 | 543 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1010010 | 0 | 111100 | 110111 | 11101 | 101100011 | 101011 | 110010 |
Color Harmonies of #B54952
Complementary color
Monochromatic Colors of #B54952
Black with #B54952
Text Example
Text Example
White with #B54952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54952; }
p { color: rgb(181,73,82); }
H1.HeaderClassName
{
color: #B54952;
}
.AnyTagClassName
{
color: #B54952;
}
</style>
background-color css
<style>
a { background-color: #B54952; }
a { background-color: rgb(181,73,82); }
div.DivClassName
{
background-color: #B54952;
}
.BgClassName
{
background-color: #B54952;
}
</style>
border-color css
<style>
span { border-color: #B54952; }
span { border-color: rgb(181,73,82); }
td.TdClassName
{
border-color: #B54952;
}
.TagClassName
{
border-color: #B54952;
}
</style>