Shades of Hippie Pink #B34956
Tints of Hippie Pink #B34956
RGB
CMYK
RGB Variations
Color information
#B34956 (or 0xB34956) is known color: Hippie Pink. HEX triplet: B3, 49 and 56. RGB value is (179,73,86). Sum of RGB (Red+Green+Blue) = 179+73+86=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B34956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34956 is #4CB6A9. Grayscale: #6A6A6A. Windows color (decimal): -5027498 or 5654963. OLE color: 5654963.
HSL color Cylindrical-coordinate representation of color #B34956: hue angle of 352.64º 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 #B34956 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 86 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.30 |
| HSL | 352.64º | 0.42% | 0.49% | - |
| HSV(B) | 352.64º | 0.59% | 0.7% | - |
| XYZ | 22.65 | 15.02 | 10.51 | - |
| YUV | 106.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 86 | 0 | 0.59 | 0.52 | 0.30 | 352.64 | 0.42 | 0.49 |
| Hex | B3 | 49 | 56 | 0 | 3B | 34 | 1E | 161 | 2A | 31 |
| Octal | 263 | 111 | 126 | 0 | 73 | 64 | 36 | 541 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1010110 | 0 | 111011 | 110100 | 11110 | 101100001 | 101010 | 110001 |
Color Harmonies of #B34956
Complementary color
Monochromatic Colors of #B34956
Black with #B34956
Text Example
Text Example
White with #B34956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34956; }
p { color: rgb(179,73,86); }
H1.HeaderClassName
{
color: #B34956;
}
.AnyTagClassName
{
color: #B34956;
}
</style>
background-color css
<style>
a { background-color: #B34956; }
a { background-color: rgb(179,73,86); }
div.DivClassName
{
background-color: #B34956;
}
.BgClassName
{
background-color: #B34956;
}
</style>
border-color css
<style>
span { border-color: #B34956; }
span { border-color: rgb(179,73,86); }
td.TdClassName
{
border-color: #B34956;
}
.TagClassName
{
border-color: #B34956;
}
</style>