COLOR #B28F76

HEX: #B28F76
RGB: (178,143,118)

Color info

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

RGB color model

#B28F76 color RGB value is (178,143,118).

  • red value is 178;
  • green value is 143;
  • blue value is 118.
RGB:
(178,143,118)
(70%,56%,46%)

RGB channels and saturation

R 178 of 255 = 70%
G 143 of 255 = 56%
B 118 of 255 = 46%

178
143
118

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

Portions of RGB colors in percentages

R + G + B =
178 + 143 + 118 = 439 (100%)
R 178 of 439 ~ 40.55%
G 143 of 439 ~ 32.57%
B 118 of 439 ~ 26.88%

%40.55
%32.57
%26.88

CMYK color model

#B28F76 color CMYK value is (0,20,34,30).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 33.71%
  • key color value is 30.20%
CMYK:
(0,20,34,30)
C0M20Y34K30 
(0%,20%,34%,30%)
(0.00/0.20/0.34/0.30)	

CMYK percentages

%0
%19.66
%33.71
%30.2

Codes

Color #B28F76 in popluar color models

B28F76
RGB178143118
HSL25°28.04%58.04%
HSB/HSV25°33.71%69.80%
CMYK0.00%19.66%33.71%
30.20%

Color #B28F76 in popluar number systems.

HEXB28F76
Decimal178143118
Binary10110010100011111110110
Octal262217166

Shades and tints

Shades of #B28F76

#B28F76
(178,143,118)
#A2826C
(162,130,108)
#927562
(146,117,98)
#826858
(130,104,88)
#725B4E
(114,91,78)
#624E44
(98,78,68)
#52413A
(82,65,58)
#423430
(66,52,48)
#322726
(50,39,38)
#221A1C
(34,26,28)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #B28F76

#B28F76
(178,143,118)
#B99982
(185,153,130)
#C0A38E
(192,163,142)
#C7AD9A
(199,173,154)
#CEB7A6
(206,183,166)
#D5C1B2
(213,193,178)
#DCCBBE
(220,203,190)
#E3D5CA
(227,213,202)
#EADFD6
(234,223,214)
#F1E9E2
(241,233,226)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28F76 color. Also use rgb(178,143,118) instead hex code.

Text Font Color

.myTextColor { color: #B28F76; }

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

This text font color is #B28F76.


Background Color

.myBgColor { background-color: #B28F76; }

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

This div background color is #B28F76.


Border color

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

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

This div border color is #B28F76.


Opacity

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

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

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

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

This text has shadow with #B28F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28F76 on black background.


Color preview on white background

This text has color #B28F76 on white background.



Black color preview on #B28F76 background

This text has black color on #B28F76 background.


White color preview on #B28F76 background

This text has white color on #B28F76 background.