Shades of Hippie Pink #B1485C
Tints of Hippie Pink #B1485C
RGB
CMYK
RGB Variations
Color information
#B1485C (or 0xB1485C) is known color: Hippie Pink. HEX triplet: B1, 48 and 5C. RGB value is (177,72,92). Sum of RGB (Red+Green+Blue) = 177+72+92=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485C is #4EB7A3. Grayscale: #696969. Windows color (decimal): -5158820 or 6047921. OLE color: 6047921.
HSL color Cylindrical-coordinate representation of color #B1485C: hue angle of 348.57º 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 #B1485C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 92 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.31 |
| HSL | 348.57º | 0.42% | 0.49% | - |
| HSV(B) | 348.57º | 0.59% | 0.69% | - |
| XYZ | 22.38 | 14.75 | 11.79 | - |
| YUV | 105.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 92 | 0 | 0.59 | 0.48 | 0.31 | 348.57 | 0.42 | 0.49 |
| Hex | B1 | 48 | 5C | 0 | 3B | 30 | 1F | 15D | 2A | 31 |
| Octal | 261 | 110 | 134 | 0 | 73 | 60 | 37 | 535 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1011100 | 0 | 111011 | 110000 | 11111 | 101011101 | 101010 | 110001 |
Color Harmonies of #B1485C
Complementary color
Monochromatic Colors of #B1485C
Black with #B1485C
Text Example
Text Example
White with #B1485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1485C; }
p { color: rgb(177,72,92); }
H1.HeaderClassName
{
color: #B1485C;
}
.AnyTagClassName
{
color: #B1485C;
}
</style>
background-color css
<style>
a { background-color: #B1485C; }
a { background-color: rgb(177,72,92); }
div.DivClassName
{
background-color: #B1485C;
}
.BgClassName
{
background-color: #B1485C;
}
</style>
border-color css
<style>
span { border-color: #B1485C; }
span { border-color: rgb(177,72,92); }
td.TdClassName
{
border-color: #B1485C;
}
.TagClassName
{
border-color: #B1485C;
}
</style>