Shades of Hippie Pink #B04F5E
Tints of Hippie Pink #B04F5E
RGB
CMYK
RGB Variations
Color information
#B04F5E (or 0xB04F5E) is known color: Hippie Pink. HEX triplet: B0, 4F and 5E. RGB value is (176,79,94). Sum of RGB (Red+Green+Blue) = 176+79+94=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F5E is #4FB0A1. Grayscale: #6D6D6D. Windows color (decimal): -5222562 or 6180784. OLE color: 6180784.
HSL color Cylindrical-coordinate representation of color #B04F5E: hue angle of 350.72º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F5E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 94 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.31 |
| HSL | 350.72º | 0.38% | 0.5% | - |
| HSV(B) | 350.72º | 0.55% | 0.69% | - |
| XYZ | 22.72 | 15.63 | 12.41 | - |
| YUV | 109.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 94 | 0 | 0.55 | 0.47 | 0.31 | 350.72 | 0.38 | 0.5 |
| Hex | B0 | 4F | 5E | 0 | 37 | 2F | 1F | 15F | 26 | 32 |
| Octal | 260 | 117 | 136 | 0 | 67 | 57 | 37 | 537 | 46 | 62 |
| Binary | 10110000 | 1001111 | 1011110 | 0 | 110111 | 101111 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #B04F5E
Complementary color
Monochromatic Colors of #B04F5E
Black with #B04F5E
Text Example
Text Example
White with #B04F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F5E; }
p { color: rgb(176,79,94); }
H1.HeaderClassName
{
color: #B04F5E;
}
.AnyTagClassName
{
color: #B04F5E;
}
</style>
background-color css
<style>
a { background-color: #B04F5E; }
a { background-color: rgb(176,79,94); }
div.DivClassName
{
background-color: #B04F5E;
}
.BgClassName
{
background-color: #B04F5E;
}
</style>
border-color css
<style>
span { border-color: #B04F5E; }
span { border-color: rgb(176,79,94); }
td.TdClassName
{
border-color: #B04F5E;
}
.TagClassName
{
border-color: #B04F5E;
}
</style>