Shades of Hippie Pink #B04F5D
Tints of Hippie Pink #B04F5D
RGB
CMYK
RGB Variations
Color information
#B04F5D (or 0xB04F5D) is known color: Hippie Pink. HEX triplet: B0, 4F and 5D. RGB value is (176,79,93). Sum of RGB (Red+Green+Blue) = 176+79+93=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F5D is #4FB0A2. Grayscale: #6D6D6D. Windows color (decimal): -5222563 or 6115248. OLE color: 6115248.
HSL color Cylindrical-coordinate representation of color #B04F5D: hue angle of 351.34º 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 #B04F5D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 93 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.31 |
| HSL | 351.34º | 0.38% | 0.5% | - |
| HSV(B) | 351.34º | 0.55% | 0.69% | - |
| XYZ | 22.68 | 15.61 | 12.17 | - |
| YUV | 109.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 93 | 0 | 0.55 | 0.47 | 0.31 | 351.34 | 0.38 | 0.5 |
| Hex | B0 | 4F | 5D | 0 | 37 | 2F | 1F | 15F | 26 | 32 |
| Octal | 260 | 117 | 135 | 0 | 67 | 57 | 37 | 537 | 46 | 62 |
| Binary | 10110000 | 1001111 | 1011101 | 0 | 110111 | 101111 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #B04F5D
Complementary color
Monochromatic Colors of #B04F5D
Black with #B04F5D
Text Example
Text Example
White with #B04F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F5D; }
p { color: rgb(176,79,93); }
H1.HeaderClassName
{
color: #B04F5D;
}
.AnyTagClassName
{
color: #B04F5D;
}
</style>
background-color css
<style>
a { background-color: #B04F5D; }
a { background-color: rgb(176,79,93); }
div.DivClassName
{
background-color: #B04F5D;
}
.BgClassName
{
background-color: #B04F5D;
}
</style>
border-color css
<style>
span { border-color: #B04F5D; }
span { border-color: rgb(176,79,93); }
td.TdClassName
{
border-color: #B04F5D;
}
.TagClassName
{
border-color: #B04F5D;
}
</style>