Shades of Hippie Pink #B04D5B
Tints of Hippie Pink #B04D5B
RGB
CMYK
RGB Variations
Color information
#B04D5B (or 0xB04D5B) is known color: Hippie Pink. HEX triplet: B0, 4D and 5B. RGB value is (176,77,91). Sum of RGB (Red+Green+Blue) = 176+77+91=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D5B is #4FB2A4. Grayscale: #6C6C6C. Windows color (decimal): -5223077 or 5983664. OLE color: 5983664.
HSL color Cylindrical-coordinate representation of color #B04D5B: hue angle of 351.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D5B is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 91 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.31 |
| HSL | 351.52º | 0.39% | 0.5% | - |
| HSV(B) | 351.52º | 0.56% | 0.69% | - |
| XYZ | 22.45 | 15.29 | 11.67 | - |
| YUV | 108.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 91 | 0 | 0.56 | 0.48 | 0.31 | 351.52 | 0.39 | 0.5 |
| Hex | B0 | 4D | 5B | 0 | 38 | 30 | 1F | 160 | 27 | 32 |
| Octal | 260 | 115 | 133 | 0 | 70 | 60 | 37 | 540 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1011011 | 0 | 111000 | 110000 | 11111 | 101100000 | 100111 | 110010 |
Color Harmonies of #B04D5B
Complementary color
Monochromatic Colors of #B04D5B
Black with #B04D5B
Text Example
Text Example
White with #B04D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D5B; }
p { color: rgb(176,77,91); }
H1.HeaderClassName
{
color: #B04D5B;
}
.AnyTagClassName
{
color: #B04D5B;
}
</style>
background-color css
<style>
a { background-color: #B04D5B; }
a { background-color: rgb(176,77,91); }
div.DivClassName
{
background-color: #B04D5B;
}
.BgClassName
{
background-color: #B04D5B;
}
</style>
border-color css
<style>
span { border-color: #B04D5B; }
span { border-color: rgb(176,77,91); }
td.TdClassName
{
border-color: #B04D5B;
}
.TagClassName
{
border-color: #B04D5B;
}
</style>