COLOR #B7B773

HEX: #B7B773
RGB: (183,183,115)

Color info

#B7B773 contains mainly red and green colors. Web safe color of #B7B773 is #CCCC66 (or #CC6).

RGB color model

#B7B773 color RGB value is (183,183,115).

  • red value is 183;
  • green value is 183;
  • blue value is 115.
RGB:
(183,183,115)
(72%,72%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 115 of 255 = 45%

183
183
115

R + G + B ~ 63%. #B7B773 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 115 = 481 (100%)
R 183 of 481 ~ 38.05%
G 183 of 481 ~ 38.05%
B 115 of 481 ~ 23.91%

%38.05
%38.05
%23.91

CMYK color model

#B7B773 color CMYK value is (0,0,37,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%
CMYK:
(0,0,37,28)
C0M0Y37K28 
(0%,0%,37%,28%)
(0.00/0.00/0.37/0.28)	

CMYK percentages

%0
%0
%37.16
%28.24

Codes

Color #B7B773 in popluar color models

B7B773
RGB183183115
HSL60°32.08%58.43%
HSB/HSV60°37.16%71.76%
CMYK0.00%0.00%37.16%
28.24%

Color #B7B773 in popluar number systems.

HEXB7B773
Decimal183183115
Binary10110111101101111110011
Octal267267163

Shades and tints

Shades of #B7B773

#B7B773
(183,183,115)
#A7A769
(167,167,105)
#97975F
(151,151,95)
#878755
(135,135,85)
#77774B
(119,119,75)
#676741
(103,103,65)
#575737
(87,87,55)
#47472D
(71,71,45)
#373723
(55,55,35)
#272719
(39,39,25)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7B773

#B7B773
(183,183,115)
#BDBD7F
(189,189,127)
#C3C38B
(195,195,139)
#C9C997
(201,201,151)
#CFCFA3
(207,207,163)
#D5D5AF
(213,213,175)
#DBDBBB
(219,219,187)
#E1E1C7
(225,225,199)
#E7E7D3
(231,231,211)
#EDEDDF
(237,237,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B773; }

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

This text font color is #B7B773.


Background Color

.myBgColor { background-color: #B7B773; }

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

This div background color is #B7B773.


Border color

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

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

This div border color is #B7B773.


Opacity

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

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

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

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

This text has shadow with #B7B773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B773 on black background.


Color preview on white background

This text has color #B7B773 on white background.



Black color preview on #B7B773 background

This text has black color on #B7B773 background.


White color preview on #B7B773 background

This text has white color on #B7B773 background.