#B34B59

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

Shades of Hippie Pink #B34B59

Tints of Hippie Pink #B34B59

Color information

#B34B59 (or 0xB34B59) is unknown color: approx Hippie Pink. HEX triplet: B3, 4B and 59. RGB value is (179,75,89). Sum of RGB (Red+Green+Blue) = 179+75+89=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B59 is #4CB4A6. Grayscale: #6B6B6B. Windows color (decimal): -5026983 or 5852083. OLE color: 5852083.

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

Color convert

RGB1797589-
CMYK00.580.500.30
HSL351.92º40.94%49.8%-
HSV(B)351.92º58.1%70.2%-
XYZ22.9115.3411.2-
YUV107.69117.46178.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=52.19%
G=21.87%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179758900.580.500.30351.9240.9449.8
HexB34B5903A321E1602932
Octal26311313107262365405162
Binary1011001110010111011001011101011001011110101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B59; }

 p { color: rgb(179,75,89); }

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

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

 a { background-color: rgb(179,75,89); }

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

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

 span { border-color: rgb(179,75,89); }

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