COLOR #B18861

HEX: #B18861
RGB: (177,136,97)

Color info

#B18861 contains mainly red and green colors. Web safe color of #B18861 is #999966 (or #996).

RGB color model

#B18861 color RGB value is (177,136,97).

  • red value is 177;
  • green value is 136;
  • blue value is 97.
RGB:
(177,136,97)
(69%,53%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 97 of 255 = 38%

177
136
97

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 97 = 410 (100%)
R 177 of 410 ~ 43.17%
G 136 of 410 ~ 33.17%
B 97 of 410 ~ 23.66%

%43.17
%33.17
%23.66

CMYK color model

#B18861 color CMYK value is (0,23,45,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 45.20%
  • key color value is 30.59%
CMYK:
(0,23,45,31)
C0M23Y45K31 
(0%,23%,45%,31%)
(0.00/0.23/0.45/0.31)	

CMYK percentages

%0
%23.16
%45.2
%30.59

Codes

Color #B18861 in popluar color models

B18861
RGB17713697
HSL29°33.90%53.73%
HSB/HSV29°45.20%69.41%
CMYK0.00%23.16%45.20%
30.59%

Color #B18861 in popluar number systems.

HEXB18861
Decimal17713697
Binary10110001100010001100001
Octal261210141

Shades and tints

Shades of #B18861

#B18861
(177,136,97)
#A17C59
(161,124,89)
#917051
(145,112,81)
#816449
(129,100,73)
#715841
(113,88,65)
#614C39
(97,76,57)
#514031
(81,64,49)
#413429
(65,52,41)
#312821
(49,40,33)
#211C19
(33,28,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B18861

#B18861
(177,136,97)
#B8926F
(184,146,111)
#BF9C7D
(191,156,125)
#C6A68B
(198,166,139)
#CDB099
(205,176,153)
#D4BAA7
(212,186,167)
#DBC4B5
(219,196,181)
#E2CEC3
(226,206,195)
#E9D8D1
(233,216,209)
#F0E2DF
(240,226,223)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18861 color. Also use rgb(177,136,97) instead hex code.

Text Font Color

.myTextColor { color: #B18861; }

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

This text font color is #B18861.


Background Color

.myBgColor { background-color: #B18861; }

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

This div background color is #B18861.


Border color

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

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

This div border color is #B18861.


Opacity

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

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

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

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

This text has shadow with #B18861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18861 on black background.


Color preview on white background

This text has color #B18861 on white background.



Black color preview on #B18861 background

This text has black color on #B18861 background.


White color preview on #B18861 background

This text has white color on #B18861 background.