COLOR #B28371

HEX: #B28371
RGB: (178,131,113)

Color info

#B28371 contains mainly red and green colors. Web safe color of #B28371 is #999966 (or #996).

RGB color model

#B28371 color RGB value is (178,131,113).

  • red value is 178;
  • green value is 131;
  • blue value is 113.
RGB:
(178,131,113)
(70%,51%,44%)

RGB channels and saturation

R 178 of 255 = 70%
G 131 of 255 = 51%
B 113 of 255 = 44%

178
131
113

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

Portions of RGB colors in percentages

R + G + B =
178 + 131 + 113 = 422 (100%)
R 178 of 422 ~ 42.18%
G 131 of 422 ~ 31.04%
B 113 of 422 ~ 26.78%

%42.18
%31.04
%26.78

CMYK color model

#B28371 color CMYK value is (0,26,37,30).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(0,26,37,30)
C0M26Y37K30 
(0%,26%,37%,30%)
(0.00/0.26/0.37/0.30)	

CMYK percentages

%0
%26.4
%36.52
%30.2

Codes

Color #B28371 in popluar color models

B28371
RGB178131113
HSL17°29.68%57.06%
HSB/HSV17°36.52%69.80%
CMYK0.00%26.40%36.52%
30.20%

Color #B28371 in popluar number systems.

HEXB28371
Decimal178131113
Binary10110010100000111110001
Octal262203161

Shades and tints

Shades of #B28371

#B28371
(178,131,113)
#A27867
(162,120,103)
#926D5D
(146,109,93)
#826253
(130,98,83)
#725749
(114,87,73)
#624C3F
(98,76,63)
#524135
(82,65,53)
#42362B
(66,54,43)
#322B21
(50,43,33)
#222017
(34,32,23)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #B28371

#B28371
(178,131,113)
#B98E7D
(185,142,125)
#C09989
(192,153,137)
#C7A495
(199,164,149)
#CEAFA1
(206,175,161)
#D5BAAD
(213,186,173)
#DCC5B9
(220,197,185)
#E3D0C5
(227,208,197)
#EADBD1
(234,219,209)
#F1E6DD
(241,230,221)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28371 color. Also use rgb(178,131,113) instead hex code.

Text Font Color

.myTextColor { color: #B28371; }

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

This text font color is #B28371.


Background Color

.myBgColor { background-color: #B28371; }

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

This div background color is #B28371.


Border color

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

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

This div border color is #B28371.


Opacity

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

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

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

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

This text has shadow with #B28371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28371 on black background.


Color preview on white background

This text has color #B28371 on white background.



Black color preview on #B28371 background

This text has black color on #B28371 background.


White color preview on #B28371 background

This text has white color on #B28371 background.