Color Hex Logo

#b7a63e Color Hex

#B7A63E
(183,166,62)
0 Favorites   0 Comments

Color spaces of #b7a63e

RGB 18316662
HSL0.140.490.48
HSV52°66°72°
CMYK 0.000.090.66   0.28
XYZ34.034237.687510.0381
Yxy37.68750.41630.4610
Hunter Lab61.3901-8.473833.2784
CIE-Lab67.7897-6.107354.1151

#b7a63e color RGB value is (183,166,62).

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

The process color (four color CMYK) of #b7a63e color hex is 0.00, 0.09, 0.66, 0.28. Web safe color of #b7a63e is #cc9933. Color #b7a63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10100110 00111110
Octal 267 246 76
Decimal 183 166 62
Hex B7 A6 3E

RGB Percentages of Color #b7a63e

%44.53
%40.39
%15.09

CMYK Percentages of Color #b7a63e

%0
%9
%66
%28

Triadic Colors of #b7a63e

#b7a63e #3eb7a6 #a63eb7

Analogous Colors of #b7a63e

#b7a63e #8cb73e #b76a3e

Monochromatic Colors of #b7a63e

#b7a63e

Complementary Color

#b7a63e #3e4fb7

#b7a63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7a63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7a63e Color CSS Codes

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

#b7a63e Text Font Color

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

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


#b7a63e Background Color

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

This div background color is #b7a63e


#b7a63e Border Color

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

This div border color is #b7a63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7a63e


Comments

No comments written yet.

Please login to write comment.