#B34346

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

Shades of Hippie Pink #B34346

Tints of Hippie Pink #B34346

Color information

#B34346 (or 0xB34346) is unknown color: approx Hippie Pink. HEX triplet: B3, 43 and 46. RGB value is (179,67,70). Sum of RGB (Red+Green+Blue) = 179+67+70=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34346 is #4CBCB9. Grayscale: #646464. Windows color (decimal): -5029050 or 4604851. OLE color: 4604851.

HSL color Cylindrical-coordinate representation of color #B34346: hue angle of 358.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34346 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1796770-
CMYK00.630.610.30
HSL358.39º45.53%48.24%-
HSV(B)358.39º62.57%70.2%-
XYZ21.714.047.36-
YUV100.83110.61183.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=56.65%
G=21.20%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179677000.630.610.30358.3945.5348.24
HexB3434603F3D1E1662e30
Octal26310310607775365465660
Binary1011001110000111000110011111111110111110101100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34346; }

 p { color: rgb(179,67,70); }

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

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

 a { background-color: rgb(179,67,70); }

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

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

 span { border-color: rgb(179,67,70); }

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