COLOR #B18683

HEX: #B18683 RGB: (177,134,131)

Color info

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

RGB color model

#B18683 color RGB value is (177,134,131).

RGB: (177,134,131) (69%, 53%, 51%)

RGB channels and saturation

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

177
134
131

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

Portions of RGB colors in percentages

R + G + B = 177 + 134 + 131 = 442 (100%)
R 177 of 442 ~ 40.05%
G 134 of 442 ~ 30.32%
B 131 of 442 ~ 29.64'%

%40.05
%30.32
%29.64

CMYK color model

#B18683 color CMYK value is (0,24,26,31).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 25.99%
  • key color value is 30.59%

CMYK: (0,24,26,31)
C0M24Y26K31 (0%, 24%, 26%, 31%)
(0.00 / 0.24 / 0.26 / 0.31)

CMYK percentages

%0
%24.29
%25.99
%30.59

Codes

Color #B18683 in popluar color models

B1 86 83
RGB 177 134 131
HSL 22.77% 60.39%
HSB/HSV 25.99% 69.41%
CMYK 0.00% 24.29% 25.99%
30.59%

Color #B18683 in popluar number systems.

HEX B1 86 83
Decimal 177 134 131
Binary 10110001 10000110 10000011
Octal 261 206 203

Shades and tints

Shades of #B18683

#B18683
(177,134,131)
#A17A78
(161,122,120)
#916E6D
(145,110,109)
#816262
(129,98,98)
#715657
(113,86,87)
#614A4C
(97,74,76)
#513E41
(81,62,65)
#413236
(65,50,54)
#31262B
(49,38,43)
#211A20
(33,26,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #B18683

#B18683
(177,134,131)
#B8918E
(184,145,142)
#BF9C99
(191,156,153)
#C6A7A4
(198,167,164)
#CDB2AF
(205,178,175)
#D4BDBA
(212,189,186)
#DBC8C5
(219,200,197)
#E2D3D0
(226,211,208)
#E9DEDB
(233,222,219)
#F0E9E6
(240,233,230)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18683; }

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

This text font color is #B18683.

Background Color

.myBgColor { background-color: #B18683; }

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

This div background color is #B18683.

Border color

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

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

This div border color is #B18683.

Opacity

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

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

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

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

This text has shadow with #B18683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18683.

Preview

Color preview on black background

This text has color #B18683 on black background.


Color preview on white background

This text has color #B18683 on white background.


Black color preview on #B18683 background

This text has black color on #B18683 background.


White color preview on #B18683 background

This text has white color on #B18683 background.


Related colors

Complementary color

Complementary color for #hex is #4E797C.


I love getcolorcode.com

Triadic colors

1 #83B186 and #8683B1 with #B18683 are triadic colors.

2 #8386B1 and #86B183 with #B18683 are triadic colors.