COLOR #B18682

HEX: #B18682
RGB: (177,134,130)

Color info

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

RGB color model

#B18682 color RGB value is (177,134,130).

  • red value is 177;
  • green value is 134;
  • blue value is 130.
RGB:
(177,134,130)
(69%,53%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 134 of 255 = 53%
B 130 of 255 = 51%

177
134
130

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

Portions of RGB colors in percentages

R + G + B =
177 + 134 + 130 = 441 (100%)
R 177 of 441 ~ 40.14%
G 134 of 441 ~ 30.39%
B 130 of 441 ~ 29.48%

%40.14
%30.39
%29.48

CMYK color model

#B18682 color CMYK value is (0,24,27,31).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK:
(0,24,27,31)
C0M24Y27K31 
(0%,24%,27%,31%)
(0.00/0.24/0.27/0.31)	

CMYK percentages

%0
%24.29
%26.55
%30.59

Codes

Color #B18682 in popluar color models

B18682
RGB177134130
HSL23.15%60.20%
HSB/HSV26.55%69.41%
CMYK0.00%24.29%26.55%
30.59%

Color #B18682 in popluar number systems.

HEXB18682
Decimal177134130
Binary101100011000011010000010
Octal261206202

Shades and tints

Shades of #B18682

#B18682
(177,134,130)
#A17A77
(161,122,119)
#916E6C
(145,110,108)
#816261
(129,98,97)
#715656
(113,86,86)
#614A4B
(97,74,75)
#513E40
(81,62,64)
#413235
(65,50,53)
#31262A
(49,38,42)
#211A1F
(33,26,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #B18682

#B18682
(177,134,130)
#B8918D
(184,145,141)
#BF9C98
(191,156,152)
#C6A7A3
(198,167,163)
#CDB2AE
(205,178,174)
#D4BDB9
(212,189,185)
#DBC8C4
(219,200,196)
#E2D3CF
(226,211,207)
#E9DEDA
(233,222,218)
#F0E9E5
(240,233,229)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18682; }

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

This text font color is #B18682.


Background Color

.myBgColor { background-color: #B18682; }

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

This div background color is #B18682.


Border color

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

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

This div border color is #B18682.


Opacity

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

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

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

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

This text has shadow with #B18682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18682 on black background.


Color preview on white background

This text has color #B18682 on white background.



Black color preview on #B18682 background

This text has black color on #B18682 background.


White color preview on #B18682 background

This text has white color on #B18682 background.