COLOR #B7B58A

HEX: #B7B58A
RGB: (183,181,138)

Color info

#B7B58A contains red, green and blue colors in about the same proportion. Web safe color of #B7B58A is #CCCC99 (or #CC9).

RGB color model

#B7B58A color RGB value is (183,181,138).

  • red value is 183;
  • green value is 181;
  • blue value is 138.
RGB:
(183,181,138)
(72%,71%,54%)

RGB channels and saturation

R 183 of 255 = 72%
G 181 of 255 = 71%
B 138 of 255 = 54%

183
181
138

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

Portions of RGB colors in percentages

R + G + B =
183 + 181 + 138 = 502 (100%)
R 183 of 502 ~ 36.45%
G 181 of 502 ~ 36.06%
B 138 of 502 ~ 27.49%

%36.45
%36.06
%27.49

CMYK color model

#B7B58A color CMYK value is (0,1,25,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(0,1,25,28)
C0M1Y25K28 
(0%,1%,25%,28%)
(0.00/0.01/0.25/0.28)	

CMYK percentages

%0
%1.09
%24.59
%28.24

Codes

Color #B7B58A in popluar color models

B7B58A
RGB183181138
HSL57°23.81%62.94%
HSB/HSV57°24.59%71.76%
CMYK0.00%1.09%24.59%
28.24%

Color #B7B58A in popluar number systems.

HEXB7B58A
Decimal183181138
Binary101101111011010110001010
Octal267265212

Shades and tints

Shades of #B7B58A

#B7B58A
(183,181,138)
#A7A57E
(167,165,126)
#979572
(151,149,114)
#878566
(135,133,102)
#77755A
(119,117,90)
#67654E
(103,101,78)
#575542
(87,85,66)
#474536
(71,69,54)
#37352A
(55,53,42)
#27251E
(39,37,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #B7B58A

#B7B58A
(183,181,138)
#BDBB94
(189,187,148)
#C3C19E
(195,193,158)
#C9C7A8
(201,199,168)
#CFCDB2
(207,205,178)
#D5D3BC
(213,211,188)
#DBD9C6
(219,217,198)
#E1DFD0
(225,223,208)
#E7E5DA
(231,229,218)
#EDEBE4
(237,235,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B58A color. Also use rgb(183,181,138) instead hex code.

Text Font Color

.myTextColor { color: #B7B58A; }

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

This text font color is #B7B58A.


Background Color

.myBgColor { background-color: #B7B58A; }

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

This div background color is #B7B58A.


Border color

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

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

This div border color is #B7B58A.


Opacity

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

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

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

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

This text has shadow with #B7B58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B58A on black background.


Color preview on white background

This text has color #B7B58A on white background.



Black color preview on #B7B58A background

This text has black color on #B7B58A background.


White color preview on #B7B58A background

This text has white color on #B7B58A background.