Shades of Hippie Pink #B0484D
Tints of Hippie Pink #B0484D
RGB
CMYK
RGB Variations
Color information
#B0484D (or 0xB0484D) is known color: Hippie Pink. HEX triplet: B0, 48 and 4D. RGB value is (176,72,77). Sum of RGB (Red+Green+Blue) = 176+72+77=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0484D is #4FB7B2. Grayscale: #676767. Windows color (decimal): -5224371 or 5064880. OLE color: 5064880.
HSL color Cylindrical-coordinate representation of color #B0484D: hue angle of 357.12º 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 #B0484D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 77 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.31 |
| HSL | 357.12º | 0.42% | 0.49% | - |
| HSV(B) | 357.12º | 0.59% | 0.69% | - |
| XYZ | 21.56 | 14.4 | 8.66 | - |
| YUV | 103.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 77 | 0 | 0.59 | 0.56 | 0.31 | 357.12 | 0.42 | 0.49 |
| Hex | B0 | 48 | 4D | 0 | 3B | 38 | 1F | 165 | 2A | 31 |
| Octal | 260 | 110 | 115 | 0 | 73 | 70 | 37 | 545 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1001101 | 0 | 111011 | 111000 | 11111 | 101100101 | 101010 | 110001 |
Color Harmonies of #B0484D
Complementary color
Monochromatic Colors of #B0484D
Black with #B0484D
Text Example
Text Example
White with #B0484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0484D; }
p { color: rgb(176,72,77); }
H1.HeaderClassName
{
color: #B0484D;
}
.AnyTagClassName
{
color: #B0484D;
}
</style>
background-color css
<style>
a { background-color: #B0484D; }
a { background-color: rgb(176,72,77); }
div.DivClassName
{
background-color: #B0484D;
}
.BgClassName
{
background-color: #B0484D;
}
</style>
border-color css
<style>
span { border-color: #B0484D; }
span { border-color: rgb(176,72,77); }
td.TdClassName
{
border-color: #B0484D;
}
.TagClassName
{
border-color: #B0484D;
}
</style>