COLOR #B28B74

HEX: #B28B74 RGB: (178,139,116)

Color info

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

RGB color model

#B28B74 color RGB value is (178,139,116).

RGB: (178,139,116) (70%, 55%, 45%)

RGB channels and saturation

R 178 of 255 = 70%
G 139 of 255 = 55%
B 116 of 255 = 45%

178
139
116

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

Portions of RGB colors in percentages

R + G + B = 178 + 139 + 116 = 433 (100%)
R 178 of 433 ~ 41.11%
G 139 of 433 ~ 32.1%
B 116 of 433 ~ 26.79'%

%41.11
%32.1
%26.79

CMYK color model

#B28B74 color CMYK value is (0,22,35,30).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 34.83%
  • key color value is 30.20%

CMYK: (0,22,35,30)
C0M22Y35K30 (0%, 22%, 35%, 30%)
(0.00 / 0.22 / 0.35 / 0.30)

CMYK percentages

%0
%21.91
%34.83
%30.2

Codes

Color #B28B74 in popluar color models

B2 8B 74
RGB 178 139 116
HSL 22° 28.70% 57.65%
HSB/HSV 22° 34.83% 69.80%
CMYK 0.00% 21.91% 34.83%
30.20%

Color #B28B74 in popluar number systems.

HEX B2 8B 74
Decimal 178 139 116
Binary 10110010 10001011 1110100
Octal 262 213 164

Shades and tints

Shades of #B28B74

#B28B74
(178,139,116)
#A27F6A
(162,127,106)
#927360
(146,115,96)
#826756
(130,103,86)
#725B4C
(114,91,76)
#624F42
(98,79,66)
#524338
(82,67,56)
#42372E
(66,55,46)
#322B24
(50,43,36)
#221F1A
(34,31,26)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #B28B74

#B28B74
(178,139,116)
#B99580
(185,149,128)
#C09F8C
(192,159,140)
#C7A998
(199,169,152)
#CEB3A4
(206,179,164)
#D5BDB0
(213,189,176)
#DCC7BC
(220,199,188)
#E3D1C8
(227,209,200)
#EADBD4
(234,219,212)
#F1E5E0
(241,229,224)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28B74 color. Also use rgb(178,139,116) instead hex code.

Text Font Color

.myTextColor { color: #B28B74; }

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

This text font color is #B28B74.

Background Color

.myBgColor { background-color: #B28B74; }

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

This div background color is #B28B74.

Border color

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

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

This div border color is #B28B74.

Opacity

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

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

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

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

This text has shadow with #B28B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28B74.

Preview

Color preview on black background

This text has color #B28B74 on black background.


Color preview on white background

This text has color #B28B74 on white background.


Black color preview on #B28B74 background

This text has black color on #B28B74 background.


White color preview on #B28B74 background

This text has white color on #B28B74 background.


Related colors

Complementary color

Complementary color for #hex is #4D748B.


I love getcolorcode.com

Triadic colors

1 #74B28B and #8B74B2 with #B28B74 are triadic colors.

2 #748BB2 and #8BB274 with #B28B74 are triadic colors.