Shades of Hippie Pink #B5474D
Tints of Hippie Pink #B5474D
RGB
CMYK
RGB Variations
Color information
#B5474D (or 0xB5474D) is known color: Hippie Pink. HEX triplet: B5, 47 and 4D. RGB value is (181,71,77). Sum of RGB (Red+Green+Blue) = 181+71+77=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5474D is #4AB8B2. Grayscale: #686868. Windows color (decimal): -4896947 or 5064629. OLE color: 5064629.
HSL color Cylindrical-coordinate representation of color #B5474D: hue angle of 356.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5474D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 77 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.29 |
| HSL | 356.73º | 0.44% | 0.49% | - |
| HSV(B) | 356.73º | 0.61% | 0.71% | - |
| XYZ | 22.65 | 14.87 | 8.7 | - |
| YUV | 104.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 77 | 0 | 0.61 | 0.57 | 0.29 | 356.73 | 0.44 | 0.49 |
| Hex | B5 | 47 | 4D | 0 | 3D | 39 | 1D | 165 | 2C | 31 |
| Octal | 265 | 107 | 115 | 0 | 75 | 71 | 35 | 545 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1001101 | 0 | 111101 | 111001 | 11101 | 101100101 | 101100 | 110001 |
Color Harmonies of #B5474D
Complementary color
Monochromatic Colors of #B5474D
Black with #B5474D
Text Example
Text Example
White with #B5474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5474D; }
p { color: rgb(181,71,77); }
H1.HeaderClassName
{
color: #B5474D;
}
.AnyTagClassName
{
color: #B5474D;
}
</style>
background-color css
<style>
a { background-color: #B5474D; }
a { background-color: rgb(181,71,77); }
div.DivClassName
{
background-color: #B5474D;
}
.BgClassName
{
background-color: #B5474D;
}
</style>
border-color css
<style>
span { border-color: #B5474D; }
span { border-color: rgb(181,71,77); }
td.TdClassName
{
border-color: #B5474D;
}
.TagClassName
{
border-color: #B5474D;
}
</style>