COLOR #B5845D

HEX: #B5845D
RGB: (181,132,93)

Color info

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

RGB color model

#B5845D color RGB value is (181,132,93).

  • red value is 181;
  • green value is 132;
  • blue value is 93.
RGB:
(181,132,93)
(71%,52%,36%)

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 93 of 255 = 36%

181
132
93

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 93 = 406 (100%)
R 181 of 406 ~ 44.58%
G 132 of 406 ~ 32.51%
B 93 of 406 ~ 22.91%

%44.58
%32.51
%22.91

CMYK color model

#B5845D color CMYK value is (0,27,49,29).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 48.62%
  • key color value is 29.02%
CMYK:
(0,27,49,29)
C0M27Y49K29 
(0%,27%,49%,29%)
(0.00/0.27/0.49/0.29)	

CMYK percentages

%0
%27.07
%48.62
%29.02

Codes

Color #B5845D in popluar color models

B5845D
RGB18113293
HSL27°37.29%53.73%
HSB/HSV27°48.62%70.98%
CMYK0.00%27.07%48.62%
29.02%

Color #B5845D in popluar number systems.

HEXB5845D
Decimal18113293
Binary10110101100001001011101
Octal265204135

Shades and tints

Shades of #B5845D

#B5845D
(181,132,93)
#A57855
(165,120,85)
#956C4D
(149,108,77)
#856045
(133,96,69)
#75543D
(117,84,61)
#654835
(101,72,53)
#553C2D
(85,60,45)
#453025
(69,48,37)
#35241D
(53,36,29)
#251815
(37,24,21)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #B5845D

#B5845D
(181,132,93)
#BB8F6B
(187,143,107)
#C19A79
(193,154,121)
#C7A587
(199,165,135)
#CDB095
(205,176,149)
#D3BBA3
(211,187,163)
#D9C6B1
(217,198,177)
#DFD1BF
(223,209,191)
#E5DCCD
(229,220,205)
#EBE7DB
(235,231,219)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5845D color. Also use rgb(181,132,93) instead hex code.

Text Font Color

.myTextColor { color: #B5845D; }

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

This text font color is #B5845D.


Background Color

.myBgColor { background-color: #B5845D; }

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

This div background color is #B5845D.


Border color

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

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

This div border color is #B5845D.


Opacity

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

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

Text with #B5845D 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 #B5845D;}

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

This text has shadow with #B5845D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5845D on black background.


Color preview on white background

This text has color #B5845D on white background.



Black color preview on #B5845D background

This text has black color on #B5845D background.


White color preview on #B5845D background

This text has white color on #B5845D background.