Shades of Hippie Pink #B1475D
Tints of Hippie Pink #B1475D
RGB
CMYK
RGB Variations
Color information
#B1475D (or 0xB1475D) is known color: Hippie Pink. HEX triplet: B1, 47 and 5D. RGB value is (177,71,93). Sum of RGB (Red+Green+Blue) = 177+71+93=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1475D is #4EB8A2. Grayscale: #696969. Windows color (decimal): -5159075 or 6113201. OLE color: 6113201.
HSL color Cylindrical-coordinate representation of color #B1475D: hue angle of 347.55º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1475D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 93 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.31 |
| HSL | 347.55º | 0.43% | 0.49% | - |
| HSV(B) | 347.55º | 0.6% | 0.69% | - |
| XYZ | 22.36 | 14.64 | 12 | - |
| YUV | 105.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 93 | 0 | 0.60 | 0.47 | 0.31 | 347.55 | 0.43 | 0.49 |
| Hex | B1 | 47 | 5D | 0 | 3C | 2F | 1F | 15C | 2B | 31 |
| Octal | 261 | 107 | 135 | 0 | 74 | 57 | 37 | 534 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1011101 | 0 | 111100 | 101111 | 11111 | 101011100 | 101011 | 110001 |
Color Harmonies of #B1475D
Complementary color
Monochromatic Colors of #B1475D
Black with #B1475D
Text Example
Text Example
White with #B1475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1475D; }
p { color: rgb(177,71,93); }
H1.HeaderClassName
{
color: #B1475D;
}
.AnyTagClassName
{
color: #B1475D;
}
</style>
background-color css
<style>
a { background-color: #B1475D; }
a { background-color: rgb(177,71,93); }
div.DivClassName
{
background-color: #B1475D;
}
.BgClassName
{
background-color: #B1475D;
}
</style>
border-color css
<style>
span { border-color: #B1475D; }
span { border-color: rgb(177,71,93); }
td.TdClassName
{
border-color: #B1475D;
}
.TagClassName
{
border-color: #B1475D;
}
</style>