Shades of Hippie Pink #B04450
Tints of Hippie Pink #B04450
RGB
CMYK
RGB Variations
Color information
#B04450 (or 0xB04450) is known color: Hippie Pink. HEX triplet: B0, 44 and 50. RGB value is (176,68,80). Sum of RGB (Red+Green+Blue) = 176+68+80=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B04450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04450 is #4FBBAF. Grayscale: #656565. Windows color (decimal): -5225392 or 5260464. OLE color: 5260464.
HSL color Cylindrical-coordinate representation of color #B04450: hue angle of 353.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04450 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 80 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.31 |
| HSL | 353.33º | 0.44% | 0.48% | - |
| HSV(B) | 353.33º | 0.61% | 0.69% | - |
| XYZ | 21.42 | 13.94 | 9.15 | - |
| YUV | 101.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 80 | 0 | 0.61 | 0.55 | 0.31 | 353.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | 50 | 0 | 3D | 37 | 1F | 161 | 2C | 30 |
| Octal | 260 | 104 | 120 | 0 | 75 | 67 | 37 | 541 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1010000 | 0 | 111101 | 110111 | 11111 | 101100001 | 101100 | 110000 |
Color Harmonies of #B04450
Complementary color
Monochromatic Colors of #B04450
Black with #B04450
Text Example
Text Example
White with #B04450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04450; }
p { color: rgb(176,68,80); }
H1.HeaderClassName
{
color: #B04450;
}
.AnyTagClassName
{
color: #B04450;
}
</style>
background-color css
<style>
a { background-color: #B04450; }
a { background-color: rgb(176,68,80); }
div.DivClassName
{
background-color: #B04450;
}
.BgClassName
{
background-color: #B04450;
}
</style>
border-color css
<style>
span { border-color: #B04450; }
span { border-color: rgb(176,68,80); }
td.TdClassName
{
border-color: #B04450;
}
.TagClassName
{
border-color: #B04450;
}
</style>