COLOR #B2A583

HEX: #B2A583
RGB: (178,165,131)

Color info

#B2A583 contains red, green and blue colors in about the same proportion. Web safe color of #B2A583 is #999999 (or #999).

RGB color model

#B2A583 color RGB value is (178,165,131).

  • red value is 178;
  • green value is 165;
  • blue value is 131.
RGB:
(178,165,131)
(70%,65%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 131 of 255 = 51%

178
165
131

R + G + B ~ 62%. #B2A583 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 165 + 131 = 474 (100%)
R 178 of 474 ~ 37.55%
G 165 of 474 ~ 34.81%
B 131 of 474 ~ 27.64%

%37.55
%34.81
%27.64

CMYK color model

#B2A583 color CMYK value is (0,7,26,30).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 26.40%
  • key color value is 30.20%
CMYK:
(0,7,26,30)
C0M7Y26K30 
(0%,7%,26%,30%)
(0.00/0.07/0.26/0.30)	

CMYK percentages

%0
%7.3
%26.4
%30.2

Codes

Color #B2A583 in popluar color models

B2A583
RGB178165131
HSL43°23.38%60.59%
HSB/HSV43°26.40%69.80%
CMYK0.00%7.30%26.40%
30.20%

Color #B2A583 in popluar number systems.

HEXB2A583
Decimal178165131
Binary101100101010010110000011
Octal262245203

Shades and tints

Shades of #B2A583

#B2A583
(178,165,131)
#A29678
(162,150,120)
#92876D
(146,135,109)
#827862
(130,120,98)
#726957
(114,105,87)
#625A4C
(98,90,76)
#524B41
(82,75,65)
#423C36
(66,60,54)
#322D2B
(50,45,43)
#221E20
(34,30,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B2A583

#B2A583
(178,165,131)
#B9AD8E
(185,173,142)
#C0B599
(192,181,153)
#C7BDA4
(199,189,164)
#CEC5AF
(206,197,175)
#D5CDBA
(213,205,186)
#DCD5C5
(220,213,197)
#E3DDD0
(227,221,208)
#EAE5DB
(234,229,219)
#F1EDE6
(241,237,230)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A583 color. Also use rgb(178,165,131) instead hex code.

Text Font Color

.myTextColor { color: #B2A583; }

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

This text font color is #B2A583.


Background Color

.myBgColor { background-color: #B2A583; }

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

This div background color is #B2A583.


Border color

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

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

This div border color is #B2A583.


Opacity

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

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

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

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

This text has shadow with #B2A583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A583 on black background.


Color preview on white background

This text has color #B2A583 on white background.



Black color preview on #B2A583 background

This text has black color on #B2A583 background.


White color preview on #B2A583 background

This text has white color on #B2A583 background.