Shades of Hippie Pink #B1485D
Tints of Hippie Pink #B1485D
RGB
CMYK
RGB Variations
Color information
#B1485D (or 0xB1485D) is known color: Hippie Pink. HEX triplet: B1, 48 and 5D. RGB value is (177,72,93). Sum of RGB (Red+Green+Blue) = 177+72+93=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485D is #4EB7A2. Grayscale: #696969. Windows color (decimal): -5158819 or 6113457. OLE color: 6113457.
HSL color Cylindrical-coordinate representation of color #B1485D: hue angle of 348º 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 #B1485D is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 93 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.31 |
| HSL | 348º | 0.42% | 0.49% | - |
| HSV(B) | 348º | 0.59% | 0.69% | - |
| XYZ | 22.42 | 14.77 | 12.03 | - |
| YUV | 105.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 93 | 0 | 0.59 | 0.47 | 0.31 | 348 | 0.42 | 0.49 |
| Hex | B1 | 48 | 5D | 0 | 3B | 2F | 1F | 15C | 2A | 31 |
| Octal | 261 | 110 | 135 | 0 | 73 | 57 | 37 | 534 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1011101 | 0 | 111011 | 101111 | 11111 | 101011100 | 101010 | 110001 |
Color Harmonies of #B1485D
Complementary color
Monochromatic Colors of #B1485D
Black with #B1485D
Text Example
Text Example
White with #B1485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1485D; }
p { color: rgb(177,72,93); }
H1.HeaderClassName
{
color: #B1485D;
}
.AnyTagClassName
{
color: #B1485D;
}
</style>
background-color css
<style>
a { background-color: #B1485D; }
a { background-color: rgb(177,72,93); }
div.DivClassName
{
background-color: #B1485D;
}
.BgClassName
{
background-color: #B1485D;
}
</style>
border-color css
<style>
span { border-color: #B1485D; }
span { border-color: rgb(177,72,93); }
td.TdClassName
{
border-color: #B1485D;
}
.TagClassName
{
border-color: #B1485D;
}
</style>