Shades of Hippie Pink #B54249
Tints of Hippie Pink #B54249
RGB
CMYK
RGB Variations
Color information
#B54249 (or 0xB54249) is known color: Hippie Pink. HEX triplet: B5, 42 and 49. RGB value is (181,66,73). Sum of RGB (Red+Green+Blue) = 181+66+73=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B54249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54249 is #4ABDB6. Grayscale: #656565. Windows color (decimal): -4898231 or 4801205. OLE color: 4801205.
HSL color Cylindrical-coordinate representation of color #B54249: hue angle of 356.35º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54249 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 73 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.29 |
| HSL | 356.35º | 0.47% | 0.48% | - |
| HSV(B) | 356.35º | 0.64% | 0.71% | - |
| XYZ | 22.21 | 14.2 | 7.87 | - |
| YUV | 101.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 73 | 0 | 0.64 | 0.60 | 0.29 | 356.35 | 0.47 | 0.48 |
| Hex | B5 | 42 | 49 | 0 | 40 | 3C | 1D | 164 | 2F | 30 |
| Octal | 265 | 102 | 111 | 0 | 100 | 74 | 35 | 544 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1001001 | 0 | 1000000 | 111100 | 11101 | 101100100 | 101111 | 110000 |
Color Harmonies of #B54249
Complementary color
Monochromatic Colors of #B54249
Black with #B54249
Text Example
Text Example
White with #B54249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54249; }
p { color: rgb(181,66,73); }
H1.HeaderClassName
{
color: #B54249;
}
.AnyTagClassName
{
color: #B54249;
}
</style>
background-color css
<style>
a { background-color: #B54249; }
a { background-color: rgb(181,66,73); }
div.DivClassName
{
background-color: #B54249;
}
.BgClassName
{
background-color: #B54249;
}
</style>
border-color css
<style>
span { border-color: #B54249; }
span { border-color: rgb(181,66,73); }
td.TdClassName
{
border-color: #B54249;
}
.TagClassName
{
border-color: #B54249;
}
</style>