Color Hex Logo

#b6aa68 Color Hex

#B6AA68
(182,170,104)
0 Favorites   0 Comments

Color spaces of #b6aa68

RGB 182170104
HSL0.140.350.56
HSV51°43°71°
CMYK 0.000.070.43   0.29
XYZ36.164839.694018.8523
Yxy39.69400.38180.4191
Hunter Lab63.0032-7.793826.3610
CIE-Lab69.2510-5.146735.5128

#b6aa68 color RGB value is (182,170,104).

#b6aa68 hex color red value is 182, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b6aa68 hue: 0.14 , saturation: 0.35 and the lightness value of b6aa68 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 01101000
Octal 266 252 150
Decimal 182 170 104
Hex B6 AA 68

RGB Percentages of Color #b6aa68

%39.91
%37.28
%22.81

CMYK Percentages of Color #b6aa68

%0
%7
%43
%29

Triadic Colors of #b6aa68

#b6aa68 #68b6aa #aa68b6

Analogous Colors of #b6aa68

#b6aa68 #9bb668 #b68368

Monochromatic Colors of #b6aa68

#b6aa68

Complementary Color

#b6aa68 #6874b6

#b6aa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aa68 Color CSS Codes

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

#b6aa68 Text Font Color

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

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


#b6aa68 Background Color

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

This div background color is #b6aa68


#b6aa68 Border Color

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

This div border color is #b6aa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aa68


Comments

No comments written yet.

Please login to write comment.