Shades of Hippie Pink #B5475C
Tints of Hippie Pink #B5475C
RGB
CMYK
RGB Variations
Color information
#B5475C (or 0xB5475C) is known color: Hippie Pink. HEX triplet: B5, 47 and 5C. RGB value is (181,71,92). Sum of RGB (Red+Green+Blue) = 181+71+92=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5475C is #4AB8A3. Grayscale: #6A6A6A. Windows color (decimal): -4896932 or 6047669. OLE color: 6047669.
HSL color Cylindrical-coordinate representation of color #B5475C: hue angle of 348.55º 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 #B5475C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 92 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.29 |
| HSL | 348.55º | 0.44% | 0.49% | - |
| HSV(B) | 348.55º | 0.61% | 0.71% | - |
| XYZ | 23.24 | 15.1 | 11.82 | - |
| YUV | 106.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 92 | 0 | 0.61 | 0.49 | 0.29 | 348.55 | 0.44 | 0.49 |
| Hex | B5 | 47 | 5C | 0 | 3D | 31 | 1D | 15D | 2C | 31 |
| Octal | 265 | 107 | 134 | 0 | 75 | 61 | 35 | 535 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1011100 | 0 | 111101 | 110001 | 11101 | 101011101 | 101100 | 110001 |
Color Harmonies of #B5475C
Complementary color
Monochromatic Colors of #B5475C
Black with #B5475C
Text Example
Text Example
White with #B5475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5475C; }
p { color: rgb(181,71,92); }
H1.HeaderClassName
{
color: #B5475C;
}
.AnyTagClassName
{
color: #B5475C;
}
</style>
background-color css
<style>
a { background-color: #B5475C; }
a { background-color: rgb(181,71,92); }
div.DivClassName
{
background-color: #B5475C;
}
.BgClassName
{
background-color: #B5475C;
}
</style>
border-color css
<style>
span { border-color: #B5475C; }
span { border-color: rgb(181,71,92); }
td.TdClassName
{
border-color: #B5475C;
}
.TagClassName
{
border-color: #B5475C;
}
</style>