COLOR #B38181

HEX: #B38181
RGB: (179,129,129)

Color info

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

RGB color model

#B38181 color RGB value is (179,129,129).

  • red value is 179;
  • green value is 129;
  • blue value is 129.
RGB:
(179,129,129)
(70%,51%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 129 of 255 = 51%

179
129
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 129 = 437 (100%)
R 179 of 437 ~ 40.96%
G 129 of 437 ~ 29.52%
B 129 of 437 ~ 29.52%

%40.96
%29.52
%29.52

CMYK color model

#B38181 color CMYK value is (0,28,28,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,28,28,30)
C0M28Y28K30 
(0%,28%,28%,30%)
(0.00/0.28/0.28/0.30)	

CMYK percentages

%0
%27.93
%27.93
%29.8

Codes

Color #B38181 in popluar color models

B38181
RGB179129129
HSL24.75%60.39%
HSB/HSV27.93%70.20%
CMYK0.00%27.93%27.93%
29.80%

Color #B38181 in popluar number systems.

HEXB38181
Decimal179129129
Binary101100111000000110000001
Octal263201201

Shades and tints

Shades of #B38181

#B38181
(179,129,129)
#A37676
(163,118,118)
#936B6B
(147,107,107)
#836060
(131,96,96)
#735555
(115,85,85)
#634A4A
(99,74,74)
#533F3F
(83,63,63)
#433434
(67,52,52)
#332929
(51,41,41)
#231E1E
(35,30,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B38181

#B38181
(179,129,129)
#B98C8C
(185,140,140)
#BF9797
(191,151,151)
#C5A2A2
(197,162,162)
#CBADAD
(203,173,173)
#D1B8B8
(209,184,184)
#D7C3C3
(215,195,195)
#DDCECE
(221,206,206)
#E3D9D9
(227,217,217)
#E9E4E4
(233,228,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38181; }

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

This text font color is #B38181.


Background Color

.myBgColor { background-color: #B38181; }

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

This div background color is #B38181.


Border color

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

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

This div border color is #B38181.


Opacity

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

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

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

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

This text has shadow with #B38181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38181 on black background.


Color preview on white background

This text has color #B38181 on white background.



Black color preview on #B38181 background

This text has black color on #B38181 background.


White color preview on #B38181 background

This text has white color on #B38181 background.