COLOR #B5955A

HEX: #B5955A
RGB: (181,149,90)

Color info

#B5955A contains mainly red and green colors. Web safe color of #B5955A is #CC9966 (or #C96).

RGB color model

#B5955A color RGB value is (181,149,90).

  • red value is 181;
  • green value is 149;
  • blue value is 90.
RGB:
(181,149,90)
(71%,58%,35%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 90 of 255 = 35%

181
149
90

R + G + B ~ 55%. #B5955A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 90 = 420 (100%)
R 181 of 420 ~ 43.1%
G 149 of 420 ~ 35.48%
B 90 of 420 ~ 21.43%

%43.1
%35.48
%21.43

CMYK color model

#B5955A color CMYK value is (0,18,50,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 50.28%
  • key color value is 29.02%
CMYK:
(0,18,50,29)
C0M18Y50K29 
(0%,18%,50%,29%)
(0.00/0.18/0.50/0.29)	

CMYK percentages

%0
%17.68
%50.28
%29.02

Codes

Color #B5955A in popluar color models

B5955A
RGB18114990
HSL39°38.08%53.14%
HSB/HSV39°50.28%70.98%
CMYK0.00%17.68%50.28%
29.02%

Color #B5955A in popluar number systems.

HEXB5955A
Decimal18114990
Binary10110101100101011011010
Octal265225132

Shades and tints

Shades of #B5955A

#B5955A
(181,149,90)
#A58852
(165,136,82)
#957B4A
(149,123,74)
#856E42
(133,110,66)
#75613A
(117,97,58)
#655432
(101,84,50)
#55472A
(85,71,42)
#453A22
(69,58,34)
#352D1A
(53,45,26)
#252012
(37,32,18)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #B5955A

#B5955A
(181,149,90)
#BB9E69
(187,158,105)
#C1A778
(193,167,120)
#C7B087
(199,176,135)
#CDB996
(205,185,150)
#D3C2A5
(211,194,165)
#D9CBB4
(217,203,180)
#DFD4C3
(223,212,195)
#E5DDD2
(229,221,210)
#EBE6E1
(235,230,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5955A color. Also use rgb(181,149,90) instead hex code.

Text Font Color

.myTextColor { color: #B5955A; }

<p style="color:#B5955A">This sample text font color is #B5955A.</p>

This text font color is #B5955A.


Background Color

.myBgColor { background-color: #B5955A; }

<div style="background-color:#B5955A">Inner text</div>

This div background color is #B5955A.


Border color

.myBorderColor { border: 1px solid #B5955A; }

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

This div border color is #B5955A.


Opacity

.myOpacity80 { color: #B5955A; opacity: 0.8; }

<p style="color:#B5955A;opacity:0.8;">80%</p>

Text with #B5955A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5955A;}

<p style="text-shadow: 3px 3px 1px #B5955A">Text here.</p>

This text has shadow with #B5955A color.

.textShadow {text-shadow: 3px 3px 1px #B5955A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5955A, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5955A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5955A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5955A, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5955A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5955A;
  -webkit-box-shadow:	1px 1px 3px 2px #B5955A;
  box-shadow:		1px 1px 3px 2px #B5955A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5955A;
-webkit-box-shadow: 1px 1px 3px 2px #B5955A;
box-shadow:1px 1px 3px 2px #B5955A;">
Div content here</div>
This div box has shadow with color #B5955A.

Preview

Color preview on black background

This text has color #B5955A on black background.


Color preview on white background

This text has color #B5955A on white background.



Black color preview on #B5955A background

This text has black color on #B5955A background.


White color preview on #B5955A background

This text has white color on #B5955A background.