Shades of Hippie Pink #B5404C
Tints of Hippie Pink #B5404C
RGB
CMYK
RGB Variations
Color information
#B5404C (or 0xB5404C) is known color: Hippie Pink. HEX triplet: B5, 40 and 4C. RGB value is (181,64,76). Sum of RGB (Red+Green+Blue) = 181+64+76=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5404C is #4ABFB3. Grayscale: #646464. Windows color (decimal): -4898740 or 4997301. OLE color: 4997301.
HSL color Cylindrical-coordinate representation of color #B5404C: hue angle of 353.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5404C is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 76 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.29 |
| HSL | 353.85º | 0.48% | 0.48% | - |
| HSV(B) | 353.85º | 0.65% | 0.71% | - |
| XYZ | 22.19 | 14.01 | 8.37 | - |
| YUV | 100.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 76 | 0 | 0.65 | 0.58 | 0.29 | 353.85 | 0.48 | 0.48 |
| Hex | B5 | 40 | 4C | 0 | 41 | 3A | 1D | 162 | 30 | 30 |
| Octal | 265 | 100 | 114 | 0 | 101 | 72 | 35 | 542 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1001100 | 0 | 1000001 | 111010 | 11101 | 101100010 | 110000 | 110000 |
Color Harmonies of #B5404C
Complementary color
Monochromatic Colors of #B5404C
Black with #B5404C
Text Example
Text Example
White with #B5404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5404C; }
p { color: rgb(181,64,76); }
H1.HeaderClassName
{
color: #B5404C;
}
.AnyTagClassName
{
color: #B5404C;
}
</style>
background-color css
<style>
a { background-color: #B5404C; }
a { background-color: rgb(181,64,76); }
div.DivClassName
{
background-color: #B5404C;
}
.BgClassName
{
background-color: #B5404C;
}
</style>
border-color css
<style>
span { border-color: #B5404C; }
span { border-color: rgb(181,64,76); }
td.TdClassName
{
border-color: #B5404C;
}
.TagClassName
{
border-color: #B5404C;
}
</style>