COLOR #B09480

HEX: #B09480
RGB: (176,148,128)

Color info

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

RGB color model

#B09480 color RGB value is (176,148,128).

  • red value is 176;
  • green value is 148;
  • blue value is 128.
RGB:
(176,148,128)
(69%,58%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 128 of 255 = 50%

176
148
128

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

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 128 = 452 (100%)
R 176 of 452 ~ 38.94%
G 148 of 452 ~ 32.74%
B 128 of 452 ~ 28.32%

%38.94
%32.74
%28.32

CMYK color model

#B09480 color CMYK value is (0,16,27,31).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(0,16,27,31)
C0M16Y27K31 
(0%,16%,27%,31%)
(0.00/0.16/0.27/0.31)	

CMYK percentages

%0
%15.91
%27.27
%30.98

Codes

Color #B09480 in popluar color models

B09480
RGB176148128
HSL25°23.30%59.61%
HSB/HSV25°27.27%69.02%
CMYK0.00%15.91%27.27%
30.98%

Color #B09480 in popluar number systems.

HEXB09480
Decimal176148128
Binary101100001001010010000000
Octal260224200

Shades and tints

Shades of #B09480

#B09480
(176,148,128)
#A08775
(160,135,117)
#907A6A
(144,122,106)
#806D5F
(128,109,95)
#706054
(112,96,84)
#605349
(96,83,73)
#50463E
(80,70,62)
#403933
(64,57,51)
#302C28
(48,44,40)
#201F1D
(32,31,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B09480

#B09480
(176,148,128)
#B79D8B
(183,157,139)
#BEA696
(190,166,150)
#C5AFA1
(197,175,161)
#CCB8AC
(204,184,172)
#D3C1B7
(211,193,183)
#DACAC2
(218,202,194)
#E1D3CD
(225,211,205)
#E8DCD8
(232,220,216)
#EFE5E3
(239,229,227)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09480; }

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

This text font color is #B09480.


Background Color

.myBgColor { background-color: #B09480; }

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

This div background color is #B09480.


Border color

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

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

This div border color is #B09480.


Opacity

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

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

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

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

This text has shadow with #B09480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09480 on black background.


Color preview on white background

This text has color #B09480 on white background.



Black color preview on #B09480 background

This text has black color on #B09480 background.


White color preview on #B09480 background

This text has white color on #B09480 background.