COLOR #B18183

HEX: #B18183
RGB: (177,129,131)

Color info

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

RGB color model

#B18183 color RGB value is (177,129,131).

  • red value is 177;
  • green value is 129;
  • blue value is 131.
RGB:
(177,129,131)
(69%,51%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 131 of 255 = 51%

177
129
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 131 = 437 (100%)
R 177 of 437 ~ 40.5%
G 129 of 437 ~ 29.52%
B 131 of 437 ~ 29.98%

%40.5
%29.52
%29.98

CMYK color model

#B18183 color CMYK value is (0,27,26,31).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(0,27,26,31)
C0M27Y26K31 
(0%,27%,26%,31%)
(0.00/0.27/0.26/0.31)	

CMYK percentages

%0
%27.12
%25.99
%30.59

Codes

Color #B18183 in popluar color models

B18183
RGB177129131
HSL358°23.53%60.00%
HSB/HSV358°27.12%69.41%
CMYK0.00%27.12%25.99%
30.59%

Color #B18183 in popluar number systems.

HEXB18183
Decimal177129131
Binary101100011000000110000011
Octal261201203

Shades and tints

Shades of #B18183

#B18183
(177,129,131)
#A17678
(161,118,120)
#916B6D
(145,107,109)
#816062
(129,96,98)
#715557
(113,85,87)
#614A4C
(97,74,76)
#513F41
(81,63,65)
#413436
(65,52,54)
#31292B
(49,41,43)
#211E20
(33,30,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B18183

#B18183
(177,129,131)
#B88C8E
(184,140,142)
#BF9799
(191,151,153)
#C6A2A4
(198,162,164)
#CDADAF
(205,173,175)
#D4B8BA
(212,184,186)
#DBC3C5
(219,195,197)
#E2CED0
(226,206,208)
#E9D9DB
(233,217,219)
#F0E4E6
(240,228,230)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18183; }

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

This text font color is #B18183.


Background Color

.myBgColor { background-color: #B18183; }

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

This div background color is #B18183.


Border color

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

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

This div border color is #B18183.


Opacity

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

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

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

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

This text has shadow with #B18183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18183 on black background.


Color preview on white background

This text has color #B18183 on white background.



Black color preview on #B18183 background

This text has black color on #B18183 background.


White color preview on #B18183 background

This text has white color on #B18183 background.