COLOR #B2B589

HEX: #B2B589
RGB: (178,181,137)

Color info

#B2B589 contains red, green and blue colors in about the same proportion. Web safe color of #B2B589 is #99CC99 (or #9C9).

RGB color model

#B2B589 color RGB value is (178,181,137).

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

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 137 of 255 = 54%

178
181
137

R + G + B ~ 65%. #B2B589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 137 = 496 (100%)
R 178 of 496 ~ 35.89%
G 181 of 496 ~ 36.49%
B 137 of 496 ~ 27.62%

%35.89
%36.49
%27.62

CMYK color model

#B2B589 color CMYK value is (2,0,24,29).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(2,0,24,29)
C2M0Y24K29 
(2%,0%,24%,29%)
(0.02/0.00/0.24/0.29)	

CMYK percentages

%1.66
%0
%24.31
%29.02

Codes

Color #B2B589 in popluar color models

B2B589
RGB178181137
HSL64°22.92%62.35%
HSB/HSV64°24.31%70.98%
CMYK1.66%0.00%24.31%
29.02%

Color #B2B589 in popluar number systems.

HEXB2B589
Decimal178181137
Binary101100101011010110001001
Octal262265211

Shades and tints

Shades of #B2B589

#B2B589
(178,181,137)
#A2A57D
(162,165,125)
#929571
(146,149,113)
#828565
(130,133,101)
#727559
(114,117,89)
#62654D
(98,101,77)
#525541
(82,85,65)
#424535
(66,69,53)
#323529
(50,53,41)
#22251D
(34,37,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #B2B589

#B2B589
(178,181,137)
#B9BB93
(185,187,147)
#C0C19D
(192,193,157)
#C7C7A7
(199,199,167)
#CECDB1
(206,205,177)
#D5D3BB
(213,211,187)
#DCD9C5
(220,217,197)
#E3DFCF
(227,223,207)
#EAE5D9
(234,229,217)
#F1EBE3
(241,235,227)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B589; }

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

This text font color is #B2B589.


Background Color

.myBgColor { background-color: #B2B589; }

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

This div background color is #B2B589.


Border color

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

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

This div border color is #B2B589.


Opacity

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

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

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

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

This text has shadow with #B2B589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B589 on black background.


Color preview on white background

This text has color #B2B589 on white background.



Black color preview on #B2B589 background

This text has black color on #B2B589 background.


White color preview on #B2B589 background

This text has white color on #B2B589 background.