COLOR #B2B985

HEX: #B2B985
RGB: (178,185,133)

Color info

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

RGB color model

#B2B985 color RGB value is (178,185,133).

  • red value is 178;
  • green value is 185;
  • blue value is 133.
RGB:
(178,185,133)
(70%,73%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 133 of 255 = 52%

178
185
133

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 133 = 496 (100%)
R 178 of 496 ~ 35.89%
G 185 of 496 ~ 37.3%
B 133 of 496 ~ 26.81%

%35.89
%37.3
%26.81

CMYK color model

#B2B985 color CMYK value is (4,0,28,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(4,0,28,27)
C4M0Y28K27 
(4%,0%,28%,27%)
(0.04/0.00/0.28/0.27)	

CMYK percentages

%3.78
%0
%28.11
%27.45

Codes

Color #B2B985 in popluar color models

B2B985
RGB178185133
HSL68°27.08%62.35%
HSB/HSV68°28.11%72.55%
CMYK3.78%0.00%28.11%
27.45%

Color #B2B985 in popluar number systems.

HEXB2B985
Decimal178185133
Binary101100101011100110000101
Octal262271205

Shades and tints

Shades of #B2B985

#B2B985
(178,185,133)
#A2A979
(162,169,121)
#92996D
(146,153,109)
#828961
(130,137,97)
#727955
(114,121,85)
#626949
(98,105,73)
#52593D
(82,89,61)
#424931
(66,73,49)
#323925
(50,57,37)
#222919
(34,41,25)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #B2B985

#B2B985
(178,185,133)
#B9BF90
(185,191,144)
#C0C59B
(192,197,155)
#C7CBA6
(199,203,166)
#CED1B1
(206,209,177)
#D5D7BC
(213,215,188)
#DCDDC7
(220,221,199)
#E3E3D2
(227,227,210)
#EAE9DD
(234,233,221)
#F1EFE8
(241,239,232)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B985; }

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

This text font color is #B2B985.


Background Color

.myBgColor { background-color: #B2B985; }

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

This div background color is #B2B985.


Border color

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

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

This div border color is #B2B985.


Opacity

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

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

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

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

This text has shadow with #B2B985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B985 on black background.


Color preview on white background

This text has color #B2B985 on white background.



Black color preview on #B2B985 background

This text has black color on #B2B985 background.


White color preview on #B2B985 background

This text has white color on #B2B985 background.