Shades of Hippie Pink #B5495C
Tints of Hippie Pink #B5495C
RGB
CMYK
RGB Variations
Color information
#B5495C (or 0xB5495C) is known color: Hippie Pink. HEX triplet: B5, 49 and 5C. RGB value is (181,73,92). Sum of RGB (Red+Green+Blue) = 181+73+92=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5495C is #4AB6A3. Grayscale: #6B6B6B. Windows color (decimal): -4896420 or 6048181. OLE color: 6048181.
HSL color Cylindrical-coordinate representation of color #B5495C: hue angle of 349.44º 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 #B5495C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 92 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.29 |
| HSL | 349.44º | 0.43% | 0.5% | - |
| HSV(B) | 349.44º | 0.6% | 0.71% | - |
| XYZ | 23.37 | 15.36 | 11.86 | - |
| YUV | 107.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 92 | 0 | 0.60 | 0.49 | 0.29 | 349.44 | 0.43 | 0.5 |
| Hex | B5 | 49 | 5C | 0 | 3C | 31 | 1D | 15D | 2B | 32 |
| Octal | 265 | 111 | 134 | 0 | 74 | 61 | 35 | 535 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1011100 | 0 | 111100 | 110001 | 11101 | 101011101 | 101011 | 110010 |
Color Harmonies of #B5495C
Complementary color
Monochromatic Colors of #B5495C
Black with #B5495C
Text Example
Text Example
White with #B5495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5495C; }
p { color: rgb(181,73,92); }
H1.HeaderClassName
{
color: #B5495C;
}
.AnyTagClassName
{
color: #B5495C;
}
</style>
background-color css
<style>
a { background-color: #B5495C; }
a { background-color: rgb(181,73,92); }
div.DivClassName
{
background-color: #B5495C;
}
.BgClassName
{
background-color: #B5495C;
}
</style>
border-color css
<style>
span { border-color: #B5495C; }
span { border-color: rgb(181,73,92); }
td.TdClassName
{
border-color: #B5495C;
}
.TagClassName
{
border-color: #B5495C;
}
</style>