COLOR #B2B988

HEX: #B2B988 RGB: (178,185,136)

Color info

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

RGB color model

#B2B988 color RGB value is (178,185,136).

RGB: (178,185,136) (70%, 73%, 53%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 136 of 255 = 53%

178
185
136

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

Portions of RGB colors in percentages

R + G + B = 178 + 185 + 136 = 499 (100%)
R 178 of 499 ~ 35.67%
G 185 of 499 ~ 37.07%
B 136 of 499 ~ 27.25'%

%35.67
%37.07
%27.25

CMYK color model

#B2B988 color CMYK value is (4,0,26,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%

CMYK: (4,0,26,27)
C4M0Y26K27 (4%, 0%, 26%, 27%)
(0.04 / 0.00 / 0.26 / 0.27)

CMYK percentages

%3.78
%0
%26.49
%27.45

Codes

Color #B2B988 in popluar color models

B2 B9 88
RGB 178 185 136
HSL 69° 25.93% 62.94%
HSB/HSV 69° 26.49% 72.55%
CMYK 3.78% 0.00% 26.49%
27.45%

Color #B2B988 in popluar number systems.

HEX B2 B9 88
Decimal 178 185 136
Binary 10110010 10111001 10001000
Octal 262 271 210

Shades and tints

Shades of #B2B988

#B2B988
(178,185,136)
#A2A97C
(162,169,124)
#929970
(146,153,112)
#828964
(130,137,100)
#727958
(114,121,88)
#62694C
(98,105,76)
#525940
(82,89,64)
#424934
(66,73,52)
#323928
(50,57,40)
#22291C
(34,41,28)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #B2B988

#B2B988
(178,185,136)
#B9BF92
(185,191,146)
#C0C59C
(192,197,156)
#C7CBA6
(199,203,166)
#CED1B0
(206,209,176)
#D5D7BA
(213,215,186)
#DCDDC4
(220,221,196)
#E3E3CE
(227,227,206)
#EAE9D8
(234,233,216)
#F1EFE2
(241,239,226)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B988 color. Also use rgb(178,185,136) instead hex code.

Text Font Color

.myTextColor { color: #B2B988; }

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

This text font color is #B2B988.

Background Color

.myBgColor { background-color: #B2B988; }

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

This div background color is #B2B988.

Border color

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

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

This div border color is #B2B988.

Opacity

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

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

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

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

This text has shadow with #B2B988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B988.

Preview

Color preview on black background

This text has color #B2B988 on black background.


Color preview on white background

This text has color #B2B988 on white background.


Black color preview on #B2B988 background

This text has black color on #B2B988 background.


White color preview on #B2B988 background

This text has white color on #B2B988 background.


Related colors

Complementary color

Complementary color for #hex is #4D4677.


I love getcolorcode.com

Triadic colors

1 #88B2B9 and #B988B2 with #B2B988 are triadic colors.

2 #88B9B2 and #B9B288 with #B2B988 are triadic colors.