COLOR #B09C80

HEX: #B09C80 RGB: (176,156,128)

Color info

#B09C80 contains red, green and blue colors in about the same proportion. Web safe color of #B09C80 is #999966 (or #996).

RGB color model

#B09C80 color RGB value is (176,156,128).

RGB: (176,156,128) (69%, 61%, 50%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 128 of 255 = 50%

176
156
128

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 128 = 460 (100%)
R 176 of 460 ~ 38.26%
G 156 of 460 ~ 33.91%
B 128 of 460 ~ 27.83'%

%38.26
%33.91
%27.83

CMYK color model

#B09C80 color CMYK value is (0,11,27,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 27.27%
  • key color value is 30.98%

CMYK: (0,11,27,31)
C0M11Y27K31 (0%, 11%, 27%, 31%)
(0.00 / 0.11 / 0.27 / 0.31)

CMYK percentages

%0
%11.36
%27.27
%30.98

Codes

Color #B09C80 in popluar color models

B0 9C 80
RGB 176 156 128
HSL 35° 23.30% 59.61%
HSB/HSV 35° 27.27% 69.02%
CMYK 0.00% 11.36% 27.27%
30.98%

Color #B09C80 in popluar number systems.

HEX B0 9C 80
Decimal 176 156 128
Binary 10110000 10011100 10000000
Octal 260 234 200

Shades and tints

Shades of #B09C80

#B09C80
(176,156,128)
#A08E75
(160,142,117)
#90806A
(144,128,106)
#80725F
(128,114,95)
#706454
(112,100,84)
#605649
(96,86,73)
#50483E
(80,72,62)
#403A33
(64,58,51)
#302C28
(48,44,40)
#201E1D
(32,30,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B09C80

#B09C80
(176,156,128)
#B7A58B
(183,165,139)
#BEAE96
(190,174,150)
#C5B7A1
(197,183,161)
#CCC0AC
(204,192,172)
#D3C9B7
(211,201,183)
#DAD2C2
(218,210,194)
#E1DBCD
(225,219,205)
#E8E4D8
(232,228,216)
#EFEDE3
(239,237,227)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09C80 color. Also use rgb(176,156,128) instead hex code.

Text Font Color

.myTextColor { color: #B09C80; }

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

This text font color is #B09C80.

Background Color

.myBgColor { background-color: #B09C80; }

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

This div background color is #B09C80.

Border color

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

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

This div border color is #B09C80.

Opacity

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

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

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

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

This text has shadow with #B09C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09C80.

Preview

Color preview on black background

This text has color #B09C80 on black background.


Color preview on white background

This text has color #B09C80 on white background.


Black color preview on #B09C80 background

This text has black color on #B09C80 background.


White color preview on #B09C80 background

This text has white color on #B09C80 background.


Related colors

Complementary color

Complementary color for #hex is #4F637F.


I love getcolorcode.com

Triadic colors

1 #80B09C and #9C80B0 with #B09C80 are triadic colors.

2 #809CB0 and #9CB080 with #B09C80 are triadic colors.