COLOR #B7B332

HEX: #B7B332
RGB: (183,179,50)

Color info

#B7B332 contains mainly red and green colors. Web safe color of #B7B332 is #CC9933 (or #C93).

RGB color model

#B7B332 color RGB value is (183,179,50).

  • red value is 183;
  • green value is 179;
  • blue value is 50.
RGB:
(183,179,50)
(72%,70%,20%)

RGB channels and saturation

R 183 of 255 = 72%
G 179 of 255 = 70%
B 50 of 255 = 20%

183
179
50

R + G + B ~ 54%. #B7B332 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 179 + 50 = 412 (100%)
R 183 of 412 ~ 44.42%
G 179 of 412 ~ 43.45%
B 50 of 412 ~ 12.14%

%44.42
%43.45
%12.14

CMYK color model

#B7B332 color CMYK value is (0,2,73,28).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 72.68%
  • key color value is 28.24%
CMYK:
(0,2,73,28)
C0M2Y73K28 
(0%,2%,73%,28%)
(0.00/0.02/0.73/0.28)	

CMYK percentages

%0
%2.19
%72.68
%28.24

Codes

Color #B7B332 in popluar color models

B7B332
RGB18317950
HSL58°57.08%45.69%
HSB/HSV58°72.68%71.76%
CMYK0.00%2.19%72.68%
28.24%

Color #B7B332 in popluar number systems.

HEXB7B332
Decimal18317950
Binary1011011110110011110010
Octal26726362

Shades and tints

Shades of #B7B332

#B7B332
(183,179,50)
#A7A32E
(167,163,46)
#97932A
(151,147,42)
#878326
(135,131,38)
#777322
(119,115,34)
#67631E
(103,99,30)
#57531A
(87,83,26)
#474316
(71,67,22)
#373312
(55,51,18)
#27230E
(39,35,14)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #B7B332

#B7B332
(183,179,50)
#BDB944
(189,185,68)
#C3BF56
(195,191,86)
#C9C568
(201,197,104)
#CFCB7A
(207,203,122)
#D5D18C
(213,209,140)
#DBD79E
(219,215,158)
#E1DDB0
(225,221,176)
#E7E3C2
(231,227,194)
#EDE9D4
(237,233,212)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B332; }

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

This text font color is #B7B332.


Background Color

.myBgColor { background-color: #B7B332; }

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

This div background color is #B7B332.


Border color

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

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

This div border color is #B7B332.


Opacity

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

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

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

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

This text has shadow with #B7B332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B332 on black background.


Color preview on white background

This text has color #B7B332 on white background.



Black color preview on #B7B332 background

This text has black color on #B7B332 background.


White color preview on #B7B332 background

This text has white color on #B7B332 background.