#B34E5B

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

Shades of Hippie Pink #B34E5B

Tints of Hippie Pink #B34E5B

Color information

#B34E5B (or 0xB34E5B) is unknown color: approx Hippie Pink. HEX triplet: B3, 4E and 5B. RGB value is (179,78,91). Sum of RGB (Red+Green+Blue) = 179+78+91=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E5B is #4CB1A4. Grayscale: #6D6D6D. Windows color (decimal): -5026213 or 5983923. OLE color: 5983923.

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

Color convert

RGB1797891-
CMYK00.560.490.30
HSL352.28º39.92%50.39%-
HSV(B)352.28º56.42%70.2%-
XYZ23.215.7911.72-
YUV109.68117.46177.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=51.44%
G=22.41%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179789100.560.490.30352.2839.9250.39
HexB34E5B038311E1602832
Octal26311613307061365405062
Binary1011001110011101011011011100011000111110101100000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E5B; }

 p { color: rgb(179,78,91); }

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

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

 a { background-color: rgb(179,78,91); }

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

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

 span { border-color: rgb(179,78,91); }

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