Color Hex Logo

#b6a957 Color Hex

#B6A957
(182,169,87)
0 Favorites   0 Comments

Color spaces of #b6a957

RGB 18216987
HSL0.140.390.53
HSV52°52°71°
CMYK 0.000.070.52   0.29
XYZ35.199739.009114.6911
Yxy39.00910.39590.4388
Hunter Lab62.4573-8.701129.7740
CIE-Lab68.7579-6.273043.5545

#b6a957 color RGB value is (182,169,87).

#b6a957 hex color red value is 182, green value is 169 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b6a957 hue: 0.14 , saturation: 0.39 and the lightness value of b6a957 is 0.53.

The process color (four color CMYK) of #b6a957 color hex is 0.00, 0.07, 0.52, 0.29. Web safe color of #b6a957 is #cc9966. Color #b6a957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101001 01010111
Octal 266 251 127
Decimal 182 169 87
Hex B6 A9 57

RGB Percentages of Color #b6a957

%41.55
%38.58
%19.86

CMYK Percentages of Color #b6a957

%0
%7
%52
%29

Triadic Colors of #b6a957

#b6a957 #57b6a9 #a957b6

Analogous Colors of #b6a957

#b6a957 #94b657 #b67a57

Monochromatic Colors of #b6a957

#b6a957

Complementary Color

#b6a957 #5764b6

#b6a957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a957 Color CSS Codes

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

#b6a957 Text Font Color

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

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


#b6a957 Background Color

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

This div background color is #b6a957


#b6a957 Border Color

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

This div border color is #b6a957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a957


Comments

No comments written yet.

Please login to write comment.