Color Hex Logo

#b5954a Color Hex

#B5954A
(181,149,74)
0 Favorites   0 Comments

Color spaces of #b5954a

RGB 18114974
HSL0.120.420.50
HSV42°59°71°
CMYK 0.000.180.59   0.29
XYZ31.039531.813110.9831
Yxy31.81310.42040.4309
Hunter Lab56.4031-0.474127.9369
CIE-Lab63.18812.991843.4308

#b5954a color RGB value is (181,149,74).

#b5954a hex color red value is 181, green value is 149 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b5954a hue: 0.12 , saturation: 0.42 and the lightness value of b5954a is 0.50.

The process color (four color CMYK) of #b5954a color hex is 0.00, 0.18, 0.59, 0.29. Web safe color of #b5954a is #cc9933. Color #b5954a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 01001010
Octal 265 225 112
Decimal 181 149 74
Hex B5 95 4A

RGB Percentages of Color #b5954a

%44.80
%36.88
%18.32

CMYK Percentages of Color #b5954a

%0
%18
%59
%29

Triadic Colors of #b5954a

#b5954a #4ab595 #954ab5

Analogous Colors of #b5954a

#b5954a #a0b54a #b5604a

Monochromatic Colors of #b5954a

#b5954a

Complementary Color

#b5954a #4a6ab5

#b5954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5954a Color CSS Codes

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

#b5954a Text Font Color

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

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


#b5954a Background Color

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

This div background color is #b5954a


#b5954a Border Color

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

This div border color is #b5954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5954a


Comments

No comments written yet.

Please login to write comment.