COLOR #B7B646

HEX: #B7B646
RGB: (183,182,70)

Color info

#B7B646 contains mainly red and green colors. Web safe color of #B7B646 is #CCCC33 (or #CC3).

RGB color model

#B7B646 color RGB value is (183,182,70).

  • red value is 183;
  • green value is 182;
  • blue value is 70.
RGB:
(183,182,70)
(72%,71%,27%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 70 of 255 = 27%

183
182
70

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

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 70 = 435 (100%)
R 183 of 435 ~ 42.07%
G 182 of 435 ~ 41.84%
B 70 of 435 ~ 16.09%

%42.07
%41.84
%16.09

CMYK color model

#B7B646 color CMYK value is (0,1,62,28).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 61.75%
  • key color value is 28.24%
CMYK:
(0,1,62,28)
C0M1Y62K28 
(0%,1%,62%,28%)
(0.00/0.01/0.62/0.28)	

CMYK percentages

%0
%0.55
%61.75
%28.24

Codes

Color #B7B646 in popluar color models

B7B646
RGB18318270
HSL59°44.66%49.61%
HSB/HSV59°61.75%71.76%
CMYK0.00%0.55%61.75%
28.24%

Color #B7B646 in popluar number systems.

HEXB7B646
Decimal18318270
Binary10110111101101101000110
Octal267266106

Shades and tints

Shades of #B7B646

#B7B646
(183,182,70)
#A7A640
(167,166,64)
#97963A
(151,150,58)
#878634
(135,134,52)
#77762E
(119,118,46)
#676628
(103,102,40)
#575622
(87,86,34)
#47461C
(71,70,28)
#373616
(55,54,22)
#272610
(39,38,16)
#17160A
(23,22,10)
#000000
(0,0,0)

Tints of #B7B646

#B7B646
(183,182,70)
#BDBC56
(189,188,86)
#C3C266
(195,194,102)
#C9C876
(201,200,118)
#CFCE86
(207,206,134)
#D5D496
(213,212,150)
#DBDAA6
(219,218,166)
#E1E0B6
(225,224,182)
#E7E6C6
(231,230,198)
#EDECD6
(237,236,214)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B646; }

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

This text font color is #B7B646.


Background Color

.myBgColor { background-color: #B7B646; }

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

This div background color is #B7B646.


Border color

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

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

This div border color is #B7B646.


Opacity

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

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

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

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

This text has shadow with #B7B646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B646 on black background.


Color preview on white background

This text has color #B7B646 on white background.



Black color preview on #B7B646 background

This text has black color on #B7B646 background.


White color preview on #B7B646 background

This text has white color on #B7B646 background.