Color Hex Logo

#b3896e Color Hex

#B3896E
(179,137,110)
0 Favorites   0 Comments

Color spaces of #b3896e

RGB 179137110
HSL0.070.310.57
HSV23°39°70°
CMYK 0.000.230.39   0.30
XYZ30.350528.600818.6727
Yxy28.60080.39100.3685
Hunter Lab53.47977.711816.7344
CIE-Lab60.427712.323420.6553

#b3896e color RGB value is (179,137,110).

#b3896e hex color red value is 179, green value is 137 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b3896e hue: 0.07 , saturation: 0.31 and the lightness value of b3896e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 01101110
Octal 263 211 156
Decimal 179 137 110
Hex B3 89 6E

RGB Percentages of Color #b3896e

%42.02
%32.16
%25.82

CMYK Percentages of Color #b3896e

%0
%23
%39
%30

Triadic Colors of #b3896e

#b3896e #6eb389 #896eb3

Analogous Colors of #b3896e

#b3896e #b3ac6e #b36e76

Monochromatic Colors of #b3896e

#b3896e

Complementary Color

#b3896e #6e98b3

#b3896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3896e Color CSS Codes

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

#b3896e Text Font Color

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

This sample text font color is #b3896e
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.


#b3896e Background Color

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

This div background color is #b3896e


#b3896e Border Color

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

This div border color is #b3896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3896e


Comments

No comments written yet.

Please login to write comment.