COLOR #B08A8C

HEX: #B08A8C
RGB: (176,138,140)

Color info

#B08A8C contains red, green and blue colors in about the same proportion. Web safe color of #B08A8C is #999999 (or #999).

RGB color model

#B08A8C color RGB value is (176,138,140).

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

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 140 of 255 = 55%

176
138
140

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

Portions of RGB colors in percentages

R + G + B =
176 + 138 + 140 = 454 (100%)
R 176 of 454 ~ 38.77%
G 138 of 454 ~ 30.4%
B 140 of 454 ~ 30.84%

%38.77
%30.4
%30.84

CMYK color model

#B08A8C color CMYK value is (0,22,20,31).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 20.45%
  • key color value is 30.98%
CMYK:
(0,22,20,31)
C0M22Y20K31 
(0%,22%,20%,31%)
(0.00/0.22/0.20/0.31)	

CMYK percentages

%0
%21.59
%20.45
%30.98

Codes

Color #B08A8C in popluar color models

B08A8C
RGB176138140
HSL357°19.39%61.57%
HSB/HSV357°21.59%69.02%
CMYK0.00%21.59%20.45%
30.98%

Color #B08A8C in popluar number systems.

HEXB08A8C
Decimal176138140
Binary101100001000101010001100
Octal260212214

Shades and tints

Shades of #B08A8C

#B08A8C
(176,138,140)
#A07E80
(160,126,128)
#907274
(144,114,116)
#806668
(128,102,104)
#705A5C
(112,90,92)
#604E50
(96,78,80)
#504244
(80,66,68)
#403638
(64,54,56)
#302A2C
(48,42,44)
#201E20
(32,30,32)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B08A8C

#B08A8C
(176,138,140)
#B79496
(183,148,150)
#BE9EA0
(190,158,160)
#C5A8AA
(197,168,170)
#CCB2B4
(204,178,180)
#D3BCBE
(211,188,190)
#DAC6C8
(218,198,200)
#E1D0D2
(225,208,210)
#E8DADC
(232,218,220)
#EFE4E6
(239,228,230)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08A8C; }

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

This text font color is #B08A8C.


Background Color

.myBgColor { background-color: #B08A8C; }

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

This div background color is #B08A8C.


Border color

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

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

This div border color is #B08A8C.


Opacity

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

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

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

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

This text has shadow with #B08A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08A8C on black background.


Color preview on white background

This text has color #B08A8C on white background.



Black color preview on #B08A8C background

This text has black color on #B08A8C background.


White color preview on #B08A8C background

This text has white color on #B08A8C background.