Shades of Hippie Pink #B5475E
Tints of Hippie Pink #B5475E
RGB
CMYK
RGB Variations
Color information
#B5475E (or 0xB5475E) is known color: Hippie Pink. HEX triplet: B5, 47 and 5E. RGB value is (181,71,94). Sum of RGB (Red+Green+Blue) = 181+71+94=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5475E is #4AB8A1. Grayscale: #6A6A6A. Windows color (decimal): -4896930 or 6178741. OLE color: 6178741.
HSL color Cylindrical-coordinate representation of color #B5475E: hue angle of 347.45º 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 #B5475E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 94 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.29 |
| HSL | 347.45º | 0.44% | 0.49% | - |
| HSV(B) | 347.45º | 0.61% | 0.71% | - |
| XYZ | 23.33 | 15.14 | 12.28 | - |
| YUV | 106.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 94 | 0 | 0.61 | 0.48 | 0.29 | 347.45 | 0.44 | 0.49 |
| Hex | B5 | 47 | 5E | 0 | 3D | 30 | 1D | 15B | 2C | 31 |
| Octal | 265 | 107 | 136 | 0 | 75 | 60 | 35 | 533 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1011110 | 0 | 111101 | 110000 | 11101 | 101011011 | 101100 | 110001 |
Color Harmonies of #B5475E
Complementary color
Monochromatic Colors of #B5475E
Black with #B5475E
Text Example
Text Example
White with #B5475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5475E; }
p { color: rgb(181,71,94); }
H1.HeaderClassName
{
color: #B5475E;
}
.AnyTagClassName
{
color: #B5475E;
}
</style>
background-color css
<style>
a { background-color: #B5475E; }
a { background-color: rgb(181,71,94); }
div.DivClassName
{
background-color: #B5475E;
}
.BgClassName
{
background-color: #B5475E;
}
</style>
border-color css
<style>
span { border-color: #B5475E; }
span { border-color: rgb(181,71,94); }
td.TdClassName
{
border-color: #B5475E;
}
.TagClassName
{
border-color: #B5475E;
}
</style>