COLOR #B18385

HEX: #B18385 RGB: (177,131,133)

Color info

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

RGB color model

#B18385 color RGB value is (177,131,133).

RGB: (177,131,133) (69%, 51%, 52%)

RGB channels and saturation

R 177 of 255 = 69%
G 131 of 255 = 51%
B 133 of 255 = 52%

177
131
133

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

Portions of RGB colors in percentages

R + G + B = 177 + 131 + 133 = 441 (100%)
R 177 of 441 ~ 40.14%
G 131 of 441 ~ 29.71%
B 133 of 441 ~ 30.16'%

%40.14
%29.71
%30.16

CMYK color model

#B18385 color CMYK value is (0,26,25,31).

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

CMYK: (0,26,25,31)
C0M26Y25K31 (0%, 26%, 25%, 31%)
(0.00 / 0.26 / 0.25 / 0.31)

CMYK percentages

%0
%25.99
%24.86
%30.59

Codes

Color #B18385 in popluar color models

B1 83 85
RGB 177 131 133
HSL 357° 22.77% 60.39%
HSB/HSV 357° 25.99% 69.41%
CMYK 0.00% 25.99% 24.86%
30.59%

Color #B18385 in popluar number systems.

HEX B1 83 85
Decimal 177 131 133
Binary 10110001 10000011 10000101
Octal 261 203 205

Shades and tints

Shades of #B18385

#B18385
(177,131,133)
#A17879
(161,120,121)
#916D6D
(145,109,109)
#816261
(129,98,97)
#715755
(113,87,85)
#614C49
(97,76,73)
#51413D
(81,65,61)
#413631
(65,54,49)
#312B25
(49,43,37)
#212019
(33,32,25)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #B18385

#B18385
(177,131,133)
#B88E90
(184,142,144)
#BF999B
(191,153,155)
#C6A4A6
(198,164,166)
#CDAFB1
(205,175,177)
#D4BABC
(212,186,188)
#DBC5C7
(219,197,199)
#E2D0D2
(226,208,210)
#E9DBDD
(233,219,221)
#F0E6E8
(240,230,232)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18385; }

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

This text font color is #B18385.

Background Color

.myBgColor { background-color: #B18385; }

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

This div background color is #B18385.

Border color

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

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

This div border color is #B18385.

Opacity

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

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

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

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

This text has shadow with #B18385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18385.

Preview

Color preview on black background

This text has color #B18385 on black background.


Color preview on white background

This text has color #B18385 on white background.


Black color preview on #B18385 background

This text has black color on #B18385 background.


White color preview on #B18385 background

This text has white color on #B18385 background.


Related colors

Complementary color

Complementary color for #hex is #4E7C7A.


I love getcolorcode.com

Triadic colors

1 #85B183 and #8385B1 with #B18385 are triadic colors.

2 #8583B1 and #83B185 with #B18385 are triadic colors.