Shades of Hippie Pink #B34955
Tints of Hippie Pink #B34955
RGB
CMYK
RGB Variations
Color information
#B34955 (or 0xB34955) is known color: Hippie Pink. HEX triplet: B3, 49 and 55. RGB value is (179,73,85). Sum of RGB (Red+Green+Blue) = 179+73+85=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B34955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34955 is #4CB6AA. Grayscale: #6A6A6A. Windows color (decimal): -5027499 or 5589427. OLE color: 5589427.
HSL color Cylindrical-coordinate representation of color #B34955: hue angle of 353.21º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34955 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 85 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.30 |
| HSL | 353.21º | 0.42% | 0.49% | - |
| HSV(B) | 353.21º | 0.59% | 0.7% | - |
| XYZ | 22.61 | 15 | 10.3 | - |
| YUV | 106.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 85 | 0 | 0.59 | 0.53 | 0.30 | 353.21 | 0.42 | 0.49 |
| Hex | B3 | 49 | 55 | 0 | 3B | 35 | 1E | 161 | 2A | 31 |
| Octal | 263 | 111 | 125 | 0 | 73 | 65 | 36 | 541 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1010101 | 0 | 111011 | 110101 | 11110 | 101100001 | 101010 | 110001 |
Color Harmonies of #B34955
Complementary color
Monochromatic Colors of #B34955
Black with #B34955
Text Example
Text Example
White with #B34955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34955; }
p { color: rgb(179,73,85); }
H1.HeaderClassName
{
color: #B34955;
}
.AnyTagClassName
{
color: #B34955;
}
</style>
background-color css
<style>
a { background-color: #B34955; }
a { background-color: rgb(179,73,85); }
div.DivClassName
{
background-color: #B34955;
}
.BgClassName
{
background-color: #B34955;
}
</style>
border-color css
<style>
span { border-color: #B34955; }
span { border-color: rgb(179,73,85); }
td.TdClassName
{
border-color: #B34955;
}
.TagClassName
{
border-color: #B34955;
}
</style>