COLOR #B09D41

HEX: #B09D41 RGB: (176,157,65)

Color info

#B09D41 contains mainly red and green colors. Web safe color of #B09D41 is #999933 (or #993).

RGB color model

#B09D41 color RGB value is (176,157,65).

RGB: (176,157,65) (69%, 62%, 25%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 65 of 255 = 25%

176
157
65

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

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 65 = 398 (100%)
R 176 of 398 ~ 44.22%
G 157 of 398 ~ 39.45%
B 65 of 398 ~ 16.33'%

%44.22
%39.45
%16.33

CMYK color model

#B09D41 color CMYK value is (0,11,63,31).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 63.07%
  • key color value is 30.98%
CMYK: (0,11,63,31) C0M11Y63K31 (0%,11%,63%,31%) (0.00/0.11/0.63/0.31) 

CMYK percentages

%0
%10.8
%63.07
%30.98

Codes

Color #B09D41 in popluar color models

B0 9D 41
RGB 176 157 65
HSL 50° 46.06% 47.25%
HSB/HSV 50° 63.07% 69.02%
CMYK 0.00% 10.80% 63.07%
30.98%

Color #B09D41 in popluar number systems.

HEX B0 9D 41
Decimal 176 157 65
Binary 10110000 10011101 1000001
Octal 260 235 101

Shades and tints

Shades of #B09D41

#B09D41
(176,157,65)
#A08F3C
(160,143,60)
#908137
(144,129,55)
#807332
(128,115,50)
#70652D
(112,101,45)
#605728
(96,87,40)
#504923
(80,73,35)
#403B1E
(64,59,30)
#302D19
(48,45,25)
#201F14
(32,31,20)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B09D41

#B09D41
(176,157,65)
#B7A552
(183,165,82)
#BEAD63
(190,173,99)
#C5B574
(197,181,116)
#CCBD85
(204,189,133)
#D3C596
(211,197,150)
#DACDA7
(218,205,167)
#E1D5B8
(225,213,184)
#E8DDC9
(232,221,201)
#EFE5DA
(239,229,218)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09D41 color. Also use rgb(176,157,65) instead hex code.

Text Font Color

.myTextColor { color: #B09D41; }

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

This text font color is #B09D41.

Background Color

.myBgColor { background-color: #B09D41; }

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

This div background color is #B09D41.

Border color

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

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

This div border color is #B09D41.

Opacity

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

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

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

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

This text has shadow with #B09D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09D41.

Preview

Color preview on black background

This text has color #B09D41 on black background.


Color preview on white background

This text has color #B09D41 on white background.


Black color preview on #B09D41 background

This text has black color on #B09D41 background.


White color preview on #B09D41 background

This text has white color on #B09D41 background.


Related colors

Complementary color

Complementary color for #hex is #4F62BE.


I love getcolorcode.com

Triadic colors

1 #41B09D and #9D41B0 with #B09D41 are triadic colors.

2 #419DB0 and #9DB041 with #B09D41 are triadic colors.