Color Hex Logo

#b6a581 Color Hex

#B6A581
(182,165,129)
0 Favorites   0 Comments

Color spaces of #b6a581

RGB 182165129
HSL0.110.270.61
HSV41°29°71°
CMYK 0.000.090.29   0.29
XYZ36.709038.440326.2538
Yxy38.44030.36200.3791
Hunter Lab62.0002-2.814418.2940
CIE-Lab68.34390.571720.9383

#b6a581 color RGB value is (182,165,129).

#b6a581 hex color red value is 182, green value is 165 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b6a581 hue: 0.11 , saturation: 0.27 and the lightness value of b6a581 is 0.61.

The process color (four color CMYK) of #b6a581 color hex is 0.00, 0.09, 0.29, 0.29. Web safe color of #b6a581 is #cc9999. Color #b6a581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100101 10000001
Octal 266 245 201
Decimal 182 165 129
Hex B6 A5 81

RGB Percentages of Color #b6a581

%38.24
%34.66
%27.10

CMYK Percentages of Color #b6a581

%0
%9
%29
%29

Triadic Colors of #b6a581

#b6a581 #81b6a5 #a581b6

Analogous Colors of #b6a581

#b6a581 #adb681 #b68b81

Monochromatic Colors of #b6a581

#b6a581

Complementary Color

#b6a581 #8192b6

#b6a581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a581 Color CSS Codes

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

#b6a581 Text Font Color

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

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


#b6a581 Background Color

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

This div background color is #b6a581


#b6a581 Border Color

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

This div border color is #b6a581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a581


Comments

No comments written yet.

Please login to write comment.