Shades of Hippie Pink #B5485C
Tints of Hippie Pink #B5485C
RGB
CMYK
RGB Variations
Color information
#B5485C (or 0xB5485C) is known color: Hippie Pink. HEX triplet: B5, 48 and 5C. RGB value is (181,72,92). Sum of RGB (Red+Green+Blue) = 181+72+92=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485C is #4AB7A3. Grayscale: #6A6A6A. Windows color (decimal): -4896676 or 6047925. OLE color: 6047925.
HSL color Cylindrical-coordinate representation of color #B5485C: hue angle of 348.99º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5485C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 92 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.29 |
| HSL | 348.99º | 0.43% | 0.5% | - |
| HSV(B) | 348.99º | 0.6% | 0.71% | - |
| XYZ | 23.31 | 15.23 | 11.84 | - |
| YUV | 106.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 92 | 0 | 0.60 | 0.49 | 0.29 | 348.99 | 0.43 | 0.5 |
| Hex | B5 | 48 | 5C | 0 | 3C | 31 | 1D | 15D | 2B | 32 |
| Octal | 265 | 110 | 134 | 0 | 74 | 61 | 35 | 535 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1011100 | 0 | 111100 | 110001 | 11101 | 101011101 | 101011 | 110010 |
Color Harmonies of #B5485C
Complementary color
Monochromatic Colors of #B5485C
Black with #B5485C
Text Example
Text Example
White with #B5485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5485C; }
p { color: rgb(181,72,92); }
H1.HeaderClassName
{
color: #B5485C;
}
.AnyTagClassName
{
color: #B5485C;
}
</style>
background-color css
<style>
a { background-color: #B5485C; }
a { background-color: rgb(181,72,92); }
div.DivClassName
{
background-color: #B5485C;
}
.BgClassName
{
background-color: #B5485C;
}
</style>
border-color css
<style>
span { border-color: #B5485C; }
span { border-color: rgb(181,72,92); }
td.TdClassName
{
border-color: #B5485C;
}
.TagClassName
{
border-color: #B5485C;
}
</style>