COLOR #B28E5B

HEX: #B28E5B
RGB: (178,142,91)

Color info

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

RGB color model

#B28E5B color RGB value is (178,142,91).

  • red value is 178;
  • green value is 142;
  • blue value is 91.
RGB:
(178,142,91)
(70%,56%,36%)

RGB channels and saturation

R 178 of 255 = 70%
G 142 of 255 = 56%
B 91 of 255 = 36%

178
142
91

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

Portions of RGB colors in percentages

R + G + B =
178 + 142 + 91 = 411 (100%)
R 178 of 411 ~ 43.31%
G 142 of 411 ~ 34.55%
B 91 of 411 ~ 22.14%

%43.31
%34.55
%22.14

CMYK color model

#B28E5B color CMYK value is (0,20,49,30).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 48.88%
  • key color value is 30.20%
CMYK:
(0,20,49,30)
C0M20Y49K30 
(0%,20%,49%,30%)
(0.00/0.20/0.49/0.30)	

CMYK percentages

%0
%20.22
%48.88
%30.2

Codes

Color #B28E5B in popluar color models

B28E5B
RGB17814291
HSL35°36.10%52.75%
HSB/HSV35°48.88%69.80%
CMYK0.00%20.22%48.88%
30.20%

Color #B28E5B in popluar number systems.

HEXB28E5B
Decimal17814291
Binary10110010100011101011011
Octal262216133

Shades and tints

Shades of #B28E5B

#B28E5B
(178,142,91)
#A28253
(162,130,83)
#92764B
(146,118,75)
#826A43
(130,106,67)
#725E3B
(114,94,59)
#625233
(98,82,51)
#52462B
(82,70,43)
#423A23
(66,58,35)
#322E1B
(50,46,27)
#222213
(34,34,19)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #B28E5B

#B28E5B
(178,142,91)
#B99869
(185,152,105)
#C0A277
(192,162,119)
#C7AC85
(199,172,133)
#CEB693
(206,182,147)
#D5C0A1
(213,192,161)
#DCCAAF
(220,202,175)
#E3D4BD
(227,212,189)
#EADECB
(234,222,203)
#F1E8D9
(241,232,217)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28E5B color. Also use rgb(178,142,91) instead hex code.

Text Font Color

.myTextColor { color: #B28E5B; }

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

This text font color is #B28E5B.


Background Color

.myBgColor { background-color: #B28E5B; }

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

This div background color is #B28E5B.


Border color

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

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

This div border color is #B28E5B.


Opacity

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

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

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

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

This text has shadow with #B28E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28E5B on black background.


Color preview on white background

This text has color #B28E5B on white background.



Black color preview on #B28E5B background

This text has black color on #B28E5B background.


White color preview on #B28E5B background

This text has white color on #B28E5B background.