Shades of Hippie Pink #B54250
Tints of Hippie Pink #B54250
RGB
CMYK
RGB Variations
Color information
#B54250 (or 0xB54250) is known color: Hippie Pink. HEX triplet: B5, 42 and 50. RGB value is (181,66,80). Sum of RGB (Red+Green+Blue) = 181+66+80=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B54250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54250 is #4ABDAF. Grayscale: #666666. Windows color (decimal): -4898224 or 5259957. OLE color: 5259957.
HSL color Cylindrical-coordinate representation of color #B54250: hue angle of 352.7º 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 #B54250 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 80 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.29 |
| HSL | 352.7º | 0.47% | 0.48% | - |
| HSV(B) | 352.7º | 0.64% | 0.71% | - |
| XYZ | 22.45 | 14.3 | 9.17 | - |
| YUV | 101.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 80 | 0 | 0.64 | 0.56 | 0.29 | 352.7 | 0.47 | 0.48 |
| Hex | B5 | 42 | 50 | 0 | 40 | 38 | 1D | 161 | 2F | 30 |
| Octal | 265 | 102 | 120 | 0 | 100 | 70 | 35 | 541 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1010000 | 0 | 1000000 | 111000 | 11101 | 101100001 | 101111 | 110000 |
Color Harmonies of #B54250
Complementary color
Monochromatic Colors of #B54250
Black with #B54250
Text Example
Text Example
White with #B54250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54250; }
p { color: rgb(181,66,80); }
H1.HeaderClassName
{
color: #B54250;
}
.AnyTagClassName
{
color: #B54250;
}
</style>
background-color css
<style>
a { background-color: #B54250; }
a { background-color: rgb(181,66,80); }
div.DivClassName
{
background-color: #B54250;
}
.BgClassName
{
background-color: #B54250;
}
</style>
border-color css
<style>
span { border-color: #B54250; }
span { border-color: rgb(181,66,80); }
td.TdClassName
{
border-color: #B54250;
}
.TagClassName
{
border-color: #B54250;
}
</style>