COLOR #B28D79

HEX: #B28D79
RGB: (178,141,121)

Color info

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

RGB color model

#B28D79 color RGB value is (178,141,121).

  • red value is 178;
  • green value is 141;
  • blue value is 121.
RGB:
(178,141,121)
(70%,55%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 141 of 255 = 55%
B 121 of 255 = 47%

178
141
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 141 + 121 = 440 (100%)
R 178 of 440 ~ 40.45%
G 141 of 440 ~ 32.05%
B 121 of 440 ~ 27.5%

%40.45
%32.05
%27.5

CMYK color model

#B28D79 color CMYK value is (0,21,32,30).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,21,32,30)
C0M21Y32K30 
(0%,21%,32%,30%)
(0.00/0.21/0.32/0.30)	

CMYK percentages

%0
%20.79
%32.02
%30.2

Codes

Color #B28D79 in popluar color models

B28D79
RGB178141121
HSL21°27.01%58.63%
HSB/HSV21°32.02%69.80%
CMYK0.00%20.79%32.02%
30.20%

Color #B28D79 in popluar number systems.

HEXB28D79
Decimal178141121
Binary10110010100011011111001
Octal262215171

Shades and tints

Shades of #B28D79

#B28D79
(178,141,121)
#A2816E
(162,129,110)
#927563
(146,117,99)
#826958
(130,105,88)
#725D4D
(114,93,77)
#625142
(98,81,66)
#524537
(82,69,55)
#42392C
(66,57,44)
#322D21
(50,45,33)
#222116
(34,33,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #B28D79

#B28D79
(178,141,121)
#B99785
(185,151,133)
#C0A191
(192,161,145)
#C7AB9D
(199,171,157)
#CEB5A9
(206,181,169)
#D5BFB5
(213,191,181)
#DCC9C1
(220,201,193)
#E3D3CD
(227,211,205)
#EADDD9
(234,221,217)
#F1E7E5
(241,231,229)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28D79 color. Also use rgb(178,141,121) instead hex code.

Text Font Color

.myTextColor { color: #B28D79; }

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

This text font color is #B28D79.


Background Color

.myBgColor { background-color: #B28D79; }

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

This div background color is #B28D79.


Border color

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

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

This div border color is #B28D79.


Opacity

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

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

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

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

This text has shadow with #B28D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28D79 on black background.


Color preview on white background

This text has color #B28D79 on white background.



Black color preview on #B28D79 background

This text has black color on #B28D79 background.


White color preview on #B28D79 background

This text has white color on #B28D79 background.