COLOR #B28577

HEX: #B28577
RGB: (178,133,119)

Color info

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

RGB color model

#B28577 color RGB value is (178,133,119).

  • red value is 178;
  • green value is 133;
  • blue value is 119.
RGB:
(178,133,119)
(70%,52%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 119 of 255 = 47%

178
133
119

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 119 = 430 (100%)
R 178 of 430 ~ 41.4%
G 133 of 430 ~ 30.93%
B 119 of 430 ~ 27.67%

%41.4
%30.93
%27.67

CMYK color model

#B28577 color CMYK value is (0,25,33,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 33.15%
  • key color value is 30.20%
CMYK:
(0,25,33,30)
C0M25Y33K30 
(0%,25%,33%,30%)
(0.00/0.25/0.33/0.30)	

CMYK percentages

%0
%25.28
%33.15
%30.2

Codes

Color #B28577 in popluar color models

B28577
RGB178133119
HSL14°27.70%58.24%
HSB/HSV14°33.15%69.80%
CMYK0.00%25.28%33.15%
30.20%

Color #B28577 in popluar number systems.

HEXB28577
Decimal178133119
Binary10110010100001011110111
Octal262205167

Shades and tints

Shades of #B28577

#B28577
(178,133,119)
#A2796D
(162,121,109)
#926D63
(146,109,99)
#826159
(130,97,89)
#72554F
(114,85,79)
#624945
(98,73,69)
#523D3B
(82,61,59)
#423131
(66,49,49)
#322527
(50,37,39)
#22191D
(34,25,29)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #B28577

#B28577
(178,133,119)
#B99083
(185,144,131)
#C09B8F
(192,155,143)
#C7A69B
(199,166,155)
#CEB1A7
(206,177,167)
#D5BCB3
(213,188,179)
#DCC7BF
(220,199,191)
#E3D2CB
(227,210,203)
#EADDD7
(234,221,215)
#F1E8E3
(241,232,227)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28577 color. Also use rgb(178,133,119) instead hex code.

Text Font Color

.myTextColor { color: #B28577; }

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

This text font color is #B28577.


Background Color

.myBgColor { background-color: #B28577; }

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

This div background color is #B28577.


Border color

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

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

This div border color is #B28577.


Opacity

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

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

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

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

This text has shadow with #B28577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28577 on black background.


Color preview on white background

This text has color #B28577 on white background.



Black color preview on #B28577 background

This text has black color on #B28577 background.


White color preview on #B28577 background

This text has white color on #B28577 background.