Shades of Hippie Pink #B04459
Tints of Hippie Pink #B04459
RGB
CMYK
RGB Variations
Color information
#B04459 (or 0xB04459) is known color: Hippie Pink. HEX triplet: B0, 44 and 59. RGB value is (176,68,89). Sum of RGB (Red+Green+Blue) = 176+68+89=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B04459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04459 is #4FBBA6. Grayscale: #666666. Windows color (decimal): -5225383 or 5850288. OLE color: 5850288.
HSL color Cylindrical-coordinate representation of color #B04459: hue angle of 348.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 #B04459 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 89 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.31 |
| HSL | 348.33º | 0.44% | 0.48% | - |
| HSV(B) | 348.33º | 0.61% | 0.69% | - |
| XYZ | 21.77 | 14.09 | 11.02 | - |
| YUV | 102.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 89 | 0 | 0.61 | 0.49 | 0.31 | 348.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | 59 | 0 | 3D | 31 | 1F | 15C | 2C | 30 |
| Octal | 260 | 104 | 131 | 0 | 75 | 61 | 37 | 534 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1011001 | 0 | 111101 | 110001 | 11111 | 101011100 | 101100 | 110000 |
Color Harmonies of #B04459
Complementary color
Monochromatic Colors of #B04459
Black with #B04459
Text Example
Text Example
White with #B04459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04459; }
p { color: rgb(176,68,89); }
H1.HeaderClassName
{
color: #B04459;
}
.AnyTagClassName
{
color: #B04459;
}
</style>
background-color css
<style>
a { background-color: #B04459; }
a { background-color: rgb(176,68,89); }
div.DivClassName
{
background-color: #B04459;
}
.BgClassName
{
background-color: #B04459;
}
</style>
border-color css
<style>
span { border-color: #B04459; }
span { border-color: rgb(176,68,89); }
td.TdClassName
{
border-color: #B04459;
}
.TagClassName
{
border-color: #B04459;
}
</style>