COLOR #B28979

HEX: #B28979
RGB: (178,137,121)

Color info

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

RGB color model

#B28979 color RGB value is (178,137,121).

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

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 121 of 255 = 47%

178
137
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 137 + 121 = 436 (100%)
R 178 of 436 ~ 40.83%
G 137 of 436 ~ 31.42%
B 121 of 436 ~ 27.75%

%40.83
%31.42
%27.75

CMYK color model

#B28979 color CMYK value is (0,23,32,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,23,32,30)
C0M23Y32K30 
(0%,23%,32%,30%)
(0.00/0.23/0.32/0.30)	

CMYK percentages

%0
%23.03
%32.02
%30.2

Codes

Color #B28979 in popluar color models

B28979
RGB178137121
HSL17°27.01%58.63%
HSB/HSV17°32.02%69.80%
CMYK0.00%23.03%32.02%
30.20%

Color #B28979 in popluar number systems.

HEXB28979
Decimal178137121
Binary10110010100010011111001
Octal262211171

Shades and tints

Shades of #B28979

#B28979
(178,137,121)
#A27D6E
(162,125,110)
#927163
(146,113,99)
#826558
(130,101,88)
#72594D
(114,89,77)
#624D42
(98,77,66)
#524137
(82,65,55)
#42352C
(66,53,44)
#322921
(50,41,33)
#221D16
(34,29,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #B28979

#B28979
(178,137,121)
#B99385
(185,147,133)
#C09D91
(192,157,145)
#C7A79D
(199,167,157)
#CEB1A9
(206,177,169)
#D5BBB5
(213,187,181)
#DCC5C1
(220,197,193)
#E3CFCD
(227,207,205)
#EAD9D9
(234,217,217)
#F1E3E5
(241,227,229)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28979; }

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

This text font color is #B28979.


Background Color

.myBgColor { background-color: #B28979; }

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

This div background color is #B28979.


Border color

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

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

This div border color is #B28979.


Opacity

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

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

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

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

This text has shadow with #B28979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28979 on black background.


Color preview on white background

This text has color #B28979 on white background.



Black color preview on #B28979 background

This text has black color on #B28979 background.


White color preview on #B28979 background

This text has white color on #B28979 background.