COLOR #B2B383

HEX: #B2B383
RGB: (178,179,131)

Color info

#B2B383 contains red, green and blue colors in about the same proportion. Web safe color of #B2B383 is #999999 (or #999).

RGB color model

#B2B383 color RGB value is (178,179,131).

  • red value is 178;
  • green value is 179;
  • blue value is 131.
RGB:
(178,179,131)
(70%,70%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 179 of 255 = 70%
B 131 of 255 = 51%

178
179
131

R + G + B ~ 64%. #B2B383 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 179 + 131 = 488 (100%)
R 178 of 488 ~ 36.48%
G 179 of 488 ~ 36.68%
B 131 of 488 ~ 26.84%

%36.48
%36.68
%26.84

CMYK color model

#B2B383 color CMYK value is (1,0,27,30).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(1,0,27,30)
C1M0Y27K30 
(1%,0%,27%,30%)
(0.01/0.00/0.27/0.30)	

CMYK percentages

%0.56
%0
%26.82
%29.8

Codes

Color #B2B383 in popluar color models

B2B383
RGB178179131
HSL61°24.00%60.78%
HSB/HSV61°26.82%70.20%
CMYK0.56%0.00%26.82%
29.80%

Color #B2B383 in popluar number systems.

HEXB2B383
Decimal178179131
Binary101100101011001110000011
Octal262263203

Shades and tints

Shades of #B2B383

#B2B383
(178,179,131)
#A2A378
(162,163,120)
#92936D
(146,147,109)
#828362
(130,131,98)
#727357
(114,115,87)
#62634C
(98,99,76)
#525341
(82,83,65)
#424336
(66,67,54)
#32332B
(50,51,43)
#222320
(34,35,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #B2B383

#B2B383
(178,179,131)
#B9B98E
(185,185,142)
#C0BF99
(192,191,153)
#C7C5A4
(199,197,164)
#CECBAF
(206,203,175)
#D5D1BA
(213,209,186)
#DCD7C5
(220,215,197)
#E3DDD0
(227,221,208)
#EAE3DB
(234,227,219)
#F1E9E6
(241,233,230)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B383 color. Also use rgb(178,179,131) instead hex code.

Text Font Color

.myTextColor { color: #B2B383; }

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

This text font color is #B2B383.


Background Color

.myBgColor { background-color: #B2B383; }

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

This div background color is #B2B383.


Border color

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

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

This div border color is #B2B383.


Opacity

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

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

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

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

This text has shadow with #B2B383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B383 on black background.


Color preview on white background

This text has color #B2B383 on white background.



Black color preview on #B2B383 background

This text has black color on #B2B383 background.


White color preview on #B2B383 background

This text has white color on #B2B383 background.