Shades of Hippie Pink #B34952
Tints of Hippie Pink #B34952
RGB
CMYK
RGB Variations
Color information
#B34952 (or 0xB34952) is known color: Hippie Pink. HEX triplet: B3, 49 and 52. RGB value is (179,73,82). Sum of RGB (Red+Green+Blue) = 179+73+82=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34952 is #4CB6AD. Grayscale: #696969. Windows color (decimal): -5027502 or 5392819. OLE color: 5392819.
HSL color Cylindrical-coordinate representation of color #B34952: hue angle of 354.91º 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 #B34952 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 82 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.30 |
| HSL | 354.91º | 0.42% | 0.49% | - |
| HSV(B) | 354.91º | 0.59% | 0.7% | - |
| XYZ | 22.5 | 14.96 | 9.68 | - |
| YUV | 105.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 82 | 0 | 0.59 | 0.54 | 0.30 | 354.91 | 0.42 | 0.49 |
| Hex | B3 | 49 | 52 | 0 | 3B | 36 | 1E | 163 | 2A | 31 |
| Octal | 263 | 111 | 122 | 0 | 73 | 66 | 36 | 543 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1010010 | 0 | 111011 | 110110 | 11110 | 101100011 | 101010 | 110001 |
Color Harmonies of #B34952
Complementary color
Monochromatic Colors of #B34952
Black with #B34952
Text Example
Text Example
White with #B34952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34952; }
p { color: rgb(179,73,82); }
H1.HeaderClassName
{
color: #B34952;
}
.AnyTagClassName
{
color: #B34952;
}
</style>
background-color css
<style>
a { background-color: #B34952; }
a { background-color: rgb(179,73,82); }
div.DivClassName
{
background-color: #B34952;
}
.BgClassName
{
background-color: #B34952;
}
</style>
border-color css
<style>
span { border-color: #B34952; }
span { border-color: rgb(179,73,82); }
td.TdClassName
{
border-color: #B34952;
}
.TagClassName
{
border-color: #B34952;
}
</style>