COLOR #B18A53

HEX: #B18A53
RGB: (177,138,83)

Color info

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

RGB color model

#B18A53 color RGB value is (177,138,83).

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

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 83 of 255 = 33%

177
138
83

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 83 = 398 (100%)
R 177 of 398 ~ 44.47%
G 138 of 398 ~ 34.67%
B 83 of 398 ~ 20.85%

%44.47
%34.67
%20.85

CMYK color model

#B18A53 color CMYK value is (0,22,53,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 53.11%
  • key color value is 30.59%
CMYK:
(0,22,53,31)
C0M22Y53K31 
(0%,22%,53%,31%)
(0.00/0.22/0.53/0.31)	

CMYK percentages

%0
%22.03
%53.11
%30.59

Codes

Color #B18A53 in popluar color models

B18A53
RGB17713883
HSL35°37.60%50.98%
HSB/HSV35°53.11%69.41%
CMYK0.00%22.03%53.11%
30.59%

Color #B18A53 in popluar number systems.

HEXB18A53
Decimal17713883
Binary10110001100010101010011
Octal261212123

Shades and tints

Shades of #B18A53

#B18A53
(177,138,83)
#A17E4C
(161,126,76)
#917245
(145,114,69)
#81663E
(129,102,62)
#715A37
(113,90,55)
#614E30
(97,78,48)
#514229
(81,66,41)
#413622
(65,54,34)
#312A1B
(49,42,27)
#211E14
(33,30,20)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #B18A53

#B18A53
(177,138,83)
#B89462
(184,148,98)
#BF9E71
(191,158,113)
#C6A880
(198,168,128)
#CDB28F
(205,178,143)
#D4BC9E
(212,188,158)
#DBC6AD
(219,198,173)
#E2D0BC
(226,208,188)
#E9DACB
(233,218,203)
#F0E4DA
(240,228,218)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18A53; }

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

This text font color is #B18A53.


Background Color

.myBgColor { background-color: #B18A53; }

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

This div background color is #B18A53.


Border color

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

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

This div border color is #B18A53.


Opacity

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

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

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

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

This text has shadow with #B18A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18A53 on black background.


Color preview on white background

This text has color #B18A53 on white background.



Black color preview on #B18A53 background

This text has black color on #B18A53 background.


White color preview on #B18A53 background

This text has white color on #B18A53 background.