COLOR #B38283

HEX: #B38283
RGB: (179,130,131)

Color info

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

RGB color model

#B38283 color RGB value is (179,130,131).

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

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 131 of 255 = 51%

179
130
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 131 = 440 (100%)
R 179 of 440 ~ 40.68%
G 130 of 440 ~ 29.55%
B 131 of 440 ~ 29.77%

%40.68
%29.55
%29.77

CMYK color model

#B38283 color CMYK value is (0,27,27,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(0,27,27,30)
C0M27Y27K30 
(0%,27%,27%,30%)
(0.00/0.27/0.27/0.30)	

CMYK percentages

%0
%27.37
%26.82
%29.8

Codes

Color #B38283 in popluar color models

B38283
RGB179130131
HSL359°24.38%60.59%
HSB/HSV359°27.37%70.20%
CMYK0.00%27.37%26.82%
29.80%

Color #B38283 in popluar number systems.

HEXB38283
Decimal179130131
Binary101100111000001010000011
Octal263202203

Shades and tints

Shades of #B38283

#B38283
(179,130,131)
#A37778
(163,119,120)
#936C6D
(147,108,109)
#836162
(131,97,98)
#735657
(115,86,87)
#634B4C
(99,75,76)
#534041
(83,64,65)
#433536
(67,53,54)
#332A2B
(51,42,43)
#231F20
(35,31,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B38283

#B38283
(179,130,131)
#B98D8E
(185,141,142)
#BF9899
(191,152,153)
#C5A3A4
(197,163,164)
#CBAEAF
(203,174,175)
#D1B9BA
(209,185,186)
#D7C4C5
(215,196,197)
#DDCFD0
(221,207,208)
#E3DADB
(227,218,219)
#E9E5E6
(233,229,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38283; }

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

This text font color is #B38283.


Background Color

.myBgColor { background-color: #B38283; }

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

This div background color is #B38283.


Border color

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

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

This div border color is #B38283.


Opacity

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

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

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

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

This text has shadow with #B38283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38283 on black background.


Color preview on white background

This text has color #B38283 on white background.



Black color preview on #B38283 background

This text has black color on #B38283 background.


White color preview on #B38283 background

This text has white color on #B38283 background.