COLOR #B09627

HEX: #B09627
RGB: (176,150,39)

Color info

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

RGB color model

#B09627 color RGB value is (176,150,39).

  • red value is 176;
  • green value is 150;
  • blue value is 39.
RGB:
(176,150,39)
(69%,59%,15%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 39 of 255 = 15%

176
150
39

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 39 = 365 (100%)
R 176 of 365 ~ 48.22%
G 150 of 365 ~ 41.1%
B 39 of 365 ~ 10.68%

%48.22
%41.1
%10.68

CMYK color model

#B09627 color CMYK value is (0,15,78,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 77.84%
  • key color value is 30.98%
CMYK:
(0,15,78,31)
C0M15Y78K31 
(0%,15%,78%,31%)
(0.00/0.15/0.78/0.31)	

CMYK percentages

%0
%14.77
%77.84
%30.98

Codes

Color #B09627 in popluar color models

B09627
RGB17615039
HSL49°63.72%42.16%
HSB/HSV49°77.84%69.02%
CMYK0.00%14.77%77.84%
30.98%

Color #B09627 in popluar number systems.

HEXB09627
Decimal17615039
Binary1011000010010110100111
Octal26022647

Shades and tints

Shades of #B09627

#B09627
(176,150,39)
#A08924
(160,137,36)
#907C21
(144,124,33)
#806F1E
(128,111,30)
#70621B
(112,98,27)
#605518
(96,85,24)
#504815
(80,72,21)
#403B12
(64,59,18)
#302E0F
(48,46,15)
#20210C
(32,33,12)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #B09627

#B09627
(176,150,39)
#B79F3A
(183,159,58)
#BEA84D
(190,168,77)
#C5B160
(197,177,96)
#CCBA73
(204,186,115)
#D3C386
(211,195,134)
#DACC99
(218,204,153)
#E1D5AC
(225,213,172)
#E8DEBF
(232,222,191)
#EFE7D2
(239,231,210)
#F6F0E5
(246,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09627 color. Also use rgb(176,150,39) instead hex code.

Text Font Color

.myTextColor { color: #B09627; }

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

This text font color is #B09627.


Background Color

.myBgColor { background-color: #B09627; }

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

This div background color is #B09627.


Border color

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

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

This div border color is #B09627.


Opacity

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

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

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

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

This text has shadow with #B09627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09627 on black background.


Color preview on white background

This text has color #B09627 on white background.



Black color preview on #B09627 background

This text has black color on #B09627 background.


White color preview on #B09627 background

This text has white color on #B09627 background.