Shades of Hippie Pink #B1455B
Tints of Hippie Pink #B1455B
RGB
CMYK
RGB Variations
Color information
#B1455B (or 0xB1455B) is known color: Hippie Pink. HEX triplet: B1, 45 and 5B. RGB value is (177,69,91). Sum of RGB (Red+Green+Blue) = 177+69+91=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1455B is #4EBAA4. Grayscale: #676767. Windows color (decimal): -5159589 or 5981617. OLE color: 5981617.
HSL color Cylindrical-coordinate representation of color #B1455B: hue angle of 347.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1455B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 91 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.31 |
| HSL | 347.78º | 0.44% | 0.48% | - |
| HSV(B) | 347.78º | 0.61% | 0.69% | - |
| XYZ | 22.15 | 14.36 | 11.5 | - |
| YUV | 103.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 91 | 0 | 0.61 | 0.49 | 0.31 | 347.78 | 0.44 | 0.48 |
| Hex | B1 | 45 | 5B | 0 | 3D | 31 | 1F | 15C | 2C | 30 |
| Octal | 261 | 105 | 133 | 0 | 75 | 61 | 37 | 534 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1011011 | 0 | 111101 | 110001 | 11111 | 101011100 | 101100 | 110000 |
Color Harmonies of #B1455B
Complementary color
Monochromatic Colors of #B1455B
Black with #B1455B
Text Example
Text Example
White with #B1455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1455B; }
p { color: rgb(177,69,91); }
H1.HeaderClassName
{
color: #B1455B;
}
.AnyTagClassName
{
color: #B1455B;
}
</style>
background-color css
<style>
a { background-color: #B1455B; }
a { background-color: rgb(177,69,91); }
div.DivClassName
{
background-color: #B1455B;
}
.BgClassName
{
background-color: #B1455B;
}
</style>
border-color css
<style>
span { border-color: #B1455B; }
span { border-color: rgb(177,69,91); }
td.TdClassName
{
border-color: #B1455B;
}
.TagClassName
{
border-color: #B1455B;
}
</style>