Shades of Hippie Pink #B1505C
Tints of Hippie Pink #B1505C
RGB
CMYK
RGB Variations
Color information
#B1505C (or 0xB1505C) is known color: Hippie Pink. HEX triplet: B1, 50 and 5C. RGB value is (177,80,92). Sum of RGB (Red+Green+Blue) = 177+80+92=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1505C is #4EAFA3. Grayscale: #6E6E6E. Windows color (decimal): -5156772 or 6049969. OLE color: 6049969.
HSL color Cylindrical-coordinate representation of color #B1505C: hue angle of 352.58º 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 #B1505C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 92 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.31 |
| HSL | 352.58º | 0.38% | 0.5% | - |
| HSV(B) | 352.58º | 0.55% | 0.69% | - |
| XYZ | 22.93 | 15.86 | 11.98 | - |
| YUV | 110.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 92 | 0 | 0.55 | 0.48 | 0.31 | 352.58 | 0.38 | 0.5 |
| Hex | B1 | 50 | 5C | 0 | 37 | 30 | 1F | 161 | 26 | 32 |
| Octal | 261 | 120 | 134 | 0 | 67 | 60 | 37 | 541 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1011100 | 0 | 110111 | 110000 | 11111 | 101100001 | 100110 | 110010 |
Color Harmonies of #B1505C
Complementary color
Monochromatic Colors of #B1505C
Black with #B1505C
Text Example
Text Example
White with #B1505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1505C; }
p { color: rgb(177,80,92); }
H1.HeaderClassName
{
color: #B1505C;
}
.AnyTagClassName
{
color: #B1505C;
}
</style>
background-color css
<style>
a { background-color: #B1505C; }
a { background-color: rgb(177,80,92); }
div.DivClassName
{
background-color: #B1505C;
}
.BgClassName
{
background-color: #B1505C;
}
</style>
border-color css
<style>
span { border-color: #B1505C; }
span { border-color: rgb(177,80,92); }
td.TdClassName
{
border-color: #B1505C;
}
.TagClassName
{
border-color: #B1505C;
}
</style>