COLOR #B59A7A

HEX: #B59A7A RGB: (181,154,122)

Color info

#B59A7A contains red, green and blue colors in about the same proportion. Web safe color of #B59A7A is #CC9966 (or #C96).

RGB color model

#B59A7A color RGB value is (181,154,122).

RGB: (181,154,122) (71%, 60%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 122 of 255 = 48%

181
154
122

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

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 122 = 457 (100%)
R 181 of 457 ~ 39.61%
G 154 of 457 ~ 33.7%
B 122 of 457 ~ 26.7'%

%39.61
%33.7
%26.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 32.60%
  • 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
%32.6
%29.02

Codes

Color #B59A7A in popluar color models

B5 9A 7A
RGB 181 154 122
HSL 33° 28.50% 59.41%
HSB/HSV 33° 32.60% 70.98%
CMYK 0.00% 14.92% 32.60%
29.02%

Color #B59A7A in popluar number systems.

HEX B5 9A 7A
Decimal 181 154 122
Binary 10110101 10011010 1111010
Octal 265 232 172

Shades and tints

Shades of #B59A7A

#B59A7A
(181,154,122)
#A58C6F
(165,140,111)
#957E64
(149,126,100)
#857059
(133,112,89)
#75624E
(117,98,78)
#655443
(101,84,67)
#554638
(85,70,56)
#45382D
(69,56,45)
#352A22
(53,42,34)
#251C17
(37,28,23)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #B59A7A

#B59A7A
(181,154,122)
#BBA386
(187,163,134)
#C1AC92
(193,172,146)
#C7B59E
(199,181,158)
#CDBEAA
(205,190,170)
#D3C7B6
(211,199,182)
#D9D0C2
(217,208,194)
#DFD9CE
(223,217,206)
#E5E2DA
(229,226,218)
#EBEBE6
(235,235,230)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59A7A; }

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

This text font color is #B59A7A.

Background Color

.myBgColor { background-color: #B59A7A; }

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

This div background color is #B59A7A.

Border color

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

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

This div border color is #B59A7A.

Opacity

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

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

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

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

This text has shadow with #B59A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59A7A.

Preview

Color preview on black background

This text has color #B59A7A on black background.


Color preview on white background

This text has color #B59A7A on white background.


Black color preview on #B59A7A background

This text has black color on #B59A7A background.


White color preview on #B59A7A background

This text has white color on #B59A7A background.


Related colors

Complementary color

Complementary color for #hex is #4A6585.


I love getcolorcode.com

Triadic colors

1 #7AB59A and #9A7AB5 with #B59A7A are triadic colors.

2 #7A9AB5 and #9AB57A with #B59A7A are triadic colors.