Color Hex Logo

#b6a03e Color Hex

#B6A03E
(182,160,62)
0 Favorites   0 Comments

Color spaces of #b6a03e

RGB 18216062
HSL0.140.490.48
HSV49°66°71°
CMYK 0.000.120.66   0.29
XYZ32.731735.43459.6718
Yxy35.43450.42050.4552
Hunter Lab59.5269-6.021332.0355
CIE-Lab66.0856-3.350452.2897

#b6a03e color RGB value is (182,160,62).

#b6a03e hex color red value is 182, green value is 160 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b6a03e hue: 0.14 , saturation: 0.49 and the lightness value of b6a03e is 0.48.

The process color (four color CMYK) of #b6a03e color hex is 0.00, 0.12, 0.66, 0.29. Web safe color of #b6a03e is #cc9933. Color #b6a03e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100000 00111110
Octal 266 240 76
Decimal 182 160 62
Hex B6 A0 3E

RGB Percentages of Color #b6a03e

%45.05
%39.60
%15.35

CMYK Percentages of Color #b6a03e

%0
%12
%66
%29

Triadic Colors of #b6a03e

#b6a03e #3eb6a0 #a03eb6

Analogous Colors of #b6a03e

#b6a03e #90b63e #b6643e

Monochromatic Colors of #b6a03e

#b6a03e

Complementary Color

#b6a03e #3e54b6

#b6a03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a03e Color CSS Codes

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

#b6a03e Text Font Color

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

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


#b6a03e Background Color

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

This div background color is #b6a03e


#b6a03e Border Color

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

This div border color is #b6a03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a03e


Comments

No comments written yet.

Please login to write comment.