COLOR #B18A55

HEX: #B18A55
RGB: (177,138,85)

Color info

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

RGB color model

#B18A55 color RGB value is (177,138,85).

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

RGB channels and saturation

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

177
138
85

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 85 = 400 (100%)
R 177 of 400 ~ 44.25%
G 138 of 400 ~ 34.5%
B 85 of 400 ~ 21.25%

%44.25
%34.5
%21.25

CMYK color model

#B18A55 color CMYK value is (0,22,52,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 51.98%
  • key color value is 30.59%
CMYK:
(0,22,52,31)
C0M22Y52K31 
(0%,22%,52%,31%)
(0.00/0.22/0.52/0.31)	

CMYK percentages

%0
%22.03
%51.98
%30.59

Codes

Color #B18A55 in popluar color models

B18A55
RGB17713885
HSL35°37.10%51.37%
HSB/HSV35°51.98%69.41%
CMYK0.00%22.03%51.98%
30.59%

Color #B18A55 in popluar number systems.

HEXB18A55
Decimal17713885
Binary10110001100010101010101
Octal261212125

Shades and tints

Shades of #B18A55

#B18A55
(177,138,85)
#A17E4E
(161,126,78)
#917247
(145,114,71)
#816640
(129,102,64)
#715A39
(113,90,57)
#614E32
(97,78,50)
#51422B
(81,66,43)
#413624
(65,54,36)
#312A1D
(49,42,29)
#211E16
(33,30,22)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #B18A55

#B18A55
(177,138,85)
#B89464
(184,148,100)
#BF9E73
(191,158,115)
#C6A882
(198,168,130)
#CDB291
(205,178,145)
#D4BCA0
(212,188,160)
#DBC6AF
(219,198,175)
#E2D0BE
(226,208,190)
#E9DACD
(233,218,205)
#F0E4DC
(240,228,220)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18A55; }

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

This text font color is #B18A55.


Background Color

.myBgColor { background-color: #B18A55; }

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

This div background color is #B18A55.


Border color

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

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

This div border color is #B18A55.


Opacity

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

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

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

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

This text has shadow with #B18A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18A55 on black background.


Color preview on white background

This text has color #B18A55 on white background.



Black color preview on #B18A55 background

This text has black color on #B18A55 background.


White color preview on #B18A55 background

This text has white color on #B18A55 background.