COLOR #B18559

HEX: #B18559
RGB: (177,133,89)

Color info

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

RGB color model

#B18559 color RGB value is (177,133,89).

  • red value is 177;
  • green value is 133;
  • blue value is 89.
RGB:
(177,133,89)
(69%,52%,35%)

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 89 of 255 = 35%

177
133
89

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

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 89 = 399 (100%)
R 177 of 399 ~ 44.36%
G 133 of 399 ~ 33.33%
B 89 of 399 ~ 22.31%

%44.36
%33.33
%22.31

CMYK color model

#B18559 color CMYK value is (0,25,50,31).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 49.72%
  • key color value is 30.59%
CMYK:
(0,25,50,31)
C0M25Y50K31 
(0%,25%,50%,31%)
(0.00/0.25/0.50/0.31)	

CMYK percentages

%0
%24.86
%49.72
%30.59

Codes

Color #B18559 in popluar color models

B18559
RGB17713389
HSL30°36.07%52.16%
HSB/HSV30°49.72%69.41%
CMYK0.00%24.86%49.72%
30.59%

Color #B18559 in popluar number systems.

HEXB18559
Decimal17713389
Binary10110001100001011011001
Octal261205131

Shades and tints

Shades of #B18559

#B18559
(177,133,89)
#A17951
(161,121,81)
#916D49
(145,109,73)
#816141
(129,97,65)
#715539
(113,85,57)
#614931
(97,73,49)
#513D29
(81,61,41)
#413121
(65,49,33)
#312519
(49,37,25)
#211911
(33,25,17)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #B18559

#B18559
(177,133,89)
#B89068
(184,144,104)
#BF9B77
(191,155,119)
#C6A686
(198,166,134)
#CDB195
(205,177,149)
#D4BCA4
(212,188,164)
#DBC7B3
(219,199,179)
#E2D2C2
(226,210,194)
#E9DDD1
(233,221,209)
#F0E8E0
(240,232,224)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18559 color. Also use rgb(177,133,89) instead hex code.

Text Font Color

.myTextColor { color: #B18559; }

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

This text font color is #B18559.


Background Color

.myBgColor { background-color: #B18559; }

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

This div background color is #B18559.


Border color

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

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

This div border color is #B18559.


Opacity

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

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

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

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

This text has shadow with #B18559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18559 on black background.


Color preview on white background

This text has color #B18559 on white background.



Black color preview on #B18559 background

This text has black color on #B18559 background.


White color preview on #B18559 background

This text has white color on #B18559 background.