Shades of Hippie Pink #B5505C
Tints of Hippie Pink #B5505C
RGB
CMYK
RGB Variations
Color information
#B5505C (or 0xB5505C) is known color: Hippie Pink. HEX triplet: B5, 50 and 5C. RGB value is (181,80,92). Sum of RGB (Red+Green+Blue) = 181+80+92=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5505C is #4AAFA3. Grayscale: #6F6F6F. Windows color (decimal): -4894628 or 6049973. OLE color: 6049973.
HSL color Cylindrical-coordinate representation of color #B5505C: hue angle of 352.87º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5505C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 92 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.29 |
| HSL | 352.87º | 0.41% | 0.51% | - |
| HSV(B) | 352.87º | 0.56% | 0.71% | - |
| XYZ | 23.86 | 16.33 | 12.02 | - |
| YUV | 111.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 92 | 0 | 0.56 | 0.49 | 0.29 | 352.87 | 0.41 | 0.51 |
| Hex | B5 | 50 | 5C | 0 | 38 | 31 | 1D | 161 | 29 | 33 |
| Octal | 265 | 120 | 134 | 0 | 70 | 61 | 35 | 541 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1011100 | 0 | 111000 | 110001 | 11101 | 101100001 | 101001 | 110011 |
Color Harmonies of #B5505C
Complementary color
Monochromatic Colors of #B5505C
Black with #B5505C
Text Example
Text Example
White with #B5505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5505C; }
p { color: rgb(181,80,92); }
H1.HeaderClassName
{
color: #B5505C;
}
.AnyTagClassName
{
color: #B5505C;
}
</style>
background-color css
<style>
a { background-color: #B5505C; }
a { background-color: rgb(181,80,92); }
div.DivClassName
{
background-color: #B5505C;
}
.BgClassName
{
background-color: #B5505C;
}
</style>
border-color css
<style>
span { border-color: #B5505C; }
span { border-color: rgb(181,80,92); }
td.TdClassName
{
border-color: #B5505C;
}
.TagClassName
{
border-color: #B5505C;
}
</style>