Shades of Hippie Pink #B04A5B
Tints of Hippie Pink #B04A5B
RGB
CMYK
RGB Variations
Color information
#B04A5B (or 0xB04A5B) is known color: Hippie Pink. HEX triplet: B0, 4A and 5B. RGB value is (176,74,91). Sum of RGB (Red+Green+Blue) = 176+74+91=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A5B is #4FB5A4. Grayscale: #6A6A6A. Windows color (decimal): -5223845 or 5982896. OLE color: 5982896.
HSL color Cylindrical-coordinate representation of color #B04A5B: hue angle of 350º 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 #B04A5B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 91 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.31 |
| HSL | 350º | 0.41% | 0.49% | - |
| HSV(B) | 350º | 0.58% | 0.69% | - |
| XYZ | 22.24 | 14.88 | 11.6 | - |
| YUV | 106.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 91 | 0 | 0.58 | 0.48 | 0.31 | 350 | 0.41 | 0.49 |
| Hex | B0 | 4A | 5B | 0 | 3A | 30 | 1F | 15E | 29 | 31 |
| Octal | 260 | 112 | 133 | 0 | 72 | 60 | 37 | 536 | 51 | 61 |
| Binary | 10110000 | 1001010 | 1011011 | 0 | 111010 | 110000 | 11111 | 101011110 | 101001 | 110001 |
Color Harmonies of #B04A5B
Complementary color
Monochromatic Colors of #B04A5B
Black with #B04A5B
Text Example
Text Example
White with #B04A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A5B; }
p { color: rgb(176,74,91); }
H1.HeaderClassName
{
color: #B04A5B;
}
.AnyTagClassName
{
color: #B04A5B;
}
</style>
background-color css
<style>
a { background-color: #B04A5B; }
a { background-color: rgb(176,74,91); }
div.DivClassName
{
background-color: #B04A5B;
}
.BgClassName
{
background-color: #B04A5B;
}
</style>
border-color css
<style>
span { border-color: #B04A5B; }
span { border-color: rgb(176,74,91); }
td.TdClassName
{
border-color: #B04A5B;
}
.TagClassName
{
border-color: #B04A5B;
}
</style>