COLOR #B09669

HEX: #B09669 RGB: (176,150,105)

Color info

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

RGB color model

#B09669 color RGB value is (176,150,105).

RGB: (176,150,105) (69%, 59%, 41%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 105 of 255 = 41%

176
150
105

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

Portions of RGB colors in percentages

R + G + B = 176 + 150 + 105 = 431 (100%)
R 176 of 431 ~ 40.84%
G 150 of 431 ~ 34.8%
B 105 of 431 ~ 24.36'%

%40.84
%34.8
%24.36

CMYK color model

#B09669 color CMYK value is (0,15,40,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 40.34%
  • key color value is 30.98%

CMYK: (0,15,40,31)
C0M15Y40K31 (0%, 15%, 40%, 31%)
(0.00 / 0.15 / 0.40 / 0.31)

CMYK percentages

%0
%14.77
%40.34
%30.98

Codes

Color #B09669 in popluar color models

B0 96 69
RGB 176 150 105
HSL 38° 31.00% 55.10%
HSB/HSV 38° 40.34% 69.02%
CMYK 0.00% 14.77% 40.34%
30.98%

Color #B09669 in popluar number systems.

HEX B0 96 69
Decimal 176 150 105
Binary 10110000 10010110 1101001
Octal 260 226 151

Shades and tints

Shades of #B09669

#B09669
(176,150,105)
#A08960
(160,137,96)
#907C57
(144,124,87)
#806F4E
(128,111,78)
#706245
(112,98,69)
#60553C
(96,85,60)
#504833
(80,72,51)
#403B2A
(64,59,42)
#302E21
(48,46,33)
#202118
(32,33,24)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B09669

#B09669
(176,150,105)
#B79F76
(183,159,118)
#BEA883
(190,168,131)
#C5B190
(197,177,144)
#CCBA9D
(204,186,157)
#D3C3AA
(211,195,170)
#DACCB7
(218,204,183)
#E1D5C4
(225,213,196)
#E8DED1
(232,222,209)
#EFE7DE
(239,231,222)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09669; }

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

This text font color is #B09669.

Background Color

.myBgColor { background-color: #B09669; }

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

This div background color is #B09669.

Border color

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

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

This div border color is #B09669.

Opacity

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

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

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

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

This text has shadow with #B09669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09669.

Preview

Color preview on black background

This text has color #B09669 on black background.


Color preview on white background

This text has color #B09669 on white background.


Black color preview on #B09669 background

This text has black color on #B09669 background.


White color preview on #B09669 background

This text has white color on #B09669 background.


Related colors

Complementary color

Complementary color for #hex is #4F6996.


I love getcolorcode.com

Triadic colors

1 #69B096 and #9669B0 with #B09669 are triadic colors.

2 #6996B0 and #96B069 with #B09669 are triadic colors.