Shades of Hippie Pink #B5494C
Tints of Hippie Pink #B5494C
RGB
CMYK
RGB Variations
Color information
#B5494C (or 0xB5494C) is known color: Hippie Pink. HEX triplet: B5, 49 and 4C. RGB value is (181,73,76). Sum of RGB (Red+Green+Blue) = 181+73+76=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5494C is #4AB6B3. Grayscale: #696969. Windows color (decimal): -4896436 or 4999605. OLE color: 4999605.
HSL color Cylindrical-coordinate representation of color #B5494C: hue angle of 358.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5494C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 76 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.29 |
| HSL | 358.33º | 0.43% | 0.5% | - |
| HSV(B) | 358.33º | 0.6% | 0.71% | - |
| XYZ | 22.74 | 15.11 | 8.56 | - |
| YUV | 105.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 76 | 0 | 0.60 | 0.58 | 0.29 | 358.33 | 0.43 | 0.5 |
| Hex | B5 | 49 | 4C | 0 | 3C | 3A | 1D | 166 | 2B | 32 |
| Octal | 265 | 111 | 114 | 0 | 74 | 72 | 35 | 546 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1001100 | 0 | 111100 | 111010 | 11101 | 101100110 | 101011 | 110010 |
Color Harmonies of #B5494C
Complementary color
Monochromatic Colors of #B5494C
Black with #B5494C
Text Example
Text Example
White with #B5494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5494C; }
p { color: rgb(181,73,76); }
H1.HeaderClassName
{
color: #B5494C;
}
.AnyTagClassName
{
color: #B5494C;
}
</style>
background-color css
<style>
a { background-color: #B5494C; }
a { background-color: rgb(181,73,76); }
div.DivClassName
{
background-color: #B5494C;
}
.BgClassName
{
background-color: #B5494C;
}
</style>
border-color css
<style>
span { border-color: #B5494C; }
span { border-color: rgb(181,73,76); }
td.TdClassName
{
border-color: #B5494C;
}
.TagClassName
{
border-color: #B5494C;
}
</style>