#B34B4C

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

Shades of Hippie Pink #B34B4C

Tints of Hippie Pink #B34B4C

Color information

#B34B4C (or 0xB34B4C) is unknown color: approx Hippie Pink. HEX triplet: B3, 4B and 4C. RGB value is (179,75,76). Sum of RGB (Red+Green+Blue) = 179+75+76=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B4C is #4CB4B3. Grayscale: #6A6A6A. Windows color (decimal): -5026996 or 5000115. OLE color: 5000115.

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

Color convert

RGB1797576-
CMYK00.580.580.30
HSL359.42º40.94%49.8%-
HSV(B)359.42º58.1%70.2%-
XYZ22.4115.148.58-
YUV106.21110.96179.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=54.24%
G=22.73%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179757600.580.580.30359.4240.9449.8
HexB34B4C03A3A1E1672932
Octal26311311407272365475162
Binary1011001110010111001100011101011101011110101100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B4C; }

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

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

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

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

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

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

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

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