Shades of Hippie Pink #B1505E
Tints of Hippie Pink #B1505E
RGB
CMYK
RGB Variations
Color information
#B1505E (or 0xB1505E) is known color: Hippie Pink. HEX triplet: B1, 50 and 5E. RGB value is (177,80,94). Sum of RGB (Red+Green+Blue) = 177+80+94=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1505E is #4EAFA1. Grayscale: #6E6E6E. Windows color (decimal): -5156770 or 6181041. OLE color: 6181041.
HSL color Cylindrical-coordinate representation of color #B1505E: hue angle of 351.34º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1505E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 94 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.31 |
| HSL | 351.34º | 0.38% | 0.5% | - |
| HSV(B) | 351.34º | 0.55% | 0.69% | - |
| XYZ | 23.02 | 15.89 | 12.44 | - |
| YUV | 110.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 94 | 0 | 0.55 | 0.47 | 0.31 | 351.34 | 0.38 | 0.5 |
| Hex | B1 | 50 | 5E | 0 | 37 | 2F | 1F | 15F | 26 | 32 |
| Octal | 261 | 120 | 136 | 0 | 67 | 57 | 37 | 537 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1011110 | 0 | 110111 | 101111 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #B1505E
Complementary color
Monochromatic Colors of #B1505E
Black with #B1505E
Text Example
Text Example
White with #B1505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1505E; }
p { color: rgb(177,80,94); }
H1.HeaderClassName
{
color: #B1505E;
}
.AnyTagClassName
{
color: #B1505E;
}
</style>
background-color css
<style>
a { background-color: #B1505E; }
a { background-color: rgb(177,80,94); }
div.DivClassName
{
background-color: #B1505E;
}
.BgClassName
{
background-color: #B1505E;
}
</style>
border-color css
<style>
span { border-color: #B1505E; }
span { border-color: rgb(177,80,94); }
td.TdClassName
{
border-color: #B1505E;
}
.TagClassName
{
border-color: #B1505E;
}
</style>