Color Hex Logo

#b5985a Color Hex

#B5985A
(181,152,90)
1 Favorites   0 Comments

Color spaces of #b5985a

RGB 18115290
HSL0.110.380.53
HSV41°50°71°
CMYK 0.000.160.50   0.29
XYZ32.129833.018414.3526
Yxy33.01840.40410.4153
Hunter Lab57.4616-0.749225.4139
CIE-Lab64.17582.719836.4484

#b5985a color RGB value is (181,152,90).

#b5985a hex color red value is 181, green value is 152 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b5985a hue: 0.11 , saturation: 0.38 and the lightness value of b5985a is 0.53.

The process color (four color CMYK) of #b5985a color hex is 0.00, 0.16, 0.50, 0.29. Web safe color of #b5985a is #cc9966. Color #b5985a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 01011010
Octal 265 230 132
Decimal 181 152 90
Hex B5 98 5A

RGB Percentages of Color #b5985a

%42.79
%35.93
%21.28

CMYK Percentages of Color #b5985a

%0
%16
%50
%29

Triadic Colors of #b5985a

#b5985a #5ab598 #985ab5

Analogous Colors of #b5985a

#b5985a #a5b55a #b56b5a

Monochromatic Colors of #b5985a

#b5985a

Complementary Color

#b5985a #5a77b5

#b5985a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5985a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5985a Color CSS Codes

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

#b5985a Text Font Color

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

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


#b5985a Background Color

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

This div background color is #b5985a


#b5985a Border Color

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

This div border color is #b5985a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,152,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5985a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5985a;
  -webkit-box-shadow: 1px 1px 3px 2px #b5985a;
  box-shadow:         1px 1px 3px 2px #b5985a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,152,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5985a


Comments

No comments written yet.

Please login to write comment.