Color Hex Logo

#b6aa38 Color Hex

#B6AA38
(182,170,56)
0 Favorites   0 Comments

Color spaces of #b6aa38

RGB 18217056
HSL0.150.530.47
HSV54°69°71°
CMYK 0.000.070.69   0.29
XYZ34.379938.98019.4533
Yxy38.98010.41510.4707
Hunter Lab62.4340-10.966934.7266
CIE-Lab68.7368-8.991957.5380

#b6aa38 color RGB value is (182,170,56).

#b6aa38 hex color red value is 182, green value is 170 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b6aa38 hue: 0.15 , saturation: 0.53 and the lightness value of b6aa38 is 0.47.

The process color (four color CMYK) of #b6aa38 color hex is 0.00, 0.07, 0.69, 0.29. Web safe color of #b6aa38 is #cc9933. Color #b6aa38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 00111000
Octal 266 252 70
Decimal 182 170 56
Hex B6 AA 38

RGB Percentages of Color #b6aa38

%44.61
%41.67
%13.73

CMYK Percentages of Color #b6aa38

%0
%7
%69
%29

Triadic Colors of #b6aa38

#b6aa38 #38b6aa #aa38b6

Analogous Colors of #b6aa38

#b6aa38 #83b638 #b66b38

Monochromatic Colors of #b6aa38

#b6aa38

Complementary Color

#b6aa38 #3844b6

#b6aa38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aa38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aa38 Color CSS Codes

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

#b6aa38 Text Font Color

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

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


#b6aa38 Background Color

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

This div background color is #b6aa38


#b6aa38 Border Color

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

This div border color is #b6aa38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aa38


Comments

No comments written yet.

Please login to write comment.