COLOR #B7B429

HEX: #B7B429
RGB: (183,180,41)

Color info

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

RGB color model

#B7B429 color RGB value is (183,180,41).

  • red value is 183;
  • green value is 180;
  • blue value is 41.
RGB:
(183,180,41)
(72%,71%,16%)

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 41 of 255 = 16%

183
180
41

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 41 = 404 (100%)
R 183 of 404 ~ 45.3%
G 180 of 404 ~ 44.55%
B 41 of 404 ~ 10.15%

%45.3
%44.55
%10.15

CMYK color model

#B7B429 color CMYK value is (0,2,78,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 77.60%
  • key color value is 28.24%
CMYK:
(0,2,78,28)
C0M2Y78K28 
(0%,2%,78%,28%)
(0.00/0.02/0.78/0.28)	

CMYK percentages

%0
%1.64
%77.6
%28.24

Codes

Color #B7B429 in popluar color models

B7B429
RGB18318041
HSL59°63.39%43.92%
HSB/HSV59°77.60%71.76%
CMYK0.00%1.64%77.60%
28.24%

Color #B7B429 in popluar number systems.

HEXB7B429
Decimal18318041
Binary1011011110110100101001
Octal26726451

Shades and tints

Shades of #B7B429

#B7B429
(183,180,41)
#A7A426
(167,164,38)
#979423
(151,148,35)
#878420
(135,132,32)
#77741D
(119,116,29)
#67641A
(103,100,26)
#575417
(87,84,23)
#474414
(71,68,20)
#373411
(55,52,17)
#27240E
(39,36,14)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #B7B429

#B7B429
(183,180,41)
#BDBA3C
(189,186,60)
#C3C04F
(195,192,79)
#C9C662
(201,198,98)
#CFCC75
(207,204,117)
#D5D288
(213,210,136)
#DBD89B
(219,216,155)
#E1DEAE
(225,222,174)
#E7E4C1
(231,228,193)
#EDEAD4
(237,234,212)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B429; }

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

This text font color is #B7B429.


Background Color

.myBgColor { background-color: #B7B429; }

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

This div background color is #B7B429.


Border color

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

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

This div border color is #B7B429.


Opacity

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

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

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

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

This text has shadow with #B7B429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B429 on black background.


Color preview on white background

This text has color #B7B429 on white background.



Black color preview on #B7B429 background

This text has black color on #B7B429 background.


White color preview on #B7B429 background

This text has white color on #B7B429 background.