Shades of Hippie Pink #B34053
Tints of Hippie Pink #B34053
RGB
CMYK
RGB Variations
Color information
#B34053 (or 0xB34053) is known color: Hippie Pink. HEX triplet: B3, 40 and 53. RGB value is (179,64,83). Sum of RGB (Red+Green+Blue) = 179+64+83=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B34053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34053 is #4CBFAC. Grayscale: #646464. Windows color (decimal): -5029805 or 5456051. OLE color: 5456051.
HSL color Cylindrical-coordinate representation of color #B34053: hue angle of 350.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34053 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 83 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.30 |
| HSL | 350.09º | 0.47% | 0.48% | - |
| HSV(B) | 350.09º | 0.64% | 0.7% | - |
| XYZ | 21.99 | 13.88 | 9.7 | - |
| YUV | 100.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 83 | 0 | 0.64 | 0.54 | 0.30 | 350.09 | 0.47 | 0.48 |
| Hex | B3 | 40 | 53 | 0 | 40 | 36 | 1E | 15E | 2F | 30 |
| Octal | 263 | 100 | 123 | 0 | 100 | 66 | 36 | 536 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1010011 | 0 | 1000000 | 110110 | 11110 | 101011110 | 101111 | 110000 |
Color Harmonies of #B34053
Complementary color
Monochromatic Colors of #B34053
Black with #B34053
Text Example
Text Example
White with #B34053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34053; }
p { color: rgb(179,64,83); }
H1.HeaderClassName
{
color: #B34053;
}
.AnyTagClassName
{
color: #B34053;
}
</style>
background-color css
<style>
a { background-color: #B34053; }
a { background-color: rgb(179,64,83); }
div.DivClassName
{
background-color: #B34053;
}
.BgClassName
{
background-color: #B34053;
}
</style>
border-color css
<style>
span { border-color: #B34053; }
span { border-color: rgb(179,64,83); }
td.TdClassName
{
border-color: #B34053;
}
.TagClassName
{
border-color: #B34053;
}
</style>