Color Hex Logo

#b6957e Color Hex

#B6957E
(182,149,126)
0 Favorites   0 Comments

Color spaces of #b6957e

RGB 182149126
HSL0.070.280.60
HSV25°31°71°
CMYK 0.000.180.31   0.29
XYZ33.804732.946324.3162
Yxy32.94630.37120.3618
Hunter Lab57.39894.678415.0619
CIE-Lab64.11748.921616.7922

#b6957e color RGB value is (182,149,126).

#b6957e hex color red value is 182, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6957e hue: 0.07 , saturation: 0.28 and the lightness value of b6957e is 0.60.

The process color (four color CMYK) of #b6957e color hex is 0.00, 0.18, 0.31, 0.29. Web safe color of #b6957e is #cc9966. Color #b6957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 01111110
Octal 266 225 176
Decimal 182 149 126
Hex B6 95 7E

RGB Percentages of Color #b6957e

%39.82
%32.60
%27.57

CMYK Percentages of Color #b6957e

%0
%18
%31
%29

Triadic Colors of #b6957e

#b6957e #7eb695 #957eb6

Analogous Colors of #b6957e

#b6957e #b6b17e #b67e83

Monochromatic Colors of #b6957e

#b6957e

Complementary Color

#b6957e #7e9fb6

#b6957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6957e Color CSS Codes

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

#b6957e Text Font Color

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

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


#b6957e Background Color

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

This div background color is #b6957e


#b6957e Border Color

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

This div border color is #b6957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6957e


Comments

No comments written yet.

Please login to write comment.