Color Hex Logo

#b7a382 Color Hex

#B7A382
(183,163,130)
0 Favorites   0 Comments

Color spaces of #b7a382

RGB 183163130
HSL0.100.270.61
HSV37°29°72°
CMYK 0.000.110.29   0.28
XYZ36.654937.873426.4975
Yxy37.87340.36280.3749
Hunter Lab61.5414-1.380317.5508
CIE-Lab67.92722.188819.8359

#b7a382 color RGB value is (183,163,130).

#b7a382 hex color red value is 183, green value is 163 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b7a382 hue: 0.10 , saturation: 0.27 and the lightness value of b7a382 is 0.61.

The process color (four color CMYK) of #b7a382 color hex is 0.00, 0.11, 0.29, 0.28. Web safe color of #b7a382 is #cc9999. Color #b7a382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10100011 10000010
Octal 267 243 202
Decimal 183 163 130
Hex B7 A3 82

RGB Percentages of Color #b7a382

%38.45
%34.24
%27.31

CMYK Percentages of Color #b7a382

%0
%11
%29
%28

Triadic Colors of #b7a382

#b7a382 #82b7a3 #a382b7

Analogous Colors of #b7a382

#b7a382 #b1b782 #b78982

Monochromatic Colors of #b7a382

#b7a382

Complementary Color

#b7a382 #8296b7

#b7a382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7a382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7a382 Color CSS Codes

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

#b7a382 Text Font Color

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

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


#b7a382 Background Color

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

This div background color is #b7a382


#b7a382 Border Color

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

This div border color is #b7a382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7a382


Comments

No comments written yet.

Please login to write comment.