Shades of Hippie Pink #B34453
Tints of Hippie Pink #B34453
RGB
CMYK
RGB Variations
Color information
#B34453 (or 0xB34453) is known color: Hippie Pink. HEX triplet: B3, 44 and 53. RGB value is (179,68,83). Sum of RGB (Red+Green+Blue) = 179+68+83=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34453 is #4CBBAC. Grayscale: #666666. Windows color (decimal): -5028781 or 5457075. OLE color: 5457075.
HSL color Cylindrical-coordinate representation of color #B34453: hue angle of 351.89º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34453 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 83 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.30 |
| HSL | 351.89º | 0.45% | 0.48% | - |
| HSV(B) | 351.89º | 0.62% | 0.7% | - |
| XYZ | 22.22 | 14.34 | 9.78 | - |
| YUV | 102.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 83 | 0 | 0.62 | 0.54 | 0.30 | 351.89 | 0.45 | 0.48 |
| Hex | B3 | 44 | 53 | 0 | 3E | 36 | 1E | 160 | 2D | 30 |
| Octal | 263 | 104 | 123 | 0 | 76 | 66 | 36 | 540 | 55 | 60 |
| Binary | 10110011 | 1000100 | 1010011 | 0 | 111110 | 110110 | 11110 | 101100000 | 101101 | 110000 |
Color Harmonies of #B34453
Complementary color
Monochromatic Colors of #B34453
Black with #B34453
Text Example
Text Example
White with #B34453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34453; }
p { color: rgb(179,68,83); }
H1.HeaderClassName
{
color: #B34453;
}
.AnyTagClassName
{
color: #B34453;
}
</style>
background-color css
<style>
a { background-color: #B34453; }
a { background-color: rgb(179,68,83); }
div.DivClassName
{
background-color: #B34453;
}
.BgClassName
{
background-color: #B34453;
}
</style>
border-color css
<style>
span { border-color: #B34453; }
span { border-color: rgb(179,68,83); }
td.TdClassName
{
border-color: #B34453;
}
.TagClassName
{
border-color: #B34453;
}
</style>