COLOR #B28A49

HEX: #B28A49
RGB: (178,138,73)

Color info

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

RGB color model

#B28A49 color RGB value is (178,138,73).

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

RGB channels and saturation

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

178
138
73

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

Portions of RGB colors in percentages

R + G + B =
178 + 138 + 73 = 389 (100%)
R 178 of 389 ~ 45.76%
G 138 of 389 ~ 35.48%
B 73 of 389 ~ 18.77%

%45.76
%35.48
%18.77

CMYK color model

#B28A49 color CMYK value is (0,22,59,30).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 58.99%
  • key color value is 30.20%
CMYK:
(0,22,59,30)
C0M22Y59K30 
(0%,22%,59%,30%)
(0.00/0.22/0.59/0.30)	

CMYK percentages

%0
%22.47
%58.99
%30.2

Codes

Color #B28A49 in popluar color models

B28A49
RGB17813873
HSL37°41.83%49.22%
HSB/HSV37°58.99%69.80%
CMYK0.00%22.47%58.99%
30.20%

Color #B28A49 in popluar number systems.

HEXB28A49
Decimal17813873
Binary10110010100010101001001
Octal262212111

Shades and tints

Shades of #B28A49

#B28A49
(178,138,73)
#A27E43
(162,126,67)
#92723D
(146,114,61)
#826637
(130,102,55)
#725A31
(114,90,49)
#624E2B
(98,78,43)
#524225
(82,66,37)
#42361F
(66,54,31)
#322A19
(50,42,25)
#221E13
(34,30,19)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #B28A49

#B28A49
(178,138,73)
#B99459
(185,148,89)
#C09E69
(192,158,105)
#C7A879
(199,168,121)
#CEB289
(206,178,137)
#D5BC99
(213,188,153)
#DCC6A9
(220,198,169)
#E3D0B9
(227,208,185)
#EADAC9
(234,218,201)
#F1E4D9
(241,228,217)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28A49; }

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

This text font color is #B28A49.


Background Color

.myBgColor { background-color: #B28A49; }

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

This div background color is #B28A49.


Border color

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

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

This div border color is #B28A49.


Opacity

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

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

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

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

This text has shadow with #B28A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28A49 on black background.


Color preview on white background

This text has color #B28A49 on white background.



Black color preview on #B28A49 background

This text has black color on #B28A49 background.


White color preview on #B28A49 background

This text has white color on #B28A49 background.