COLOR #B09A5D

HEX: #B09A5D
RGB: (176,154,93)

Color info

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

RGB color model

#B09A5D color RGB value is (176,154,93).

  • red value is 176;
  • green value is 154;
  • blue value is 93.
RGB:
(176,154,93)
(69%,60%,36%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 93 of 255 = 36%

176
154
93

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 93 = 423 (100%)
R 176 of 423 ~ 41.61%
G 154 of 423 ~ 36.41%
B 93 of 423 ~ 21.99%

%41.61
%36.41
%21.99

CMYK color model

#B09A5D color CMYK value is (0,13,47,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 47.16%
  • key color value is 30.98%
CMYK:
(0,13,47,31)
C0M13Y47K31 
(0%,13%,47%,31%)
(0.00/0.13/0.47/0.31)	

CMYK percentages

%0
%12.5
%47.16
%30.98

Codes

Color #B09A5D in popluar color models

B09A5D
RGB17615493
HSL44°34.44%52.75%
HSB/HSV44°47.16%69.02%
CMYK0.00%12.50%47.16%
30.98%

Color #B09A5D in popluar number systems.

HEXB09A5D
Decimal17615493
Binary10110000100110101011101
Octal260232135

Shades and tints

Shades of #B09A5D

#B09A5D
(176,154,93)
#A08C55
(160,140,85)
#907E4D
(144,126,77)
#807045
(128,112,69)
#70623D
(112,98,61)
#605435
(96,84,53)
#50462D
(80,70,45)
#403825
(64,56,37)
#302A1D
(48,42,29)
#201C15
(32,28,21)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #B09A5D

#B09A5D
(176,154,93)
#B7A36B
(183,163,107)
#BEAC79
(190,172,121)
#C5B587
(197,181,135)
#CCBE95
(204,190,149)
#D3C7A3
(211,199,163)
#DAD0B1
(218,208,177)
#E1D9BF
(225,217,191)
#E8E2CD
(232,226,205)
#EFEBDB
(239,235,219)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09A5D color. Also use rgb(176,154,93) instead hex code.

Text Font Color

.myTextColor { color: #B09A5D; }

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

This text font color is #B09A5D.


Background Color

.myBgColor { background-color: #B09A5D; }

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

This div background color is #B09A5D.


Border color

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

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

This div border color is #B09A5D.


Opacity

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

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

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

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

This text has shadow with #B09A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09A5D on black background.


Color preview on white background

This text has color #B09A5D on white background.



Black color preview on #B09A5D background

This text has black color on #B09A5D background.


White color preview on #B09A5D background

This text has white color on #B09A5D background.