COLOR #B5885D

HEX: #B5885D
RGB: (181,136,93)

Color info

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

RGB color model

#B5885D color RGB value is (181,136,93).

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

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 93 of 255 = 36%

181
136
93

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

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 93 = 410 (100%)
R 181 of 410 ~ 44.15%
G 136 of 410 ~ 33.17%
B 93 of 410 ~ 22.68%

%44.15
%33.17
%22.68

CMYK color model

#B5885D color CMYK value is (0,25,49,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 48.62%
  • key color value is 29.02%
CMYK:
(0,25,49,29)
C0M25Y49K29 
(0%,25%,49%,29%)
(0.00/0.25/0.49/0.29)	

CMYK percentages

%0
%24.86
%48.62
%29.02

Codes

Color #B5885D in popluar color models

B5885D
RGB18113693
HSL29°37.29%53.73%
HSB/HSV29°48.62%70.98%
CMYK0.00%24.86%48.62%
29.02%

Color #B5885D in popluar number systems.

HEXB5885D
Decimal18113693
Binary10110101100010001011101
Octal265210135

Shades and tints

Shades of #B5885D

#B5885D
(181,136,93)
#A57C55
(165,124,85)
#95704D
(149,112,77)
#856445
(133,100,69)
#75583D
(117,88,61)
#654C35
(101,76,53)
#55402D
(85,64,45)
#453425
(69,52,37)
#35281D
(53,40,29)
#251C15
(37,28,21)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #B5885D

#B5885D
(181,136,93)
#BB926B
(187,146,107)
#C19C79
(193,156,121)
#C7A687
(199,166,135)
#CDB095
(205,176,149)
#D3BAA3
(211,186,163)
#D9C4B1
(217,196,177)
#DFCEBF
(223,206,191)
#E5D8CD
(229,216,205)
#EBE2DB
(235,226,219)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5885D; }

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

This text font color is #B5885D.


Background Color

.myBgColor { background-color: #B5885D; }

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

This div background color is #B5885D.


Border color

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

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

This div border color is #B5885D.


Opacity

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

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

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

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

This text has shadow with #B5885D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5885D on black background.


Color preview on white background

This text has color #B5885D on white background.



Black color preview on #B5885D background

This text has black color on #B5885D background.


White color preview on #B5885D background

This text has white color on #B5885D background.