COLOR #B09438

HEX: #B09438
RGB: (176,148,56)

Color info

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

RGB color model

#B09438 color RGB value is (176,148,56).

  • red value is 176;
  • green value is 148;
  • blue value is 56.
RGB:
(176,148,56)
(69%,58%,22%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 56 of 255 = 22%

176
148
56

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

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 56 = 380 (100%)
R 176 of 380 ~ 46.32%
G 148 of 380 ~ 38.95%
B 56 of 380 ~ 14.74%

%46.32
%38.95
%14.74

CMYK color model

#B09438 color CMYK value is (0,16,68,31).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 68.18%
  • key color value is 30.98%
CMYK:
(0,16,68,31)
C0M16Y68K31 
(0%,16%,68%,31%)
(0.00/0.16/0.68/0.31)	

CMYK percentages

%0
%15.91
%68.18
%30.98

Codes

Color #B09438 in popluar color models

B09438
RGB17614856
HSL46°51.72%45.49%
HSB/HSV46°68.18%69.02%
CMYK0.00%15.91%68.18%
30.98%

Color #B09438 in popluar number systems.

HEXB09438
Decimal17614856
Binary1011000010010100111000
Octal26022470

Shades and tints

Shades of #B09438

#B09438
(176,148,56)
#A08733
(160,135,51)
#907A2E
(144,122,46)
#806D29
(128,109,41)
#706024
(112,96,36)
#60531F
(96,83,31)
#50461A
(80,70,26)
#403915
(64,57,21)
#302C10
(48,44,16)
#201F0B
(32,31,11)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #B09438

#B09438
(176,148,56)
#B79D4A
(183,157,74)
#BEA65C
(190,166,92)
#C5AF6E
(197,175,110)
#CCB880
(204,184,128)
#D3C192
(211,193,146)
#DACAA4
(218,202,164)
#E1D3B6
(225,211,182)
#E8DCC8
(232,220,200)
#EFE5DA
(239,229,218)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09438 color. Also use rgb(176,148,56) instead hex code.

Text Font Color

.myTextColor { color: #B09438; }

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

This text font color is #B09438.


Background Color

.myBgColor { background-color: #B09438; }

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

This div background color is #B09438.


Border color

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

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

This div border color is #B09438.


Opacity

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

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

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

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

This text has shadow with #B09438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09438 on black background.


Color preview on white background

This text has color #B09438 on white background.



Black color preview on #B09438 background

This text has black color on #B09438 background.


White color preview on #B09438 background

This text has white color on #B09438 background.