COLOR #B28E6A

HEX: #B28E6A
RGB: (178,142,106)

Color info

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

RGB color model

#B28E6A color RGB value is (178,142,106).

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

RGB channels and saturation

R 178 of 255 = 70%
G 142 of 255 = 56%
B 106 of 255 = 42%

178
142
106

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

Portions of RGB colors in percentages

R + G + B =
178 + 142 + 106 = 426 (100%)
R 178 of 426 ~ 41.78%
G 142 of 426 ~ 33.33%
B 106 of 426 ~ 24.88%

%41.78
%33.33
%24.88

CMYK color model

#B28E6A color CMYK value is (0,20,40,30).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(0,20,40,30)
C0M20Y40K30 
(0%,20%,40%,30%)
(0.00/0.20/0.40/0.30)	

CMYK percentages

%0
%20.22
%40.45
%30.2

Codes

Color #B28E6A in popluar color models

B28E6A
RGB178142106
HSL30°31.86%55.69%
HSB/HSV30°40.45%69.80%
CMYK0.00%20.22%40.45%
30.20%

Color #B28E6A in popluar number systems.

HEXB28E6A
Decimal178142106
Binary10110010100011101101010
Octal262216152

Shades and tints

Shades of #B28E6A

#B28E6A
(178,142,106)
#A28261
(162,130,97)
#927658
(146,118,88)
#826A4F
(130,106,79)
#725E46
(114,94,70)
#62523D
(98,82,61)
#524634
(82,70,52)
#423A2B
(66,58,43)
#322E22
(50,46,34)
#222219
(34,34,25)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #B28E6A

#B28E6A
(178,142,106)
#B99877
(185,152,119)
#C0A284
(192,162,132)
#C7AC91
(199,172,145)
#CEB69E
(206,182,158)
#D5C0AB
(213,192,171)
#DCCAB8
(220,202,184)
#E3D4C5
(227,212,197)
#EADED2
(234,222,210)
#F1E8DF
(241,232,223)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28E6A; }

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

This text font color is #B28E6A.


Background Color

.myBgColor { background-color: #B28E6A; }

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

This div background color is #B28E6A.


Border color

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

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

This div border color is #B28E6A.


Opacity

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

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

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

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

This text has shadow with #B28E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28E6A on black background.


Color preview on white background

This text has color #B28E6A on white background.



Black color preview on #B28E6A background

This text has black color on #B28E6A background.


White color preview on #B28E6A background

This text has white color on #B28E6A background.