Shades of Hippie Pink #B5404F
Tints of Hippie Pink #B5404F
RGB
CMYK
RGB Variations
Color information
#B5404F (or 0xB5404F) is known color: Hippie Pink. HEX triplet: B5, 40 and 4F. RGB value is (181,64,79). Sum of RGB (Red+Green+Blue) = 181+64+79=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5404F is #4ABFB0. Grayscale: #646464. Windows color (decimal): -4898737 or 5193909. OLE color: 5193909.
HSL color Cylindrical-coordinate representation of color #B5404F: hue angle of 352.31º 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 #B5404F is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 79 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.29 |
| HSL | 352.31º | 0.48% | 0.48% | - |
| HSV(B) | 352.31º | 0.65% | 0.71% | - |
| XYZ | 22.3 | 14.06 | 8.93 | - |
| YUV | 100.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 79 | 0 | 0.65 | 0.56 | 0.29 | 352.31 | 0.48 | 0.48 |
| Hex | B5 | 40 | 4F | 0 | 41 | 38 | 1D | 160 | 30 | 30 |
| Octal | 265 | 100 | 117 | 0 | 101 | 70 | 35 | 540 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1001111 | 0 | 1000001 | 111000 | 11101 | 101100000 | 110000 | 110000 |
Color Harmonies of #B5404F
Complementary color
Monochromatic Colors of #B5404F
Black with #B5404F
Text Example
Text Example
White with #B5404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5404F; }
p { color: rgb(181,64,79); }
H1.HeaderClassName
{
color: #B5404F;
}
.AnyTagClassName
{
color: #B5404F;
}
</style>
background-color css
<style>
a { background-color: #B5404F; }
a { background-color: rgb(181,64,79); }
div.DivClassName
{
background-color: #B5404F;
}
.BgClassName
{
background-color: #B5404F;
}
</style>
border-color css
<style>
span { border-color: #B5404F; }
span { border-color: rgb(181,64,79); }
td.TdClassName
{
border-color: #B5404F;
}
.TagClassName
{
border-color: #B5404F;
}
</style>