Color Hex Logo

#b6986e Color Hex

#B6986E
(182,152,110)
0 Favorites   0 Comments

Color spaces of #b6986e

RGB 182152110
HSL0.100.330.57
HSV35°40°71°
CMYK 0.000.160.40   0.29
XYZ33.334133.527319.4664
Yxy33.52730.38610.3884
Hunter Lab57.90281.431020.5992
CIE-Lab64.58565.251826.2715

#b6986e color RGB value is (182,152,110).

#b6986e hex color red value is 182, green value is 152 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b6986e hue: 0.10 , saturation: 0.33 and the lightness value of b6986e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 01101110
Octal 266 230 156
Decimal 182 152 110
Hex B6 98 6E

RGB Percentages of Color #b6986e

%40.99
%34.23
%24.77

CMYK Percentages of Color #b6986e

%0
%16
%40
%29

Triadic Colors of #b6986e

#b6986e #6eb698 #986eb6

Analogous Colors of #b6986e

#b6986e #b0b66e #b6746e

Monochromatic Colors of #b6986e

#b6986e

Complementary Color

#b6986e #6e8cb6

#b6986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6986e Color CSS Codes

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

#b6986e Text Font Color

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

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


#b6986e Background Color

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

This div background color is #b6986e


#b6986e Border Color

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

This div border color is #b6986e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,152,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 #b6986e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6986e


Comments

No comments written yet.

Please login to write comment.