COLOR #B7B742

HEX: #B7B742
RGB: (183,183,66)

Color info

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

RGB color model

#B7B742 color RGB value is (183,183,66).

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

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 66 of 255 = 26%

183
183
66

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

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 66 = 432 (100%)
R 183 of 432 ~ 42.36%
G 183 of 432 ~ 42.36%
B 66 of 432 ~ 15.28%

%42.36
%42.36
%15.28

CMYK color model

#B7B742 color CMYK value is (0,0,64,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 63.93%
  • key color value is 28.24%
CMYK:
(0,0,64,28)
C0M0Y64K28 
(0%,0%,64%,28%)
(0.00/0.00/0.64/0.28)	

CMYK percentages

%0
%0
%63.93
%28.24

Codes

Color #B7B742 in popluar color models

B7B742
RGB18318366
HSL60°46.99%48.82%
HSB/HSV60°63.93%71.76%
CMYK0.00%0.00%63.93%
28.24%

Color #B7B742 in popluar number systems.

HEXB7B742
Decimal18318366
Binary10110111101101111000010
Octal267267102

Shades and tints

Shades of #B7B742

#B7B742
(183,183,66)
#A7A73C
(167,167,60)
#979736
(151,151,54)
#878730
(135,135,48)
#77772A
(119,119,42)
#676724
(103,103,36)
#57571E
(87,87,30)
#474718
(71,71,24)
#373712
(55,55,18)
#27270C
(39,39,12)
#171706
(23,23,6)
#000000
(0,0,0)

Tints of #B7B742

#B7B742
(183,183,66)
#BDBD53
(189,189,83)
#C3C364
(195,195,100)
#C9C975
(201,201,117)
#CFCF86
(207,207,134)
#D5D597
(213,213,151)
#DBDBA8
(219,219,168)
#E1E1B9
(225,225,185)
#E7E7CA
(231,231,202)
#EDEDDB
(237,237,219)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B742; }

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

This text font color is #B7B742.


Background Color

.myBgColor { background-color: #B7B742; }

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

This div background color is #B7B742.


Border color

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

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

This div border color is #B7B742.


Opacity

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

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

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

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

This text has shadow with #B7B742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B742 on black background.


Color preview on white background

This text has color #B7B742 on white background.



Black color preview on #B7B742 background

This text has black color on #B7B742 background.


White color preview on #B7B742 background

This text has white color on #B7B742 background.