Shades of Hippie Pink #B1495B
Tints of Hippie Pink #B1495B
RGB
CMYK
RGB Variations
Color information
#B1495B (or 0xB1495B) is known color: Hippie Pink. HEX triplet: B1, 49 and 5B. RGB value is (177,73,91). Sum of RGB (Red+Green+Blue) = 177+73+91=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1495B is #4EB6A4. Grayscale: #6A6A6A. Windows color (decimal): -5158565 or 5982641. OLE color: 5982641.
HSL color Cylindrical-coordinate representation of color #B1495B: hue angle of 349.62º 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 #B1495B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 91 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.31 |
| HSL | 349.62º | 0.42% | 0.49% | - |
| HSV(B) | 349.62º | 0.59% | 0.69% | - |
| XYZ | 22.4 | 14.87 | 11.59 | - |
| YUV | 106.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 91 | 0 | 0.59 | 0.49 | 0.31 | 349.62 | 0.42 | 0.49 |
| Hex | B1 | 49 | 5B | 0 | 3B | 31 | 1F | 15E | 2A | 31 |
| Octal | 261 | 111 | 133 | 0 | 73 | 61 | 37 | 536 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1011011 | 0 | 111011 | 110001 | 11111 | 101011110 | 101010 | 110001 |
Color Harmonies of #B1495B
Complementary color
Monochromatic Colors of #B1495B
Black with #B1495B
Text Example
Text Example
White with #B1495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1495B; }
p { color: rgb(177,73,91); }
H1.HeaderClassName
{
color: #B1495B;
}
.AnyTagClassName
{
color: #B1495B;
}
</style>
background-color css
<style>
a { background-color: #B1495B; }
a { background-color: rgb(177,73,91); }
div.DivClassName
{
background-color: #B1495B;
}
.BgClassName
{
background-color: #B1495B;
}
</style>
border-color css
<style>
span { border-color: #B1495B; }
span { border-color: rgb(177,73,91); }
td.TdClassName
{
border-color: #B1495B;
}
.TagClassName
{
border-color: #B1495B;
}
</style>