Shades of Hippie Pink #B04C5D
Tints of Hippie Pink #B04C5D
RGB
CMYK
RGB Variations
Color information
#B04C5D (or 0xB04C5D) is known color: Hippie Pink. HEX triplet: B0, 4C and 5D. RGB value is (176,76,93). Sum of RGB (Red+Green+Blue) = 176+76+93=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C5D is #4FB3A2. Grayscale: #6B6B6B. Windows color (decimal): -5223331 or 6114480. OLE color: 6114480.
HSL color Cylindrical-coordinate representation of color #B04C5D: hue angle of 349.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C5D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 93 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.31 |
| HSL | 349.8º | 0.4% | 0.49% | - |
| HSV(B) | 349.8º | 0.57% | 0.69% | - |
| XYZ | 22.46 | 15.19 | 12.1 | - |
| YUV | 107.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 93 | 0 | 0.57 | 0.47 | 0.31 | 349.8 | 0.4 | 0.49 |
| Hex | B0 | 4C | 5D | 0 | 39 | 2F | 1F | 15E | 28 | 31 |
| Octal | 260 | 114 | 135 | 0 | 71 | 57 | 37 | 536 | 50 | 61 |
| Binary | 10110000 | 1001100 | 1011101 | 0 | 111001 | 101111 | 11111 | 101011110 | 101000 | 110001 |
Color Harmonies of #B04C5D
Complementary color
Monochromatic Colors of #B04C5D
Black with #B04C5D
Text Example
Text Example
White with #B04C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C5D; }
p { color: rgb(176,76,93); }
H1.HeaderClassName
{
color: #B04C5D;
}
.AnyTagClassName
{
color: #B04C5D;
}
</style>
background-color css
<style>
a { background-color: #B04C5D; }
a { background-color: rgb(176,76,93); }
div.DivClassName
{
background-color: #B04C5D;
}
.BgClassName
{
background-color: #B04C5D;
}
</style>
border-color css
<style>
span { border-color: #B04C5D; }
span { border-color: rgb(176,76,93); }
td.TdClassName
{
border-color: #B04C5D;
}
.TagClassName
{
border-color: #B04C5D;
}
</style>