COLOR #B18A73

HEX: #B18A73
RGB: (177,138,115)

Color info

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

RGB color model

#B18A73 color RGB value is (177,138,115).

  • red value is 177;
  • green value is 138;
  • blue value is 115.
RGB:
(177,138,115)
(69%,54%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 115 of 255 = 45%

177
138
115

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 115 = 430 (100%)
R 177 of 430 ~ 41.16%
G 138 of 430 ~ 32.09%
B 115 of 430 ~ 26.74%

%41.16
%32.09
%26.74

CMYK color model

#B18A73 color CMYK value is (0,22,35,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 35.03%
  • key color value is 30.59%
CMYK:
(0,22,35,31)
C0M22Y35K31 
(0%,22%,35%,31%)
(0.00/0.22/0.35/0.31)	

CMYK percentages

%0
%22.03
%35.03
%30.59

Codes

Color #B18A73 in popluar color models

B18A73
RGB177138115
HSL22°28.44%57.25%
HSB/HSV22°35.03%69.41%
CMYK0.00%22.03%35.03%
30.59%

Color #B18A73 in popluar number systems.

HEXB18A73
Decimal177138115
Binary10110001100010101110011
Octal261212163

Shades and tints

Shades of #B18A73

#B18A73
(177,138,115)
#A17E69
(161,126,105)
#91725F
(145,114,95)
#816655
(129,102,85)
#715A4B
(113,90,75)
#614E41
(97,78,65)
#514237
(81,66,55)
#41362D
(65,54,45)
#312A23
(49,42,35)
#211E19
(33,30,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #B18A73

#B18A73
(177,138,115)
#B8947F
(184,148,127)
#BF9E8B
(191,158,139)
#C6A897
(198,168,151)
#CDB2A3
(205,178,163)
#D4BCAF
(212,188,175)
#DBC6BB
(219,198,187)
#E2D0C7
(226,208,199)
#E9DAD3
(233,218,211)
#F0E4DF
(240,228,223)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18A73 color. Also use rgb(177,138,115) instead hex code.

Text Font Color

.myTextColor { color: #B18A73; }

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

This text font color is #B18A73.


Background Color

.myBgColor { background-color: #B18A73; }

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

This div background color is #B18A73.


Border color

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

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

This div border color is #B18A73.


Opacity

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

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

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

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

This text has shadow with #B18A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18A73 on black background.


Color preview on white background

This text has color #B18A73 on white background.



Black color preview on #B18A73 background

This text has black color on #B18A73 background.


White color preview on #B18A73 background

This text has white color on #B18A73 background.