Shades of Hippie Pink #B1565D
Tints of Hippie Pink #B1565D
RGB
CMYK
RGB Variations
Color information
#B1565D (or 0xB1565D) is known color: Hippie Pink. HEX triplet: B1, 56 and 5D. RGB value is (177,86,93). Sum of RGB (Red+Green+Blue) = 177+86+93=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1565D is #4EA9A2. Grayscale: #727272. Windows color (decimal): -5155235 or 6117041. OLE color: 6117041.
HSL color Cylindrical-coordinate representation of color #B1565D: hue angle of 355.38º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1565D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 93 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.31 |
| HSL | 355.38º | 0.37% | 0.52% | - |
| HSV(B) | 355.38º | 0.51% | 0.69% | - |
| XYZ | 23.44 | 16.79 | 12.36 | - |
| YUV | 114.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 93 | 0 | 0.51 | 0.47 | 0.31 | 355.38 | 0.37 | 0.52 |
| Hex | B1 | 56 | 5D | 0 | 33 | 2F | 1F | 163 | 25 | 34 |
| Octal | 261 | 126 | 135 | 0 | 63 | 57 | 37 | 543 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1011101 | 0 | 110011 | 101111 | 11111 | 101100011 | 100101 | 110100 |
Color Harmonies of #B1565D
Complementary color
Monochromatic Colors of #B1565D
Black with #B1565D
Text Example
Text Example
White with #B1565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1565D; }
p { color: rgb(177,86,93); }
H1.HeaderClassName
{
color: #B1565D;
}
.AnyTagClassName
{
color: #B1565D;
}
</style>
background-color css
<style>
a { background-color: #B1565D; }
a { background-color: rgb(177,86,93); }
div.DivClassName
{
background-color: #B1565D;
}
.BgClassName
{
background-color: #B1565D;
}
</style>
border-color css
<style>
span { border-color: #B1565D; }
span { border-color: rgb(177,86,93); }
td.TdClassName
{
border-color: #B1565D;
}
.TagClassName
{
border-color: #B1565D;
}
</style>