COLOR #B18384

HEX: #B18384 RGB: (177,131,132)

Color info

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

RGB color model

#B18384 color RGB value is (177,131,132).

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

RGB channels and saturation

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

177
131
132

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

Portions of RGB colors in percentages

R + G + B = 177 + 131 + 132 = 440 (100%)
R 177 of 440 ~ 40.23%
G 131 of 440 ~ 29.77%
B 132 of 440 ~ 30'%

%40.23
%29.77
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 25.42%
  • 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
%25.42
%30.59

Codes

Color #B18384 in popluar color models

B1 83 84
RGB 177 131 132
HSL 359° 22.77% 60.39%
HSB/HSV 359° 25.99% 69.41%
CMYK 0.00% 25.99% 25.42%
30.59%

Color #B18384 in popluar number systems.

HEX B1 83 84
Decimal 177 131 132
Binary 10110001 10000011 10000100
Octal 261 203 204

Shades and tints

Shades of #B18384

#B18384
(177,131,132)
#A17878
(161,120,120)
#916D6C
(145,109,108)
#816260
(129,98,96)
#715754
(113,87,84)
#614C48
(97,76,72)
#51413C
(81,65,60)
#413630
(65,54,48)
#312B24
(49,43,36)
#212018
(33,32,24)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #B18384

#B18384
(177,131,132)
#B88E8F
(184,142,143)
#BF999A
(191,153,154)
#C6A4A5
(198,164,165)
#CDAFB0
(205,175,176)
#D4BABB
(212,186,187)
#DBC5C6
(219,197,198)
#E2D0D1
(226,208,209)
#E9DBDC
(233,219,220)
#F0E6E7
(240,230,231)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18384; }

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

This text font color is #B18384.

Background Color

.myBgColor { background-color: #B18384; }

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

This div background color is #B18384.

Border color

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

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

This div border color is #B18384.

Opacity

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

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

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

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

This text has shadow with #B18384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18384.

Preview

Color preview on black background

This text has color #B18384 on black background.


Color preview on white background

This text has color #B18384 on white background.


Black color preview on #B18384 background

This text has black color on #B18384 background.


White color preview on #B18384 background

This text has white color on #B18384 background.


Related colors

Complementary color

Complementary color for #hex is #4E7C7B.


I love getcolorcode.com

Triadic colors

1 #84B183 and #8384B1 with #B18384 are triadic colors.

2 #8483B1 and #83B184 with #B18384 are triadic colors.