#B34B5E

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

Shades of Hippie Pink #B34B5E

Tints of Hippie Pink #B34B5E

Color information

#B34B5E (or 0xB34B5E) is unknown color: approx Hippie Pink. HEX triplet: B3, 4B and 5E. RGB value is (179,75,94). Sum of RGB (Red+Green+Blue) = 179+75+94=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B5E is #4CB4A1. Grayscale: #6C6C6C. Windows color (decimal): -5026978 or 6179763. OLE color: 6179763.

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

Color convert

RGB1797594-
CMYK00.580.470.30
HSL349.04º40.94%49.8%-
HSV(B)349.04º58.1%70.2%-
XYZ23.1315.4212.35-
YUV108.26119.96178.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=51.44%
G=21.55%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179759400.580.470.30349.0440.9449.8
HexB34B5E03A2F1E15d2932
Octal26311313607257365355162
Binary1011001110010111011110011101010111111110101011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B5E; }

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

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

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

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

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

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

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

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