Shades of Hippie Pink #B0555D
Tints of Hippie Pink #B0555D
RGB
CMYK
RGB Variations
Color information
#B0555D (or 0xB0555D) is known color: Hippie Pink. HEX triplet: B0, 55 and 5D. RGB value is (176,85,93). Sum of RGB (Red+Green+Blue) = 176+85+93=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0555D is #4FAAA2. Grayscale: #717171. Windows color (decimal): -5221027 or 6116784. OLE color: 6116784.
HSL color Cylindrical-coordinate representation of color #B0555D: hue angle of 354.73º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0555D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 93 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.31 |
| HSL | 354.73º | 0.37% | 0.51% | - |
| HSV(B) | 354.73º | 0.52% | 0.69% | - |
| XYZ | 23.13 | 16.52 | 12.33 | - |
| YUV | 113.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 93 | 0 | 0.52 | 0.47 | 0.31 | 354.73 | 0.37 | 0.51 |
| Hex | B0 | 55 | 5D | 0 | 34 | 2F | 1F | 163 | 25 | 33 |
| Octal | 260 | 125 | 135 | 0 | 64 | 57 | 37 | 543 | 45 | 63 |
| Binary | 10110000 | 1010101 | 1011101 | 0 | 110100 | 101111 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #B0555D
Complementary color
Monochromatic Colors of #B0555D
Black with #B0555D
Text Example
Text Example
White with #B0555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0555D; }
p { color: rgb(176,85,93); }
H1.HeaderClassName
{
color: #B0555D;
}
.AnyTagClassName
{
color: #B0555D;
}
</style>
background-color css
<style>
a { background-color: #B0555D; }
a { background-color: rgb(176,85,93); }
div.DivClassName
{
background-color: #B0555D;
}
.BgClassName
{
background-color: #B0555D;
}
</style>
border-color css
<style>
span { border-color: #B0555D; }
span { border-color: rgb(176,85,93); }
td.TdClassName
{
border-color: #B0555D;
}
.TagClassName
{
border-color: #B0555D;
}
</style>