Shades of Hippie Pink #B1484B
Tints of Hippie Pink #B1484B
RGB
CMYK
RGB Variations
Color information
#B1484B (or 0xB1484B) is known color: Hippie Pink. HEX triplet: B1, 48 and 4B. RGB value is (177,72,75). Sum of RGB (Red+Green+Blue) = 177+72+75=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1484B is #4EB7B4. Grayscale: #676767. Windows color (decimal): -5158837 or 4933809. OLE color: 4933809.
HSL color Cylindrical-coordinate representation of color #B1484B: hue angle of 358.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1484B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 75 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.31 |
| HSL | 358.29º | 0.42% | 0.49% | - |
| HSV(B) | 358.29º | 0.59% | 0.69% | - |
| XYZ | 21.72 | 14.49 | 8.31 | - |
| YUV | 103.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 75 | 0 | 0.59 | 0.58 | 0.31 | 358.29 | 0.42 | 0.49 |
| Hex | B1 | 48 | 4B | 0 | 3B | 3A | 1F | 166 | 2A | 31 |
| Octal | 261 | 110 | 113 | 0 | 73 | 72 | 37 | 546 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1001011 | 0 | 111011 | 111010 | 11111 | 101100110 | 101010 | 110001 |
Color Harmonies of #B1484B
Complementary color
Monochromatic Colors of #B1484B
Black with #B1484B
Text Example
Text Example
White with #B1484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1484B; }
p { color: rgb(177,72,75); }
H1.HeaderClassName
{
color: #B1484B;
}
.AnyTagClassName
{
color: #B1484B;
}
</style>
background-color css
<style>
a { background-color: #B1484B; }
a { background-color: rgb(177,72,75); }
div.DivClassName
{
background-color: #B1484B;
}
.BgClassName
{
background-color: #B1484B;
}
</style>
border-color css
<style>
span { border-color: #B1484B; }
span { border-color: rgb(177,72,75); }
td.TdClassName
{
border-color: #B1484B;
}
.TagClassName
{
border-color: #B1484B;
}
</style>