Shades of Hippie Pink #B5404E
Tints of Hippie Pink #B5404E
RGB
CMYK
RGB Variations
Color information
#B5404E (or 0xB5404E) is known color: Hippie Pink. HEX triplet: B5, 40 and 4E. RGB value is (181,64,78). Sum of RGB (Red+Green+Blue) = 181+64+78=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5404E is #4ABFB1. Grayscale: #646464. Windows color (decimal): -4898738 or 5128373. OLE color: 5128373.
HSL color Cylindrical-coordinate representation of color #B5404E: hue angle of 352.82º 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 #B5404E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 78 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.29 |
| HSL | 352.82º | 0.48% | 0.48% | - |
| HSV(B) | 352.82º | 0.65% | 0.71% | - |
| XYZ | 22.26 | 14.04 | 8.74 | - |
| YUV | 100.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 78 | 0 | 0.65 | 0.57 | 0.29 | 352.82 | 0.48 | 0.48 |
| Hex | B5 | 40 | 4E | 0 | 41 | 39 | 1D | 161 | 30 | 30 |
| Octal | 265 | 100 | 116 | 0 | 101 | 71 | 35 | 541 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1001110 | 0 | 1000001 | 111001 | 11101 | 101100001 | 110000 | 110000 |
Color Harmonies of #B5404E
Complementary color
Monochromatic Colors of #B5404E
Black with #B5404E
Text Example
Text Example
White with #B5404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5404E; }
p { color: rgb(181,64,78); }
H1.HeaderClassName
{
color: #B5404E;
}
.AnyTagClassName
{
color: #B5404E;
}
</style>
background-color css
<style>
a { background-color: #B5404E; }
a { background-color: rgb(181,64,78); }
div.DivClassName
{
background-color: #B5404E;
}
.BgClassName
{
background-color: #B5404E;
}
</style>
border-color css
<style>
span { border-color: #B5404E; }
span { border-color: rgb(181,64,78); }
td.TdClassName
{
border-color: #B5404E;
}
.TagClassName
{
border-color: #B5404E;
}
</style>