COLOR #B18A8A

HEX: #B18A8A
RGB: (177,138,138)

Color info

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

RGB color model

#B18A8A color RGB value is (177,138,138).

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

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 138 of 255 = 54%

177
138
138

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 138 = 453 (100%)
R 177 of 453 ~ 39.07%
G 138 of 453 ~ 30.46%
B 138 of 453 ~ 30.46%

%39.07
%30.46
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 22.03%
  • key color value is 30.59%
CMYK:
(0,22,22,31)
C0M22Y22K31 
(0%,22%,22%,31%)
(0.00/0.22/0.22/0.31)	

CMYK percentages

%0
%22.03
%22.03
%30.59

Codes

Color #B18A8A in popluar color models

B18A8A
RGB177138138
HSL20.00%61.76%
HSB/HSV22.03%69.41%
CMYK0.00%22.03%22.03%
30.59%

Color #B18A8A in popluar number systems.

HEXB18A8A
Decimal177138138
Binary101100011000101010001010
Octal261212212

Shades and tints

Shades of #B18A8A

#B18A8A
(177,138,138)
#A17E7E
(161,126,126)
#917272
(145,114,114)
#816666
(129,102,102)
#715A5A
(113,90,90)
#614E4E
(97,78,78)
#514242
(81,66,66)
#413636
(65,54,54)
#312A2A
(49,42,42)
#211E1E
(33,30,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B18A8A

#B18A8A
(177,138,138)
#B89494
(184,148,148)
#BF9E9E
(191,158,158)
#C6A8A8
(198,168,168)
#CDB2B2
(205,178,178)
#D4BCBC
(212,188,188)
#DBC6C6
(219,198,198)
#E2D0D0
(226,208,208)
#E9DADA
(233,218,218)
#F0E4E4
(240,228,228)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18A8A; }

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

This text font color is #B18A8A.


Background Color

.myBgColor { background-color: #B18A8A; }

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

This div background color is #B18A8A.


Border color

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

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

This div border color is #B18A8A.


Opacity

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

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

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

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

This text has shadow with #B18A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18A8A on black background.


Color preview on white background

This text has color #B18A8A on white background.



Black color preview on #B18A8A background

This text has black color on #B18A8A background.


White color preview on #B18A8A background

This text has white color on #B18A8A background.