COLOR #B08C80

HEX: #B08C80
RGB: (176,140,128)

Color info

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

RGB color model

#B08C80 color RGB value is (176,140,128).

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

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 128 of 255 = 50%

176
140
128

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 128 = 444 (100%)
R 176 of 444 ~ 39.64%
G 140 of 444 ~ 31.53%
B 128 of 444 ~ 28.83%

%39.64
%31.53
%28.83

CMYK color model

#B08C80 color CMYK value is (0,20,27,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(0,20,27,31)
C0M20Y27K31 
(0%,20%,27%,31%)
(0.00/0.20/0.27/0.31)	

CMYK percentages

%0
%20.45
%27.27
%30.98

Codes

Color #B08C80 in popluar color models

B08C80
RGB176140128
HSL15°23.30%59.61%
HSB/HSV15°27.27%69.02%
CMYK0.00%20.45%27.27%
30.98%

Color #B08C80 in popluar number systems.

HEXB08C80
Decimal176140128
Binary101100001000110010000000
Octal260214200

Shades and tints

Shades of #B08C80

#B08C80
(176,140,128)
#A08075
(160,128,117)
#90746A
(144,116,106)
#80685F
(128,104,95)
#705C54
(112,92,84)
#605049
(96,80,73)
#50443E
(80,68,62)
#403833
(64,56,51)
#302C28
(48,44,40)
#20201D
(32,32,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B08C80

#B08C80
(176,140,128)
#B7968B
(183,150,139)
#BEA096
(190,160,150)
#C5AAA1
(197,170,161)
#CCB4AC
(204,180,172)
#D3BEB7
(211,190,183)
#DAC8C2
(218,200,194)
#E1D2CD
(225,210,205)
#E8DCD8
(232,220,216)
#EFE6E3
(239,230,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08C80; }

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

This text font color is #B08C80.


Background Color

.myBgColor { background-color: #B08C80; }

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

This div background color is #B08C80.


Border color

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

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

This div border color is #B08C80.


Opacity

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

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

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

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

This text has shadow with #B08C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08C80 on black background.


Color preview on white background

This text has color #B08C80 on white background.



Black color preview on #B08C80 background

This text has black color on #B08C80 background.


White color preview on #B08C80 background

This text has white color on #B08C80 background.