COLOR #B59A79

HEX: #B59A79 RGB: (181,154,121)

Color info

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

RGB color model

#B59A79 color RGB value is (181,154,121).

RGB: (181,154,121) (71%, 60%, 47%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 121 of 255 = 47%

181
154
121

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

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 121 = 456 (100%)
R 181 of 456 ~ 39.69%
G 154 of 456 ~ 33.77%
B 121 of 456 ~ 26.54'%

%39.69
%33.77
%26.54

CMYK color model

#B59A79 color CMYK value is (0,15,33,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 33.15%
  • key color value is 29.02%

CMYK: (0,15,33,29)
C0M15Y33K29 (0%, 15%, 33%, 29%)
(0.00 / 0.15 / 0.33 / 0.29)

CMYK percentages

%0
%14.92
%33.15
%29.02

Codes

Color #B59A79 in popluar color models

B5 9A 79
RGB 181 154 121
HSL 33° 28.85% 59.22%
HSB/HSV 33° 33.15% 70.98%
CMYK 0.00% 14.92% 33.15%
29.02%

Color #B59A79 in popluar number systems.

HEX B5 9A 79
Decimal 181 154 121
Binary 10110101 10011010 1111001
Octal 265 232 171

Shades and tints

Shades of #B59A79

#B59A79
(181,154,121)
#A58C6E
(165,140,110)
#957E63
(149,126,99)
#857058
(133,112,88)
#75624D
(117,98,77)
#655442
(101,84,66)
#554637
(85,70,55)
#45382C
(69,56,44)
#352A21
(53,42,33)
#251C16
(37,28,22)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #B59A79

#B59A79
(181,154,121)
#BBA385
(187,163,133)
#C1AC91
(193,172,145)
#C7B59D
(199,181,157)
#CDBEA9
(205,190,169)
#D3C7B5
(211,199,181)
#D9D0C1
(217,208,193)
#DFD9CD
(223,217,205)
#E5E2D9
(229,226,217)
#EBEBE5
(235,235,229)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59A79 color. Also use rgb(181,154,121) instead hex code.

Text Font Color

.myTextColor { color: #B59A79; }

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

This text font color is #B59A79.

Background Color

.myBgColor { background-color: #B59A79; }

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

This div background color is #B59A79.

Border color

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

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

This div border color is #B59A79.

Opacity

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

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

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

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

This text has shadow with #B59A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59A79.

Preview

Color preview on black background

This text has color #B59A79 on black background.


Color preview on white background

This text has color #B59A79 on white background.


Black color preview on #B59A79 background

This text has black color on #B59A79 background.


White color preview on #B59A79 background

This text has white color on #B59A79 background.


Related colors

Complementary color

Complementary color for #hex is #4A6586.


I love getcolorcode.com

Triadic colors

1 #79B59A and #9A79B5 with #B59A79 are triadic colors.

2 #799AB5 and #9AB579 with #B59A79 are triadic colors.