#B34A56

Color #B34A56 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B34A56

Tints of Hippie Pink #B34A56

Color information

#B34A56 (or 0xB34A56) is unknown color: approx Hippie Pink. HEX triplet: B3, 4A and 56. RGB value is (179,74,86). Sum of RGB (Red+Green+Blue) = 179+74+86=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A56 is #4CB5A9. Grayscale: #6A6A6A. Windows color (decimal): -5027242 or 5655219. OLE color: 5655219.

HSL color Cylindrical-coordinate representation of color #B34A56: hue angle of 353.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A56 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB1797486-
CMYK00.590.520.30
HSL353.14º41.5%49.61%-
HSV(B)353.14º58.66%70.2%-
XYZ22.7215.1510.53-
YUV106.76116.29179.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=52.80%
G=21.83%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179748600.590.520.30353.1441.549.61
HexB34A5603B341E1612a32
Octal26311212607364365415262
Binary1011001110010101010110011101111010011110101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A56; }

 p { color: rgb(179,74,86); }

 H1.HeaderClassName
 {
   color: #B34A56;
 }
 .AnyTagClassName
 {
   color: #B34A56;
 }
</style>
background-color css

<style>
 a { background-color: #B34A56; }

 a { background-color: rgb(179,74,86); }

 div.DivClassName
 {
   background-color: #B34A56;
 }
 .BgClassName
 {
   background-color: #B34A56;
 }
</style>
border-color css

<style>
 span { border-color: #B34A56; }

 span { border-color: rgb(179,74,86); }

 td.TdClassName
 {
   border-color: #B34A56;
 }
 .TagClassName
 {
   border-color: #B34A56;
 }
</style>