COLOR #B2B16E

HEX: #B2B16E
RGB: (178,177,110)

Color info

#B2B16E contains mainly red and green colors. Web safe color of #B2B16E is #999966 (or #996).

RGB color model

#B2B16E color RGB value is (178,177,110).

  • red value is 178;
  • green value is 177;
  • blue value is 110.
RGB:
(178,177,110)
(70%,69%,43%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 110 of 255 = 43%

178
177
110

R + G + B ~ 61%. #B2B16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 110 = 465 (100%)
R 178 of 465 ~ 38.28%
G 177 of 465 ~ 38.06%
B 110 of 465 ~ 23.66%

%38.28
%38.06
%23.66

CMYK color model

#B2B16E color CMYK value is (0,1,38,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK:
(0,1,38,30)
C0M1Y38K30 
(0%,1%,38%,30%)
(0.00/0.01/0.38/0.30)	

CMYK percentages

%0
%0.56
%38.2
%30.2

Codes

Color #B2B16E in popluar color models

B2B16E
RGB178177110
HSL59°30.63%56.47%
HSB/HSV59°38.20%69.80%
CMYK0.00%0.56%38.20%
30.20%

Color #B2B16E in popluar number systems.

HEXB2B16E
Decimal178177110
Binary10110010101100011101110
Octal262261156

Shades and tints

Shades of #B2B16E

#B2B16E
(178,177,110)
#A2A164
(162,161,100)
#92915A
(146,145,90)
#828150
(130,129,80)
#727146
(114,113,70)
#62613C
(98,97,60)
#525132
(82,81,50)
#424128
(66,65,40)
#32311E
(50,49,30)
#222114
(34,33,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #B2B16E

#B2B16E
(178,177,110)
#B9B87B
(185,184,123)
#C0BF88
(192,191,136)
#C7C695
(199,198,149)
#CECDA2
(206,205,162)
#D5D4AF
(213,212,175)
#DCDBBC
(220,219,188)
#E3E2C9
(227,226,201)
#EAE9D6
(234,233,214)
#F1F0E3
(241,240,227)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B16E color. Also use rgb(178,177,110) instead hex code.

Text Font Color

.myTextColor { color: #B2B16E; }

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

This text font color is #B2B16E.


Background Color

.myBgColor { background-color: #B2B16E; }

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

This div background color is #B2B16E.


Border color

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

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

This div border color is #B2B16E.


Opacity

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

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

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

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

This text has shadow with #B2B16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B16E on black background.


Color preview on white background

This text has color #B2B16E on white background.



Black color preview on #B2B16E background

This text has black color on #B2B16E background.


White color preview on #B2B16E background

This text has white color on #B2B16E background.