COLOR #B09B6A

HEX: #B09B6A RGB: (176,155,106)

Color info

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

RGB color model

#B09B6A color RGB value is (176,155,106).

RGB: (176,155,106) (69%, 61%, 42%)

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 106 of 255 = 42%

176
155
106

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

Portions of RGB colors in percentages

R + G + B = 176 + 155 + 106 = 437 (100%)
R 176 of 437 ~ 40.27%
G 155 of 437 ~ 35.47%
B 106 of 437 ~ 24.26'%

%40.27
%35.47
%24.26

CMYK color model

#B09B6A color CMYK value is (0,12,40,31).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 39.77%
  • key color value is 30.98%

CMYK: (0,12,40,31)
C0M12Y40K31 (0%, 12%, 40%, 31%)
(0.00 / 0.12 / 0.40 / 0.31)

CMYK percentages

%0
%11.93
%39.77
%30.98

Codes

Color #B09B6A in popluar color models

B0 9B 6A
RGB 176 155 106
HSL 42° 30.70% 55.29%
HSB/HSV 42° 39.77% 69.02%
CMYK 0.00% 11.93% 39.77%
30.98%

Color #B09B6A in popluar number systems.

HEX B0 9B 6A
Decimal 176 155 106
Binary 10110000 10011011 1101010
Octal 260 233 152

Shades and tints

Shades of #B09B6A

#B09B6A
(176,155,106)
#A08D61
(160,141,97)
#907F58
(144,127,88)
#80714F
(128,113,79)
#706346
(112,99,70)
#60553D
(96,85,61)
#504734
(80,71,52)
#40392B
(64,57,43)
#302B22
(48,43,34)
#201D19
(32,29,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #B09B6A

#B09B6A
(176,155,106)
#B7A477
(183,164,119)
#BEAD84
(190,173,132)
#C5B691
(197,182,145)
#CCBF9E
(204,191,158)
#D3C8AB
(211,200,171)
#DAD1B8
(218,209,184)
#E1DAC5
(225,218,197)
#E8E3D2
(232,227,210)
#EFECDF
(239,236,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09B6A color. Also use rgb(176,155,106) instead hex code.

Text Font Color

.myTextColor { color: #B09B6A; }

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

This text font color is #B09B6A.

Background Color

.myBgColor { background-color: #B09B6A; }

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

This div background color is #B09B6A.

Border color

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

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

This div border color is #B09B6A.

Opacity

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

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

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

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

This text has shadow with #B09B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09B6A.

Preview

Color preview on black background

This text has color #B09B6A on black background.


Color preview on white background

This text has color #B09B6A on white background.


Black color preview on #B09B6A background

This text has black color on #B09B6A background.


White color preview on #B09B6A background

This text has white color on #B09B6A background.


Related colors

Complementary color

Complementary color for #hex is #4F6495.


I love getcolorcode.com

Triadic colors

1 #6AB09B and #9B6AB0 with #B09B6A are triadic colors.

2 #6A9BB0 and #9BB06A with #B09B6A are triadic colors.