Shades of Hippie Pink #B1454D
Tints of Hippie Pink #B1454D
RGB
CMYK
RGB Variations
Color information
#B1454D (or 0xB1454D) is known color: Hippie Pink. HEX triplet: B1, 45 and 4D. RGB value is (177,69,77). Sum of RGB (Red+Green+Blue) = 177+69+77=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1454D is #4EBAB2. Grayscale: #666666. Windows color (decimal): -5159603 or 5064113. OLE color: 5064113.
HSL color Cylindrical-coordinate representation of color #B1454D: hue angle of 355.56º 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 #B1454D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 77 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.31 |
| HSL | 355.56º | 0.44% | 0.48% | - |
| HSV(B) | 355.56º | 0.61% | 0.69% | - |
| XYZ | 21.6 | 14.14 | 8.61 | - |
| YUV | 102.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 77 | 0 | 0.61 | 0.56 | 0.31 | 355.56 | 0.44 | 0.48 |
| Hex | B1 | 45 | 4D | 0 | 3D | 38 | 1F | 164 | 2C | 30 |
| Octal | 261 | 105 | 115 | 0 | 75 | 70 | 37 | 544 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1001101 | 0 | 111101 | 111000 | 11111 | 101100100 | 101100 | 110000 |
Color Harmonies of #B1454D
Complementary color
Monochromatic Colors of #B1454D
Black with #B1454D
Text Example
Text Example
White with #B1454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1454D; }
p { color: rgb(177,69,77); }
H1.HeaderClassName
{
color: #B1454D;
}
.AnyTagClassName
{
color: #B1454D;
}
</style>
background-color css
<style>
a { background-color: #B1454D; }
a { background-color: rgb(177,69,77); }
div.DivClassName
{
background-color: #B1454D;
}
.BgClassName
{
background-color: #B1454D;
}
</style>
border-color css
<style>
span { border-color: #B1454D; }
span { border-color: rgb(177,69,77); }
td.TdClassName
{
border-color: #B1454D;
}
.TagClassName
{
border-color: #B1454D;
}
</style>