COLOR #B59767

HEX: #B59767
RGB: (181,151,103)

Color info

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

RGB color model

#B59767 color RGB value is (181,151,103).

  • red value is 181;
  • green value is 151;
  • blue value is 103.
RGB:
(181,151,103)
(71%,59%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 103 of 255 = 40%

181
151
103

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

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 103 = 435 (100%)
R 181 of 435 ~ 41.61%
G 151 of 435 ~ 34.71%
B 103 of 435 ~ 23.68%

%41.61
%34.71
%23.68

CMYK color model

#B59767 color CMYK value is (0,17,43,29).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 43.09%
  • key color value is 29.02%
CMYK:
(0,17,43,29)
C0M17Y43K29 
(0%,17%,43%,29%)
(0.00/0.17/0.43/0.29)	

CMYK percentages

%0
%16.57
%43.09
%29.02

Codes

Color #B59767 in popluar color models

B59767
RGB181151103
HSL37°34.51%55.69%
HSB/HSV37°43.09%70.98%
CMYK0.00%16.57%43.09%
29.02%

Color #B59767 in popluar number systems.

HEXB59767
Decimal181151103
Binary10110101100101111100111
Octal265227147

Shades and tints

Shades of #B59767

#B59767
(181,151,103)
#A58A5E
(165,138,94)
#957D55
(149,125,85)
#85704C
(133,112,76)
#756343
(117,99,67)
#65563A
(101,86,58)
#554931
(85,73,49)
#453C28
(69,60,40)
#352F1F
(53,47,31)
#252216
(37,34,22)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #B59767

#B59767
(181,151,103)
#BBA074
(187,160,116)
#C1A981
(193,169,129)
#C7B28E
(199,178,142)
#CDBB9B
(205,187,155)
#D3C4A8
(211,196,168)
#D9CDB5
(217,205,181)
#DFD6C2
(223,214,194)
#E5DFCF
(229,223,207)
#EBE8DC
(235,232,220)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59767 color. Also use rgb(181,151,103) instead hex code.

Text Font Color

.myTextColor { color: #B59767; }

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

This text font color is #B59767.


Background Color

.myBgColor { background-color: #B59767; }

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

This div background color is #B59767.


Border color

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

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

This div border color is #B59767.


Opacity

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

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

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

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

This text has shadow with #B59767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59767 on black background.


Color preview on white background

This text has color #B59767 on white background.



Black color preview on #B59767 background

This text has black color on #B59767 background.


White color preview on #B59767 background

This text has white color on #B59767 background.