Color Hex Logo

#b7af5e Color Hex

#B7AF5E
(183,175,94)
0 Favorites   0 Comments

Color spaces of #b7af5e

RGB 18317594
HSL0.150.380.54
HSV55°49°72°
CMYK 0.000.040.49   0.28
XYZ36.878841.535416.6631
Yxy41.53540.38790.4369
Hunter Lab64.4480-10.641629.7841
CIE-Lab70.5494-8.374342.2449

#b7af5e color RGB value is (183,175,94).

#b7af5e hex color red value is 183, green value is 175 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b7af5e hue: 0.15 , saturation: 0.38 and the lightness value of b7af5e is 0.54.

The process color (four color CMYK) of #b7af5e color hex is 0.00, 0.04, 0.49, 0.28. Web safe color of #b7af5e is #cc9966. Color #b7af5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 01011110
Octal 267 257 136
Decimal 183 175 94
Hex B7 AF 5E

RGB Percentages of Color #b7af5e

%40.49
%38.72
%20.80

CMYK Percentages of Color #b7af5e

%0
%4
%49
%28

Triadic Colors of #b7af5e

#b7af5e #5eb7af #af5eb7

Analogous Colors of #b7af5e

#b7af5e #93b75e #b7835e

Monochromatic Colors of #b7af5e

#b7af5e

Complementary Color

#b7af5e #5e66b7

#b7af5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7af5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7af5e Color CSS Codes

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

#b7af5e Text Font Color

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

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


#b7af5e Background Color

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

This div background color is #b7af5e


#b7af5e Border Color

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

This div border color is #b7af5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7af5e


Comments

No comments written yet.

Please login to write comment.