COLOR #B59069

HEX: #B59069
RGB: (181,144,105)

Color info

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

RGB color model

#B59069 color RGB value is (181,144,105).

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

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 105 of 255 = 41%

181
144
105

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 105 = 430 (100%)
R 181 of 430 ~ 42.09%
G 144 of 430 ~ 33.49%
B 105 of 430 ~ 24.42%

%42.09
%33.49
%24.42

CMYK color model

#B59069 color CMYK value is (0,20,42,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(0,20,42,29)
C0M20Y42K29 
(0%,20%,42%,29%)
(0.00/0.20/0.42/0.29)	

CMYK percentages

%0
%20.44
%41.99
%29.02

Codes

Color #B59069 in popluar color models

B59069
RGB181144105
HSL31°33.93%56.08%
HSB/HSV31°41.99%70.98%
CMYK0.00%20.44%41.99%
29.02%

Color #B59069 in popluar number systems.

HEXB59069
Decimal181144105
Binary10110101100100001101001
Octal265220151

Shades and tints

Shades of #B59069

#B59069
(181,144,105)
#A58360
(165,131,96)
#957657
(149,118,87)
#85694E
(133,105,78)
#755C45
(117,92,69)
#654F3C
(101,79,60)
#554233
(85,66,51)
#45352A
(69,53,42)
#352821
(53,40,33)
#251B18
(37,27,24)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #B59069

#B59069
(181,144,105)
#BB9A76
(187,154,118)
#C1A483
(193,164,131)
#C7AE90
(199,174,144)
#CDB89D
(205,184,157)
#D3C2AA
(211,194,170)
#D9CCB7
(217,204,183)
#DFD6C4
(223,214,196)
#E5E0D1
(229,224,209)
#EBEADE
(235,234,222)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59069; }

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

This text font color is #B59069.


Background Color

.myBgColor { background-color: #B59069; }

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

This div background color is #B59069.


Border color

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

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

This div border color is #B59069.


Opacity

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

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

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

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

This text has shadow with #B59069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59069 on black background.


Color preview on white background

This text has color #B59069 on white background.



Black color preview on #B59069 background

This text has black color on #B59069 background.


White color preview on #B59069 background

This text has white color on #B59069 background.