Color Hex Logo

#b6995e Color Hex

#B6995E
(182,153,94)
0 Favorites   0 Comments

Color spaces of #b6995e

RGB 18215394
HSL0.110.380.54
HSV40°48°71°
CMYK 0.000.160.48   0.29
XYZ32.703033.535715.3391
Yxy33.53570.40090.4111
Hunter Lab57.9100-0.539824.8324
CIE-Lab64.59232.983434.8861

#b6995e color RGB value is (182,153,94).

#b6995e hex color red value is 182, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b6995e hue: 0.11 , saturation: 0.38 and the lightness value of b6995e is 0.54.

The process color (four color CMYK) of #b6995e color hex is 0.00, 0.16, 0.48, 0.29. Web safe color of #b6995e is #cc9966. Color #b6995e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 01011110
Octal 266 231 136
Decimal 182 153 94
Hex B6 99 5E

RGB Percentages of Color #b6995e

%42.42
%35.66
%21.91

CMYK Percentages of Color #b6995e

%0
%16
%48
%29

Triadic Colors of #b6995e

#b6995e #5eb699 #995eb6

Analogous Colors of #b6995e

#b6995e #a7b65e #b66d5e

Monochromatic Colors of #b6995e

#b6995e

Complementary Color

#b6995e #5e7bb6

#b6995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6995e Color CSS Codes

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

#b6995e Text Font Color

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

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


#b6995e Background Color

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

This div background color is #b6995e


#b6995e Border Color

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

This div border color is #b6995e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,153,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6995e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6995e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6995e;
  box-shadow:         1px 1px 3px 2px #b6995e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,153,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6995e


Comments

No comments written yet.

Please login to write comment.