Shades of Hippie Pink #B1445B
Tints of Hippie Pink #B1445B
RGB
CMYK
RGB Variations
Color information
#B1445B (or 0xB1445B) is known color: Hippie Pink. HEX triplet: B1, 44 and 5B. RGB value is (177,68,91). Sum of RGB (Red+Green+Blue) = 177+68+91=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1445B is #4EBBA4. Grayscale: #676767. Windows color (decimal): -5159845 or 5981361. OLE color: 5981361.
HSL color Cylindrical-coordinate representation of color #B1445B: hue angle of 347.34º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1445B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 91 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.31 |
| HSL | 347.34º | 0.44% | 0.48% | - |
| HSV(B) | 347.34º | 0.62% | 0.69% | - |
| XYZ | 22.09 | 14.24 | 11.48 | - |
| YUV | 103.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 91 | 0 | 0.62 | 0.49 | 0.31 | 347.34 | 0.44 | 0.48 |
| Hex | B1 | 44 | 5B | 0 | 3E | 31 | 1F | 15B | 2C | 30 |
| Octal | 261 | 104 | 133 | 0 | 76 | 61 | 37 | 533 | 54 | 60 |
| Binary | 10110001 | 1000100 | 1011011 | 0 | 111110 | 110001 | 11111 | 101011011 | 101100 | 110000 |
Color Harmonies of #B1445B
Complementary color
Monochromatic Colors of #B1445B
Black with #B1445B
Text Example
Text Example
White with #B1445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1445B; }
p { color: rgb(177,68,91); }
H1.HeaderClassName
{
color: #B1445B;
}
.AnyTagClassName
{
color: #B1445B;
}
</style>
background-color css
<style>
a { background-color: #B1445B; }
a { background-color: rgb(177,68,91); }
div.DivClassName
{
background-color: #B1445B;
}
.BgClassName
{
background-color: #B1445B;
}
</style>
border-color css
<style>
span { border-color: #B1445B; }
span { border-color: rgb(177,68,91); }
td.TdClassName
{
border-color: #B1445B;
}
.TagClassName
{
border-color: #B1445B;
}
</style>