COLOR #B59B69

HEX: #B59B69
RGB: (181,155,105)

Color info

#B59B69 contains mainly red and green colors. Web safe color of #B59B69 is #CC9966 (or #C96).

RGB color model

#B59B69 color RGB value is (181,155,105).

  • red value is 181;
  • green value is 155;
  • blue value is 105.
RGB:
(181,155,105)
(71%,61%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 105 of 255 = 41%

181
155
105

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

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 105 = 441 (100%)
R 181 of 441 ~ 41.04%
G 155 of 441 ~ 35.15%
B 105 of 441 ~ 23.81%

%41.04
%35.15
%23.81

CMYK color model

#B59B69 color CMYK value is (0,14,42,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(0,14,42,29)
C0M14Y42K29 
(0%,14%,42%,29%)
(0.00/0.14/0.42/0.29)	

CMYK percentages

%0
%14.36
%41.99
%29.02

Codes

Color #B59B69 in popluar color models

B59B69
RGB181155105
HSL39°33.93%56.08%
HSB/HSV39°41.99%70.98%
CMYK0.00%14.36%41.99%
29.02%

Color #B59B69 in popluar number systems.

HEXB59B69
Decimal181155105
Binary10110101100110111101001
Octal265233151

Shades and tints

Shades of #B59B69

#B59B69
(181,155,105)
#A58D60
(165,141,96)
#957F57
(149,127,87)
#85714E
(133,113,78)
#756345
(117,99,69)
#65553C
(101,85,60)
#554733
(85,71,51)
#45392A
(69,57,42)
#352B21
(53,43,33)
#251D18
(37,29,24)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B59B69

#B59B69
(181,155,105)
#BBA476
(187,164,118)
#C1AD83
(193,173,131)
#C7B690
(199,182,144)
#CDBF9D
(205,191,157)
#D3C8AA
(211,200,170)
#D9D1B7
(217,209,183)
#DFDAC4
(223,218,196)
#E5E3D1
(229,227,209)
#EBECDE
(235,236,222)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59B69 color. Also use rgb(181,155,105) instead hex code.

Text Font Color

.myTextColor { color: #B59B69; }

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

This text font color is #B59B69.


Background Color

.myBgColor { background-color: #B59B69; }

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

This div background color is #B59B69.


Border color

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

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

This div border color is #B59B69.


Opacity

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

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

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

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

This text has shadow with #B59B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B69 on black background.


Color preview on white background

This text has color #B59B69 on white background.



Black color preview on #B59B69 background

This text has black color on #B59B69 background.


White color preview on #B59B69 background

This text has white color on #B59B69 background.