Color Hex Logo

#b3847e Color Hex

#B3847E
(179,132,126)
0 Favorites   0 Comments

Color spaces of #b3847e

RGB 179132126
HSL0.020.260.60
HSV30°70°
CMYK 0.000.260.30   0.30
XYZ30.607627.592623.4514
Yxy27.59260.37490.3379
Hunter Lab52.528712.083910.3001
CIE-Lab59.518917.203010.3196

#b3847e color RGB value is (179,132,126).

#b3847e hex color red value is 179, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3847e hue: 0.02 , saturation: 0.26 and the lightness value of b3847e is 0.60.

The process color (four color CMYK) of #b3847e color hex is 0.00, 0.26, 0.30, 0.30. Web safe color of #b3847e is #cc9966. Color #b3847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 01111110
Octal 263 204 176
Decimal 179 132 126
Hex B3 84 7E

RGB Percentages of Color #b3847e

%40.96
%30.21
%28.83

CMYK Percentages of Color #b3847e

%0
%26
%30
%30

Triadic Colors of #b3847e

#b3847e #7eb384 #847eb3

Analogous Colors of #b3847e

#b3847e #b39f7e #b37e93

Monochromatic Colors of #b3847e

#b3847e

Complementary Color

#b3847e #7eadb3

#b3847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3847e Color CSS Codes

.mybgcolor {background-color:#b3847e; } 
.myforecolor {color:#b3847e; }
.mybordercolor {border:3px solid #b3847e; }

#b3847e Text Font Color

<p style="color:#b3847e">Text here</p>

This sample text font color is #b3847e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3847e Background Color

<div style="background-color:#b3847e">
Div content here</div>

This div background color is #b3847e


#b3847e Border Color

<div style="border:3px solid #b3847e">
Div here</div>

This div border color is #b3847e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,132,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3847e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3847e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3847e;
  box-shadow:         1px 1px 3px 2px #b3847e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,132,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3847e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3847e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3847e;
  box-shadow:         1px 1px 3px 2px #b3847e;">
Div content here</div>

This div box has shadow with color #b3847e


Comments

No comments written yet.

Please login to write comment.