COLOR #B09F65

HEX: #B09F65
RGB: (176,159,101)

Color info

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

RGB color model

#B09F65 color RGB value is (176,159,101).

  • red value is 176;
  • green value is 159;
  • blue value is 101.
RGB:
(176,159,101)
(69%,62%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 101 of 255 = 40%

176
159
101

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 101 = 436 (100%)
R 176 of 436 ~ 40.37%
G 159 of 436 ~ 36.47%
B 101 of 436 ~ 23.17%

%40.37
%36.47
%23.17

CMYK color model

#B09F65 color CMYK value is (0,10,43,31).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 42.61%
  • key color value is 30.98%
CMYK:
(0,10,43,31)
C0M10Y43K31 
(0%,10%,43%,31%)
(0.00/0.10/0.43/0.31)	

CMYK percentages

%0
%9.66
%42.61
%30.98

Codes

Color #B09F65 in popluar color models

B09F65
RGB176159101
HSL46°32.19%54.31%
HSB/HSV46°42.61%69.02%
CMYK0.00%9.66%42.61%
30.98%

Color #B09F65 in popluar number systems.

HEXB09F65
Decimal176159101
Binary10110000100111111100101
Octal260237145

Shades and tints

Shades of #B09F65

#B09F65
(176,159,101)
#A0915C
(160,145,92)
#908353
(144,131,83)
#80754A
(128,117,74)
#706741
(112,103,65)
#605938
(96,89,56)
#504B2F
(80,75,47)
#403D26
(64,61,38)
#302F1D
(48,47,29)
#202114
(32,33,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #B09F65

#B09F65
(176,159,101)
#B7A773
(183,167,115)
#BEAF81
(190,175,129)
#C5B78F
(197,183,143)
#CCBF9D
(204,191,157)
#D3C7AB
(211,199,171)
#DACFB9
(218,207,185)
#E1D7C7
(225,215,199)
#E8DFD5
(232,223,213)
#EFE7E3
(239,231,227)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09F65 color. Also use rgb(176,159,101) instead hex code.

Text Font Color

.myTextColor { color: #B09F65; }

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

This text font color is #B09F65.


Background Color

.myBgColor { background-color: #B09F65; }

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

This div background color is #B09F65.


Border color

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

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

This div border color is #B09F65.


Opacity

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

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

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

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

This text has shadow with #B09F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09F65 on black background.


Color preview on white background

This text has color #B09F65 on white background.



Black color preview on #B09F65 background

This text has black color on #B09F65 background.


White color preview on #B09F65 background

This text has white color on #B09F65 background.