COLOR #B28079

HEX: #B28079
RGB: (178,128,121)

Color info

#B28079 contains red, green and blue colors in about the same proportion. Web safe color of #B28079 is #996666 (or #966).

RGB color model

#B28079 color RGB value is (178,128,121).

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

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 121 of 255 = 47%

178
128
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 121 = 427 (100%)
R 178 of 427 ~ 41.69%
G 128 of 427 ~ 29.98%
B 121 of 427 ~ 28.34%

%41.69
%29.98
%28.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,28,32,30)
C0M28Y32K30 
(0%,28%,32%,30%)
(0.00/0.28/0.32/0.30)	

CMYK percentages

%0
%28.09
%32.02
%30.2

Codes

Color #B28079 in popluar color models

B28079
RGB178128121
HSL27.01%58.63%
HSB/HSV32.02%69.80%
CMYK0.00%28.09%32.02%
30.20%

Color #B28079 in popluar number systems.

HEXB28079
Decimal178128121
Binary10110010100000001111001
Octal262200171

Shades and tints

Shades of #B28079

#B28079
(178,128,121)
#A2756E
(162,117,110)
#926A63
(146,106,99)
#825F58
(130,95,88)
#72544D
(114,84,77)
#624942
(98,73,66)
#523E37
(82,62,55)
#42332C
(66,51,44)
#322821
(50,40,33)
#221D16
(34,29,22)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #B28079

#B28079
(178,128,121)
#B98B85
(185,139,133)
#C09691
(192,150,145)
#C7A19D
(199,161,157)
#CEACA9
(206,172,169)
#D5B7B5
(213,183,181)
#DCC2C1
(220,194,193)
#E3CDCD
(227,205,205)
#EAD8D9
(234,216,217)
#F1E3E5
(241,227,229)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28079; }

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

This text font color is #B28079.


Background Color

.myBgColor { background-color: #B28079; }

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

This div background color is #B28079.


Border color

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

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

This div border color is #B28079.


Opacity

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

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

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

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

This text has shadow with #B28079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28079 on black background.


Color preview on white background

This text has color #B28079 on white background.



Black color preview on #B28079 background

This text has black color on #B28079 background.


White color preview on #B28079 background

This text has white color on #B28079 background.