Color Hex Logo

#b5983d Color Hex

#B5983D
(181,152,61)
0 Favorites   0 Comments

Color spaces of #b5983d

RGB 18115261
HSL0.130.500.47
HSV46°66°71°
CMYK 0.000.160.66   0.29
XYZ31.126632.61729.0701
Yxy32.61720.42750.4480
Hunter Lab57.1115-2.659930.5619
CIE-Lab63.84970.461750.3251

#b5983d color RGB value is (181,152,61).

#b5983d hex color red value is 181, green value is 152 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b5983d hue: 0.13 , saturation: 0.50 and the lightness value of b5983d is 0.47.

The process color (four color CMYK) of #b5983d color hex is 0.00, 0.16, 0.66, 0.29. Web safe color of #b5983d is #cc9933. Color #b5983d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 00111101
Octal 265 230 75
Decimal 181 152 61
Hex B5 98 3D

RGB Percentages of Color #b5983d

%45.94
%38.58
%15.48

CMYK Percentages of Color #b5983d

%0
%16
%66
%29

Triadic Colors of #b5983d

#b5983d #3db598 #983db5

Analogous Colors of #b5983d

#b5983d #96b53d #b55c3d

Monochromatic Colors of #b5983d

#b5983d

Complementary Color

#b5983d #3d5ab5

#b5983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5983d Color CSS Codes

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

#b5983d Text Font Color

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

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


#b5983d Background Color

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

This div background color is #b5983d


#b5983d Border Color

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

This div border color is #b5983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5983d


Comments

No comments written yet.

Please login to write comment.