Shades of Hippie Pink #B0485D
Tints of Hippie Pink #B0485D
RGB
CMYK
RGB Variations
Color information
#B0485D (or 0xB0485D) is known color: Hippie Pink. HEX triplet: B0, 48 and 5D. RGB value is (176,72,93). Sum of RGB (Red+Green+Blue) = 176+72+93=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0485D is #4FB7A2. Grayscale: #696969. Windows color (decimal): -5224355 or 6113456. OLE color: 6113456.
HSL color Cylindrical-coordinate representation of color #B0485D: hue angle of 347.88º 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 #B0485D is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 93 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.31 |
| HSL | 347.88º | 0.42% | 0.49% | - |
| HSV(B) | 347.88º | 0.59% | 0.69% | - |
| XYZ | 22.2 | 14.66 | 12.01 | - |
| YUV | 105.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 93 | 0 | 0.59 | 0.47 | 0.31 | 347.88 | 0.42 | 0.49 |
| Hex | B0 | 48 | 5D | 0 | 3B | 2F | 1F | 15C | 2A | 31 |
| Octal | 260 | 110 | 135 | 0 | 73 | 57 | 37 | 534 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1011101 | 0 | 111011 | 101111 | 11111 | 101011100 | 101010 | 110001 |
Color Harmonies of #B0485D
Complementary color
Monochromatic Colors of #B0485D
Black with #B0485D
Text Example
Text Example
White with #B0485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0485D; }
p { color: rgb(176,72,93); }
H1.HeaderClassName
{
color: #B0485D;
}
.AnyTagClassName
{
color: #B0485D;
}
</style>
background-color css
<style>
a { background-color: #B0485D; }
a { background-color: rgb(176,72,93); }
div.DivClassName
{
background-color: #B0485D;
}
.BgClassName
{
background-color: #B0485D;
}
</style>
border-color css
<style>
span { border-color: #B0485D; }
span { border-color: rgb(176,72,93); }
td.TdClassName
{
border-color: #B0485D;
}
.TagClassName
{
border-color: #B0485D;
}
</style>