Shades of Hippie Pink #B1485B
Tints of Hippie Pink #B1485B
RGB
CMYK
RGB Variations
Color information
#B1485B (or 0xB1485B) is known color: Hippie Pink. HEX triplet: B1, 48 and 5B. RGB value is (177,72,91). Sum of RGB (Red+Green+Blue) = 177+72+91=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485B is #4EB7A4. Grayscale: #696969. Windows color (decimal): -5158821 or 5982385. OLE color: 5982385.
HSL color Cylindrical-coordinate representation of color #B1485B: hue angle of 349.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1485B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 91 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.31 |
| HSL | 349.14º | 0.42% | 0.49% | - |
| HSV(B) | 349.14º | 0.59% | 0.69% | - |
| XYZ | 22.34 | 14.74 | 11.56 | - |
| YUV | 105.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 91 | 0 | 0.59 | 0.49 | 0.31 | 349.14 | 0.42 | 0.49 |
| Hex | B1 | 48 | 5B | 0 | 3B | 31 | 1F | 15D | 2A | 31 |
| Octal | 261 | 110 | 133 | 0 | 73 | 61 | 37 | 535 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1011011 | 0 | 111011 | 110001 | 11111 | 101011101 | 101010 | 110001 |
Color Harmonies of #B1485B
Complementary color
Monochromatic Colors of #B1485B
Black with #B1485B
Text Example
Text Example
White with #B1485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1485B; }
p { color: rgb(177,72,91); }
H1.HeaderClassName
{
color: #B1485B;
}
.AnyTagClassName
{
color: #B1485B;
}
</style>
background-color css
<style>
a { background-color: #B1485B; }
a { background-color: rgb(177,72,91); }
div.DivClassName
{
background-color: #B1485B;
}
.BgClassName
{
background-color: #B1485B;
}
</style>
border-color css
<style>
span { border-color: #B1485B; }
span { border-color: rgb(177,72,91); }
td.TdClassName
{
border-color: #B1485B;
}
.TagClassName
{
border-color: #B1485B;
}
</style>