Shades of Hippie Pink #B04863
Tints of Hippie Pink #B04863
RGB
CMYK
RGB Variations
Color information
#B04863 (or 0xB04863) is known color: Hippie Pink. HEX triplet: B0, 48 and 63. RGB value is (176,72,99). Sum of RGB (Red+Green+Blue) = 176+72+99=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B04863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04863 is #4FB79C. Grayscale: #6A6A6A. Windows color (decimal): -5224349 or 6506672. OLE color: 6506672.
HSL color Cylindrical-coordinate representation of color #B04863: hue angle of 344.42º 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 #B04863 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 99 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.31 |
| HSL | 344.42º | 0.42% | 0.49% | - |
| HSV(B) | 344.42º | 0.59% | 0.69% | - |
| XYZ | 22.47 | 14.77 | 13.47 | - |
| YUV | 106.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 99 | 0 | 0.59 | 0.44 | 0.31 | 344.42 | 0.42 | 0.49 |
| Hex | B0 | 48 | 63 | 0 | 3B | 2C | 1F | 158 | 2A | 31 |
| Octal | 260 | 110 | 143 | 0 | 73 | 54 | 37 | 530 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1100011 | 0 | 111011 | 101100 | 11111 | 101011000 | 101010 | 110001 |
Color Harmonies of #B04863
Complementary color
Monochromatic Colors of #B04863
Black with #B04863
Text Example
Text Example
White with #B04863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04863; }
p { color: rgb(176,72,99); }
H1.HeaderClassName
{
color: #B04863;
}
.AnyTagClassName
{
color: #B04863;
}
</style>
background-color css
<style>
a { background-color: #B04863; }
a { background-color: rgb(176,72,99); }
div.DivClassName
{
background-color: #B04863;
}
.BgClassName
{
background-color: #B04863;
}
</style>
border-color css
<style>
span { border-color: #B04863; }
span { border-color: rgb(176,72,99); }
td.TdClassName
{
border-color: #B04863;
}
.TagClassName
{
border-color: #B04863;
}
</style>