COLOR #B2B58E

HEX: #B2B58E
RGB: (178,181,142)

Color info

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

RGB color model

#B2B58E color RGB value is (178,181,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 142 of 255 = 56%

178
181
142

R + G + B ~ 66%. #B2B58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 142 = 501 (100%)
R 178 of 501 ~ 35.53%
G 181 of 501 ~ 36.13%
B 142 of 501 ~ 28.34%

%35.53
%36.13
%28.34

CMYK color model

#B2B58E color CMYK value is (2,0,22,29).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(2,0,22,29)
C2M0Y22K29 
(2%,0%,22%,29%)
(0.02/0.00/0.22/0.29)	

CMYK percentages

%1.66
%0
%21.55
%29.02

Codes

Color #B2B58E in popluar color models

B2B58E
RGB178181142
HSL65°20.86%63.33%
HSB/HSV65°21.55%70.98%
CMYK1.66%0.00%21.55%
29.02%

Color #B2B58E in popluar number systems.

HEXB2B58E
Decimal178181142
Binary101100101011010110001110
Octal262265216

Shades and tints

Shades of #B2B58E

#B2B58E
(178,181,142)
#A2A582
(162,165,130)
#929576
(146,149,118)
#82856A
(130,133,106)
#72755E
(114,117,94)
#626552
(98,101,82)
#525546
(82,85,70)
#42453A
(66,69,58)
#32352E
(50,53,46)
#222522
(34,37,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2B58E

#B2B58E
(178,181,142)
#B9BB98
(185,187,152)
#C0C1A2
(192,193,162)
#C7C7AC
(199,199,172)
#CECDB6
(206,205,182)
#D5D3C0
(213,211,192)
#DCD9CA
(220,217,202)
#E3DFD4
(227,223,212)
#EAE5DE
(234,229,222)
#F1EBE8
(241,235,232)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B58E; }

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

This text font color is #B2B58E.


Background Color

.myBgColor { background-color: #B2B58E; }

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

This div background color is #B2B58E.


Border color

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

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

This div border color is #B2B58E.


Opacity

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

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

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

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

This text has shadow with #B2B58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B58E on black background.


Color preview on white background

This text has color #B2B58E on white background.



Black color preview on #B2B58E background

This text has black color on #B2B58E background.


White color preview on #B2B58E background

This text has white color on #B2B58E background.