Shades of Hippie Pink #B04649
Tints of Hippie Pink #B04649
RGB
CMYK
RGB Variations
Color information
#B04649 (or 0xB04649) is known color: Hippie Pink. HEX triplet: B0, 46 and 49. RGB value is (176,70,73). Sum of RGB (Red+Green+Blue) = 176+70+73=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B04649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04649 is #4FB9B6. Grayscale: #666666. Windows color (decimal): -5224887 or 4802224. OLE color: 4802224.
HSL color Cylindrical-coordinate representation of color #B04649: hue angle of 358.3º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04649 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 73 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.31 |
| HSL | 358.3º | 0.43% | 0.48% | - |
| HSV(B) | 358.3º | 0.6% | 0.69% | - |
| XYZ | 21.3 | 14.09 | 7.9 | - |
| YUV | 102.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 73 | 0 | 0.60 | 0.59 | 0.31 | 358.3 | 0.43 | 0.48 |
| Hex | B0 | 46 | 49 | 0 | 3C | 3B | 1F | 166 | 2B | 30 |
| Octal | 260 | 106 | 111 | 0 | 74 | 73 | 37 | 546 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1001001 | 0 | 111100 | 111011 | 11111 | 101100110 | 101011 | 110000 |
Color Harmonies of #B04649
Complementary color
Monochromatic Colors of #B04649
Black with #B04649
Text Example
Text Example
White with #B04649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04649; }
p { color: rgb(176,70,73); }
H1.HeaderClassName
{
color: #B04649;
}
.AnyTagClassName
{
color: #B04649;
}
</style>
background-color css
<style>
a { background-color: #B04649; }
a { background-color: rgb(176,70,73); }
div.DivClassName
{
background-color: #B04649;
}
.BgClassName
{
background-color: #B04649;
}
</style>
border-color css
<style>
span { border-color: #B04649; }
span { border-color: rgb(176,70,73); }
td.TdClassName
{
border-color: #B04649;
}
.TagClassName
{
border-color: #B04649;
}
</style>