COLOR #B28949

HEX: #B28949
RGB: (178,137,73)

Color info

#B28949 contains mainly red and green colors. Web safe color of #B28949 is #999933 (or #993).

RGB color model

#B28949 color RGB value is (178,137,73).

  • red value is 178;
  • green value is 137;
  • blue value is 73.
RGB:
(178,137,73)
(70%,54%,29%)

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 73 of 255 = 29%

178
137
73

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

Portions of RGB colors in percentages

R + G + B =
178 + 137 + 73 = 388 (100%)
R 178 of 388 ~ 45.88%
G 137 of 388 ~ 35.31%
B 73 of 388 ~ 18.81%

%45.88
%35.31
%18.81

CMYK color model

#B28949 color CMYK value is (0,23,59,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 58.99%
  • key color value is 30.20%
CMYK:
(0,23,59,30)
C0M23Y59K30 
(0%,23%,59%,30%)
(0.00/0.23/0.59/0.30)	

CMYK percentages

%0
%23.03
%58.99
%30.2

Codes

Color #B28949 in popluar color models

B28949
RGB17813773
HSL37°41.83%49.22%
HSB/HSV37°58.99%69.80%
CMYK0.00%23.03%58.99%
30.20%

Color #B28949 in popluar number systems.

HEXB28949
Decimal17813773
Binary10110010100010011001001
Octal262211111

Shades and tints

Shades of #B28949

#B28949
(178,137,73)
#A27D43
(162,125,67)
#92713D
(146,113,61)
#826537
(130,101,55)
#725931
(114,89,49)
#624D2B
(98,77,43)
#524125
(82,65,37)
#42351F
(66,53,31)
#322919
(50,41,25)
#221D13
(34,29,19)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #B28949

#B28949
(178,137,73)
#B99359
(185,147,89)
#C09D69
(192,157,105)
#C7A779
(199,167,121)
#CEB189
(206,177,137)
#D5BB99
(213,187,153)
#DCC5A9
(220,197,169)
#E3CFB9
(227,207,185)
#EAD9C9
(234,217,201)
#F1E3D9
(241,227,217)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28949 color. Also use rgb(178,137,73) instead hex code.

Text Font Color

.myTextColor { color: #B28949; }

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

This text font color is #B28949.


Background Color

.myBgColor { background-color: #B28949; }

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

This div background color is #B28949.


Border color

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

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

This div border color is #B28949.


Opacity

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

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

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

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

This text has shadow with #B28949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28949 on black background.


Color preview on white background

This text has color #B28949 on white background.



Black color preview on #B28949 background

This text has black color on #B28949 background.


White color preview on #B28949 background

This text has white color on #B28949 background.