COLOR #B59163

HEX: #B59163
RGB: (181,145,99)

Color info

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

RGB color model

#B59163 color RGB value is (181,145,99).

  • red value is 181;
  • green value is 145;
  • blue value is 99.
RGB:
(181,145,99)
(71%,57%,39%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 99 of 255 = 39%

181
145
99

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

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 99 = 425 (100%)
R 181 of 425 ~ 42.59%
G 145 of 425 ~ 34.12%
B 99 of 425 ~ 23.29%

%42.59
%34.12
%23.29

CMYK color model

#B59163 color CMYK value is (0,20,45,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 45.30%
  • key color value is 29.02%
CMYK:
(0,20,45,29)
C0M20Y45K29 
(0%,20%,45%,29%)
(0.00/0.20/0.45/0.29)	

CMYK percentages

%0
%19.89
%45.3
%29.02

Codes

Color #B59163 in popluar color models

B59163
RGB18114599
HSL34°35.65%54.90%
HSB/HSV34°45.30%70.98%
CMYK0.00%19.89%45.30%
29.02%

Color #B59163 in popluar number systems.

HEXB59163
Decimal18114599
Binary10110101100100011100011
Octal265221143

Shades and tints

Shades of #B59163

#B59163
(181,145,99)
#A5845A
(165,132,90)
#957751
(149,119,81)
#856A48
(133,106,72)
#755D3F
(117,93,63)
#655036
(101,80,54)
#55432D
(85,67,45)
#453624
(69,54,36)
#35291B
(53,41,27)
#251C12
(37,28,18)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #B59163

#B59163
(181,145,99)
#BB9B71
(187,155,113)
#C1A57F
(193,165,127)
#C7AF8D
(199,175,141)
#CDB99B
(205,185,155)
#D3C3A9
(211,195,169)
#D9CDB7
(217,205,183)
#DFD7C5
(223,215,197)
#E5E1D3
(229,225,211)
#EBEBE1
(235,235,225)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59163 color. Also use rgb(181,145,99) instead hex code.

Text Font Color

.myTextColor { color: #B59163; }

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

This text font color is #B59163.


Background Color

.myBgColor { background-color: #B59163; }

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

This div background color is #B59163.


Border color

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

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

This div border color is #B59163.


Opacity

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

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

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

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

This text has shadow with #B59163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59163 on black background.


Color preview on white background

This text has color #B59163 on white background.



Black color preview on #B59163 background

This text has black color on #B59163 background.


White color preview on #B59163 background

This text has white color on #B59163 background.