Shades of Hippie Pink #B1454B
Tints of Hippie Pink #B1454B
RGB
CMYK
RGB Variations
Color information
#B1454B (or 0xB1454B) is known color: Hippie Pink. HEX triplet: B1, 45 and 4B. RGB value is (177,69,75). Sum of RGB (Red+Green+Blue) = 177+69+75=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1454B is #4EBAB4. Grayscale: #666666. Windows color (decimal): -5159605 or 4933041. OLE color: 4933041.
HSL color Cylindrical-coordinate representation of color #B1454B: hue angle of 356.67º 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 #B1454B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 75 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.31 |
| HSL | 356.67º | 0.44% | 0.48% | - |
| HSV(B) | 356.67º | 0.61% | 0.69% | - |
| XYZ | 21.53 | 14.11 | 8.25 | - |
| YUV | 101.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 75 | 0 | 0.61 | 0.58 | 0.31 | 356.67 | 0.44 | 0.48 |
| Hex | B1 | 45 | 4B | 0 | 3D | 3A | 1F | 165 | 2C | 30 |
| Octal | 261 | 105 | 113 | 0 | 75 | 72 | 37 | 545 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1001011 | 0 | 111101 | 111010 | 11111 | 101100101 | 101100 | 110000 |
Color Harmonies of #B1454B
Complementary color
Monochromatic Colors of #B1454B
Black with #B1454B
Text Example
Text Example
White with #B1454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1454B; }
p { color: rgb(177,69,75); }
H1.HeaderClassName
{
color: #B1454B;
}
.AnyTagClassName
{
color: #B1454B;
}
</style>
background-color css
<style>
a { background-color: #B1454B; }
a { background-color: rgb(177,69,75); }
div.DivClassName
{
background-color: #B1454B;
}
.BgClassName
{
background-color: #B1454B;
}
</style>
border-color css
<style>
span { border-color: #B1454B; }
span { border-color: rgb(177,69,75); }
td.TdClassName
{
border-color: #B1454B;
}
.TagClassName
{
border-color: #B1454B;
}
</style>