Shades of Hippie Pink #B04A5C
Tints of Hippie Pink #B04A5C
RGB
CMYK
RGB Variations
Color information
#B04A5C (or 0xB04A5C) is known color: Hippie Pink. HEX triplet: B0, 4A and 5C. RGB value is (176,74,92). Sum of RGB (Red+Green+Blue) = 176+74+92=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A5C is #4FB5A3. Grayscale: #6A6A6A. Windows color (decimal): -5223844 or 6048432. OLE color: 6048432.
HSL color Cylindrical-coordinate representation of color #B04A5C: hue angle of 349.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A5C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 92 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.31 |
| HSL | 349.41º | 0.41% | 0.49% | - |
| HSV(B) | 349.41º | 0.58% | 0.69% | - |
| XYZ | 22.29 | 14.9 | 11.83 | - |
| YUV | 106.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 92 | 0 | 0.58 | 0.48 | 0.31 | 349.41 | 0.41 | 0.49 |
| Hex | B0 | 4A | 5C | 0 | 3A | 30 | 1F | 15D | 29 | 31 |
| Octal | 260 | 112 | 134 | 0 | 72 | 60 | 37 | 535 | 51 | 61 |
| Binary | 10110000 | 1001010 | 1011100 | 0 | 111010 | 110000 | 11111 | 101011101 | 101001 | 110001 |
Color Harmonies of #B04A5C
Complementary color
Monochromatic Colors of #B04A5C
Black with #B04A5C
Text Example
Text Example
White with #B04A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A5C; }
p { color: rgb(176,74,92); }
H1.HeaderClassName
{
color: #B04A5C;
}
.AnyTagClassName
{
color: #B04A5C;
}
</style>
background-color css
<style>
a { background-color: #B04A5C; }
a { background-color: rgb(176,74,92); }
div.DivClassName
{
background-color: #B04A5C;
}
.BgClassName
{
background-color: #B04A5C;
}
</style>
border-color css
<style>
span { border-color: #B04A5C; }
span { border-color: rgb(176,74,92); }
td.TdClassName
{
border-color: #B04A5C;
}
.TagClassName
{
border-color: #B04A5C;
}
</style>