Shades of Hippie Pink #B5424C
Tints of Hippie Pink #B5424C
RGB
CMYK
RGB Variations
Color information
#B5424C (or 0xB5424C) is known color: Hippie Pink. HEX triplet: B5, 42 and 4C. RGB value is (181,66,76). Sum of RGB (Red+Green+Blue) = 181+66+76=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5424C is #4ABDB3. Grayscale: #656565. Windows color (decimal): -4898228 or 4997813. OLE color: 4997813.
HSL color Cylindrical-coordinate representation of color #B5424C: hue angle of 354.78º 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 #B5424C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 76 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.29 |
| HSL | 354.78º | 0.47% | 0.48% | - |
| HSV(B) | 354.78º | 0.64% | 0.71% | - |
| XYZ | 22.31 | 14.24 | 8.41 | - |
| YUV | 101.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 76 | 0 | 0.64 | 0.58 | 0.29 | 354.78 | 0.47 | 0.48 |
| Hex | B5 | 42 | 4C | 0 | 40 | 3A | 1D | 163 | 2F | 30 |
| Octal | 265 | 102 | 114 | 0 | 100 | 72 | 35 | 543 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1001100 | 0 | 1000000 | 111010 | 11101 | 101100011 | 101111 | 110000 |
Color Harmonies of #B5424C
Complementary color
Monochromatic Colors of #B5424C
Black with #B5424C
Text Example
Text Example
White with #B5424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5424C; }
p { color: rgb(181,66,76); }
H1.HeaderClassName
{
color: #B5424C;
}
.AnyTagClassName
{
color: #B5424C;
}
</style>
background-color css
<style>
a { background-color: #B5424C; }
a { background-color: rgb(181,66,76); }
div.DivClassName
{
background-color: #B5424C;
}
.BgClassName
{
background-color: #B5424C;
}
</style>
border-color css
<style>
span { border-color: #B5424C; }
span { border-color: rgb(181,66,76); }
td.TdClassName
{
border-color: #B5424C;
}
.TagClassName
{
border-color: #B5424C;
}
</style>