Shades of Hippie Pink #B15054
Tints of Hippie Pink #B15054
RGB
CMYK
RGB Variations
Color information
#B15054 (or 0xB15054) is known color: Hippie Pink. HEX triplet: B1, 50 and 54. RGB value is (177,80,84). Sum of RGB (Red+Green+Blue) = 177+80+84=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15054 is #4EAFAB. Grayscale: #6D6D6D. Windows color (decimal): -5156780 or 5525681. OLE color: 5525681.
HSL color Cylindrical-coordinate representation of color #B15054: hue angle of 357.53º 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 #B15054 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 84 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.31 |
| HSL | 357.53º | 0.38% | 0.5% | - |
| HSV(B) | 357.53º | 0.55% | 0.69% | - |
| XYZ | 22.6 | 15.72 | 10.23 | - |
| YUV | 109.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 84 | 0 | 0.55 | 0.53 | 0.31 | 357.53 | 0.38 | 0.5 |
| Hex | B1 | 50 | 54 | 0 | 37 | 35 | 1F | 166 | 26 | 32 |
| Octal | 261 | 120 | 124 | 0 | 67 | 65 | 37 | 546 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1010100 | 0 | 110111 | 110101 | 11111 | 101100110 | 100110 | 110010 |
Color Harmonies of #B15054
Complementary color
Monochromatic Colors of #B15054
Black with #B15054
Text Example
Text Example
White with #B15054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15054; }
p { color: rgb(177,80,84); }
H1.HeaderClassName
{
color: #B15054;
}
.AnyTagClassName
{
color: #B15054;
}
</style>
background-color css
<style>
a { background-color: #B15054; }
a { background-color: rgb(177,80,84); }
div.DivClassName
{
background-color: #B15054;
}
.BgClassName
{
background-color: #B15054;
}
</style>
border-color css
<style>
span { border-color: #B15054; }
span { border-color: rgb(177,80,84); }
td.TdClassName
{
border-color: #B15054;
}
.TagClassName
{
border-color: #B15054;
}
</style>