Shades of Hippie Pink #B15053
Tints of Hippie Pink #B15053
RGB
CMYK
RGB Variations
Color information
#B15053 (or 0xB15053) is known color: Hippie Pink. HEX triplet: B1, 50 and 53. RGB value is (177,80,83). Sum of RGB (Red+Green+Blue) = 177+80+83=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B15053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15053 is #4EAFAC. Grayscale: #6D6D6D. Windows color (decimal): -5156781 or 5460145. OLE color: 5460145.
HSL color Cylindrical-coordinate representation of color #B15053: hue angle of 358.14º 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 #B15053 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 83 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.31 |
| HSL | 358.14º | 0.38% | 0.5% | - |
| HSV(B) | 358.14º | 0.55% | 0.69% | - |
| XYZ | 22.56 | 15.71 | 10.03 | - |
| YUV | 109.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 83 | 0 | 0.55 | 0.53 | 0.31 | 358.14 | 0.38 | 0.5 |
| Hex | B1 | 50 | 53 | 0 | 37 | 35 | 1F | 166 | 26 | 32 |
| Octal | 261 | 120 | 123 | 0 | 67 | 65 | 37 | 546 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1010011 | 0 | 110111 | 110101 | 11111 | 101100110 | 100110 | 110010 |
Color Harmonies of #B15053
Complementary color
Monochromatic Colors of #B15053
Black with #B15053
Text Example
Text Example
White with #B15053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15053; }
p { color: rgb(177,80,83); }
H1.HeaderClassName
{
color: #B15053;
}
.AnyTagClassName
{
color: #B15053;
}
</style>
background-color css
<style>
a { background-color: #B15053; }
a { background-color: rgb(177,80,83); }
div.DivClassName
{
background-color: #B15053;
}
.BgClassName
{
background-color: #B15053;
}
</style>
border-color css
<style>
span { border-color: #B15053; }
span { border-color: rgb(177,80,83); }
td.TdClassName
{
border-color: #B15053;
}
.TagClassName
{
border-color: #B15053;
}
</style>