COLOR #B09061

HEX: #B09061
RGB: (176,144,97)

Color info

#B09061 contains mainly red and green colors. Web safe color of #B09061 is #999966 (or #996).

RGB color model

#B09061 color RGB value is (176,144,97).

  • red value is 176;
  • green value is 144;
  • blue value is 97.
RGB:
(176,144,97)
(69%,56%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 97 of 255 = 38%

176
144
97

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

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 97 = 417 (100%)
R 176 of 417 ~ 42.21%
G 144 of 417 ~ 34.53%
B 97 of 417 ~ 23.26%

%42.21
%34.53
%23.26

CMYK color model

#B09061 color CMYK value is (0,18,45,31).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(0,18,45,31)
C0M18Y45K31 
(0%,18%,45%,31%)
(0.00/0.18/0.45/0.31)	

CMYK percentages

%0
%18.18
%44.89
%30.98

Codes

Color #B09061 in popluar color models

B09061
RGB17614497
HSL36°33.33%53.53%
HSB/HSV36°44.89%69.02%
CMYK0.00%18.18%44.89%
30.98%

Color #B09061 in popluar number systems.

HEXB09061
Decimal17614497
Binary10110000100100001100001
Octal260220141

Shades and tints

Shades of #B09061

#B09061
(176,144,97)
#A08359
(160,131,89)
#907651
(144,118,81)
#806949
(128,105,73)
#705C41
(112,92,65)
#604F39
(96,79,57)
#504231
(80,66,49)
#403529
(64,53,41)
#302821
(48,40,33)
#201B19
(32,27,25)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #B09061

#B09061
(176,144,97)
#B79A6F
(183,154,111)
#BEA47D
(190,164,125)
#C5AE8B
(197,174,139)
#CCB899
(204,184,153)
#D3C2A7
(211,194,167)
#DACCB5
(218,204,181)
#E1D6C3
(225,214,195)
#E8E0D1
(232,224,209)
#EFEADF
(239,234,223)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09061 color. Also use rgb(176,144,97) instead hex code.

Text Font Color

.myTextColor { color: #B09061; }

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

This text font color is #B09061.


Background Color

.myBgColor { background-color: #B09061; }

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

This div background color is #B09061.


Border color

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

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

This div border color is #B09061.


Opacity

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

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

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

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

This text has shadow with #B09061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09061 on black background.


Color preview on white background

This text has color #B09061 on white background.



Black color preview on #B09061 background

This text has black color on #B09061 background.


White color preview on #B09061 background

This text has white color on #B09061 background.