COLOR #B2B489

HEX: #B2B489
RGB: (178,180,137)

Color info

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

RGB color model

#B2B489 color RGB value is (178,180,137).

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

RGB channels and saturation

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

178
180
137

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

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 137 = 495 (100%)
R 178 of 495 ~ 35.96%
G 180 of 495 ~ 36.36%
B 137 of 495 ~ 27.68%

%35.96
%36.36
%27.68

CMYK color model

#B2B489 color CMYK value is (1,0,24,29).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(1,0,24,29)
C1M0Y24K29 
(1%,0%,24%,29%)
(0.01/0.00/0.24/0.29)	

CMYK percentages

%1.11
%0
%23.89
%29.41

Codes

Color #B2B489 in popluar color models

B2B489
RGB178180137
HSL63°22.28%62.16%
HSB/HSV63°23.89%70.59%
CMYK1.11%0.00%23.89%
29.41%

Color #B2B489 in popluar number systems.

HEXB2B489
Decimal178180137
Binary101100101011010010001001
Octal262264211

Shades and tints

Shades of #B2B489

#B2B489
(178,180,137)
#A2A47D
(162,164,125)
#929471
(146,148,113)
#828465
(130,132,101)
#727459
(114,116,89)
#62644D
(98,100,77)
#525441
(82,84,65)
#424435
(66,68,53)
#323429
(50,52,41)
#22241D
(34,36,29)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #B2B489

#B2B489
(178,180,137)
#B9BA93
(185,186,147)
#C0C09D
(192,192,157)
#C7C6A7
(199,198,167)
#CECCB1
(206,204,177)
#D5D2BB
(213,210,187)
#DCD8C5
(220,216,197)
#E3DECF
(227,222,207)
#EAE4D9
(234,228,217)
#F1EAE3
(241,234,227)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B489; }

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

This text font color is #B2B489.


Background Color

.myBgColor { background-color: #B2B489; }

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

This div background color is #B2B489.


Border color

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

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

This div border color is #B2B489.


Opacity

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

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

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

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

This text has shadow with #B2B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B489 on black background.


Color preview on white background

This text has color #B2B489 on white background.



Black color preview on #B2B489 background

This text has black color on #B2B489 background.


White color preview on #B2B489 background

This text has white color on #B2B489 background.