Color Hex Logo

#b6b46e Color Hex

#B6B46E
(182,180,110)
0 Favorites   0 Comments

Color spaces of #b6b46e

RGB 182180110
HSL0.160.330.57
HSV58°40°71°
CMYK 0.000.010.40   0.29
XYZ38.427143.713421.1641
Yxy43.71340.37200.4232
Hunter Lab66.1161-11.957927.3022
CIE-Lab72.0365-9.750535.9334

#b6b46e color RGB value is (182,180,110).

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

The process color (four color CMYK) of #b6b46e color hex is 0.00, 0.01, 0.40, 0.29. Web safe color of #b6b46e is #cccc66. Color #b6b46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110100 01101110
Octal 266 264 156
Decimal 182 180 110
Hex B6 B4 6E

RGB Percentages of Color #b6b46e

%38.56
%38.14
%23.31

CMYK Percentages of Color #b6b46e

%0
%1
%40
%29

Triadic Colors of #b6b46e

#b6b46e #6eb6b4 #b46eb6

Analogous Colors of #b6b46e

#b6b46e #94b66e #b6906e

Monochromatic Colors of #b6b46e

#b6b46e

Complementary Color

#b6b46e #6e70b6

#b6b46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b46e Color CSS Codes

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

#b6b46e Text Font Color

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

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


#b6b46e Background Color

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

This div background color is #b6b46e


#b6b46e Border Color

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

This div border color is #b6b46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b46e


Comments

No comments written yet.

Please login to write comment.