Shades of Hippie Pink #B1444E
Tints of Hippie Pink #B1444E
RGB
CMYK
RGB Variations
Color information
#B1444E (or 0xB1444E) is known color: Hippie Pink. HEX triplet: B1, 44 and 4E. RGB value is (177,68,78). Sum of RGB (Red+Green+Blue) = 177+68+78=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1444E is #4EBBB1. Grayscale: #656565. Windows color (decimal): -5159858 or 5129393. OLE color: 5129393.
HSL color Cylindrical-coordinate representation of color #B1444E: hue angle of 354.5º 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 #B1444E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 78 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.31 |
| HSL | 354.5º | 0.44% | 0.48% | - |
| HSV(B) | 354.5º | 0.62% | 0.69% | - |
| XYZ | 21.57 | 14.03 | 8.78 | - |
| YUV | 101.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 78 | 0 | 0.62 | 0.56 | 0.31 | 354.5 | 0.44 | 0.48 |
| Hex | B1 | 44 | 4E | 0 | 3E | 38 | 1F | 162 | 2C | 30 |
| Octal | 261 | 104 | 116 | 0 | 76 | 70 | 37 | 542 | 54 | 60 |
| Binary | 10110001 | 1000100 | 1001110 | 0 | 111110 | 111000 | 11111 | 101100010 | 101100 | 110000 |
Color Harmonies of #B1444E
Complementary color
Monochromatic Colors of #B1444E
Black with #B1444E
Text Example
Text Example
White with #B1444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1444E; }
p { color: rgb(177,68,78); }
H1.HeaderClassName
{
color: #B1444E;
}
.AnyTagClassName
{
color: #B1444E;
}
</style>
background-color css
<style>
a { background-color: #B1444E; }
a { background-color: rgb(177,68,78); }
div.DivClassName
{
background-color: #B1444E;
}
.BgClassName
{
background-color: #B1444E;
}
</style>
border-color css
<style>
span { border-color: #B1444E; }
span { border-color: rgb(177,68,78); }
td.TdClassName
{
border-color: #B1444E;
}
.TagClassName
{
border-color: #B1444E;
}
</style>