Shades of Hippie Pink #B1595B
Tints of Hippie Pink #B1595B
RGB
CMYK
RGB Variations
Color information
#B1595B (or 0xB1595B) is known color: Hippie Pink. HEX triplet: B1, 59 and 5B. RGB value is (177,89,91). Sum of RGB (Red+Green+Blue) = 177+89+91=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1595B is #4EA6A4. Grayscale: #737373. Windows color (decimal): -5154469 or 5986737. OLE color: 5986737.
HSL color Cylindrical-coordinate representation of color #B1595B: hue angle of 358.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1595B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 91 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.31 |
| HSL | 358.64º | 0.36% | 0.52% | - |
| HSV(B) | 358.64º | 0.5% | 0.69% | - |
| XYZ | 23.59 | 17.25 | 11.98 | - |
| YUV | 115.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 91 | 0 | 0.50 | 0.49 | 0.31 | 358.64 | 0.36 | 0.52 |
| Hex | B1 | 59 | 5B | 0 | 32 | 31 | 1F | 167 | 24 | 34 |
| Octal | 261 | 131 | 133 | 0 | 62 | 61 | 37 | 547 | 44 | 64 |
| Binary | 10110001 | 1011001 | 1011011 | 0 | 110010 | 110001 | 11111 | 101100111 | 100100 | 110100 |
Color Harmonies of #B1595B
Complementary color
Monochromatic Colors of #B1595B
Black with #B1595B
Text Example
Text Example
White with #B1595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1595B; }
p { color: rgb(177,89,91); }
H1.HeaderClassName
{
color: #B1595B;
}
.AnyTagClassName
{
color: #B1595B;
}
</style>
background-color css
<style>
a { background-color: #B1595B; }
a { background-color: rgb(177,89,91); }
div.DivClassName
{
background-color: #B1595B;
}
.BgClassName
{
background-color: #B1595B;
}
</style>
border-color css
<style>
span { border-color: #B1595B; }
span { border-color: rgb(177,89,91); }
td.TdClassName
{
border-color: #B1595B;
}
.TagClassName
{
border-color: #B1595B;
}
</style>