Color Hex Logo

#b7ac2e Color Hex

#B7AC2E
(183,172,46)
0 Favorites   0 Comments

Color spaces of #b7ac2e

RGB 18317246
HSL0.150.600.45
HSV55°75°72°
CMYK 0.000.060.75   0.28
XYZ34.774139.76968.4283
Yxy39.76960.41910.4793
Hunter Lab63.0631-11.932536.2202
CIE-Lab69.3051-10.084961.8417

#b7ac2e color RGB value is (183,172,46).

#b7ac2e hex color red value is 183, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b7ac2e hue: 0.15 , saturation: 0.60 and the lightness value of b7ac2e is 0.45.

The process color (four color CMYK) of #b7ac2e color hex is 0.00, 0.06, 0.75, 0.28. Web safe color of #b7ac2e is #cc9933. Color #b7ac2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101100 00101110
Octal 267 254 56
Decimal 183 172 46
Hex B7 AC 2E

RGB Percentages of Color #b7ac2e

%45.64
%42.89
%11.47

CMYK Percentages of Color #b7ac2e

%0
%6
%75
%28

Triadic Colors of #b7ac2e

#b7ac2e #2eb7ac #ac2eb7

Analogous Colors of #b7ac2e

#b7ac2e #7eb72e #b7682e

Monochromatic Colors of #b7ac2e

#b7ac2e

Complementary Color

#b7ac2e #2e39b7

#b7ac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ac2e Color CSS Codes

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

#b7ac2e Text Font Color

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

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


#b7ac2e Background Color

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

This div background color is #b7ac2e


#b7ac2e Border Color

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

This div border color is #b7ac2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,172,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ac2e


Comments

No comments written yet.

Please login to write comment.