COLOR #B28C6F

HEX: #B28C6F
RGB: (178,140,111)

Color info

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

RGB color model

#B28C6F color RGB value is (178,140,111).

  • red value is 178;
  • green value is 140;
  • blue value is 111.
RGB:
(178,140,111)
(70%,55%,44%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 111 of 255 = 44%

178
140
111

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

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 111 = 429 (100%)
R 178 of 429 ~ 41.49%
G 140 of 429 ~ 32.63%
B 111 of 429 ~ 25.87%

%41.49
%32.63
%25.87

CMYK color model

#B28C6F color CMYK value is (0,21,38,30).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 37.64%
  • key color value is 30.20%
CMYK:
(0,21,38,30)
C0M21Y38K30 
(0%,21%,38%,30%)
(0.00/0.21/0.38/0.30)	

CMYK percentages

%0
%21.35
%37.64
%30.2

Codes

Color #B28C6F in popluar color models

B28C6F
RGB178140111
HSL26°30.32%56.67%
HSB/HSV26°37.64%69.80%
CMYK0.00%21.35%37.64%
30.20%

Color #B28C6F in popluar number systems.

HEXB28C6F
Decimal178140111
Binary10110010100011001101111
Octal262214157

Shades and tints

Shades of #B28C6F

#B28C6F
(178,140,111)
#A28065
(162,128,101)
#92745B
(146,116,91)
#826851
(130,104,81)
#725C47
(114,92,71)
#62503D
(98,80,61)
#524433
(82,68,51)
#423829
(66,56,41)
#322C1F
(50,44,31)
#222015
(34,32,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B28C6F

#B28C6F
(178,140,111)
#B9967C
(185,150,124)
#C0A089
(192,160,137)
#C7AA96
(199,170,150)
#CEB4A3
(206,180,163)
#D5BEB0
(213,190,176)
#DCC8BD
(220,200,189)
#E3D2CA
(227,210,202)
#EADCD7
(234,220,215)
#F1E6E4
(241,230,228)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28C6F color. Also use rgb(178,140,111) instead hex code.

Text Font Color

.myTextColor { color: #B28C6F; }

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

This text font color is #B28C6F.


Background Color

.myBgColor { background-color: #B28C6F; }

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

This div background color is #B28C6F.


Border color

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

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

This div border color is #B28C6F.


Opacity

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

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

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

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

This text has shadow with #B28C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28C6F on black background.


Color preview on white background

This text has color #B28C6F on white background.



Black color preview on #B28C6F background

This text has black color on #B28C6F background.


White color preview on #B28C6F background

This text has white color on #B28C6F background.