Shades of Hippie Pink #B04050
Tints of Hippie Pink #B04050
RGB
CMYK
RGB Variations
Color information
#B04050 (or 0xB04050) is known color: Hippie Pink. HEX triplet: B0, 40 and 50. RGB value is (176,64,80). Sum of RGB (Red+Green+Blue) = 176+64+80=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B04050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04050 is #4FBFAF. Grayscale: #636363. Windows color (decimal): -5226416 or 5259440. OLE color: 5259440.
HSL color Cylindrical-coordinate representation of color #B04050: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04050 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 80 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.31 |
| HSL | 351.43º | 0.47% | 0.47% | - |
| HSV(B) | 351.43º | 0.64% | 0.69% | - |
| XYZ | 21.19 | 13.48 | 9.07 | - |
| YUV | 99.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 80 | 0 | 0.64 | 0.55 | 0.31 | 351.43 | 0.47 | 0.47 |
| Hex | B0 | 40 | 50 | 0 | 40 | 37 | 1F | 15F | 2F | 2F |
| Octal | 260 | 100 | 120 | 0 | 100 | 67 | 37 | 537 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1010000 | 0 | 1000000 | 110111 | 11111 | 101011111 | 101111 | 101111 |
Color Harmonies of #B04050
Complementary color
Monochromatic Colors of #B04050
Black with #B04050
Text Example
Text Example
White with #B04050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04050; }
p { color: rgb(176,64,80); }
H1.HeaderClassName
{
color: #B04050;
}
.AnyTagClassName
{
color: #B04050;
}
</style>
background-color css
<style>
a { background-color: #B04050; }
a { background-color: rgb(176,64,80); }
div.DivClassName
{
background-color: #B04050;
}
.BgClassName
{
background-color: #B04050;
}
</style>
border-color css
<style>
span { border-color: #B04050; }
span { border-color: rgb(176,64,80); }
td.TdClassName
{
border-color: #B04050;
}
.TagClassName
{
border-color: #B04050;
}
</style>