#B34A5A

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

Shades of Hippie Pink #B34A5A

Tints of Hippie Pink #B34A5A

Color information

#B34A5A (or 0xB34A5A) is unknown color: approx Hippie Pink. HEX triplet: B3, 4A and 5A. RGB value is (179,74,90). Sum of RGB (Red+Green+Blue) = 179+74+90=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A5A is #4CB5A5. Grayscale: #6B6B6B. Windows color (decimal): -5027238 or 5917363. OLE color: 5917363.

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

Color convert

RGB1797490-
CMYK00.590.500.30
HSL350.86º41.5%49.61%-
HSV(B)350.86º58.66%70.2%-
XYZ22.8815.2211.4-
YUV107.22118.29179.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=52.19%
G=21.57%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179749000.590.500.30350.8641.549.61
HexB34A5A03B321E15f2a32
Octal26311213207362365375262
Binary1011001110010101011010011101111001011110101011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A5A; }

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

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

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

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

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

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

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

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