COLOR #B38580

HEX: #B38580
RGB: (179,133,128)

Color info

#B38580 contains red, green and blue colors in about the same proportion. Web safe color of #B38580 is #999966 (or #996).

RGB color model

#B38580 color RGB value is (179,133,128).

  • red value is 179;
  • green value is 133;
  • blue value is 128.
RGB:
(179,133,128)
(70%,52%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 133 of 255 = 52%
B 128 of 255 = 50%

179
133
128

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

Portions of RGB colors in percentages

R + G + B =
179 + 133 + 128 = 440 (100%)
R 179 of 440 ~ 40.68%
G 133 of 440 ~ 30.23%
B 128 of 440 ~ 29.09%

%40.68
%30.23
%29.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.70%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK:
(0,26,28,30)
C0M26Y28K30 
(0%,26%,28%,30%)
(0.00/0.26/0.28/0.30)	

CMYK percentages

%0
%25.7
%28.49
%29.8

Codes

Color #B38580 in popluar color models

B38580
RGB179133128
HSL25.12%60.20%
HSB/HSV28.49%70.20%
CMYK0.00%25.70%28.49%
29.80%

Color #B38580 in popluar number systems.

HEXB38580
Decimal179133128
Binary101100111000010110000000
Octal263205200

Shades and tints

Shades of #B38580

#B38580
(179,133,128)
#A37975
(163,121,117)
#936D6A
(147,109,106)
#83615F
(131,97,95)
#735554
(115,85,84)
#634949
(99,73,73)
#533D3E
(83,61,62)
#433133
(67,49,51)
#332528
(51,37,40)
#23191D
(35,25,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #B38580

#B38580
(179,133,128)
#B9908B
(185,144,139)
#BF9B96
(191,155,150)
#C5A6A1
(197,166,161)
#CBB1AC
(203,177,172)
#D1BCB7
(209,188,183)
#D7C7C2
(215,199,194)
#DDD2CD
(221,210,205)
#E3DDD8
(227,221,216)
#E9E8E3
(233,232,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38580; }

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

This text font color is #B38580.


Background Color

.myBgColor { background-color: #B38580; }

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

This div background color is #B38580.


Border color

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

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

This div border color is #B38580.


Opacity

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

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

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

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

This text has shadow with #B38580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38580 on black background.


Color preview on white background

This text has color #B38580 on white background.



Black color preview on #B38580 background

This text has black color on #B38580 background.


White color preview on #B38580 background

This text has white color on #B38580 background.