#B34A4F

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

Shades of Hippie Pink #B34A4F

Tints of Hippie Pink #B34A4F

Color information

#B34A4F (or 0xB34A4F) is unknown color: approx Hippie Pink. HEX triplet: B3, 4A and 4F. RGB value is (179,74,79). Sum of RGB (Red+Green+Blue) = 179+74+79=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A4F is #4CB5B0. Grayscale: #6A6A6A. Windows color (decimal): -5027249 or 5196467. OLE color: 5196467.

HSL color Cylindrical-coordinate representation of color #B34A4F: hue angle of 357.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 #B34A4F is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1797479-
CMYK00.590.560.30
HSL357.14º41.5%49.61%-
HSV(B)357.14º58.66%70.2%-
XYZ22.4515.059.12-
YUV105.96112.79180.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=53.92%
G=22.29%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179747900.590.560.30357.1441.549.61
HexB34A4F03B381E1652a32
Octal26311211707370365455262
Binary1011001110010101001111011101111100011110101100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A4F; }

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

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

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

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

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

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

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

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