COLOR #B7B229

HEX: #B7B229
RGB: (183,178,41)

Color info

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

RGB color model

#B7B229 color RGB value is (183,178,41).

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

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 41 of 255 = 16%

183
178
41

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

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 41 = 402 (100%)
R 183 of 402 ~ 45.52%
G 178 of 402 ~ 44.28%
B 41 of 402 ~ 10.2%

%45.52
%44.28
%10.2

CMYK color model

#B7B229 color CMYK value is (0,3,78,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 77.60%
  • key color value is 28.24%
CMYK:
(0,3,78,28)
C0M3Y78K28 
(0%,3%,78%,28%)
(0.00/0.03/0.78/0.28)	

CMYK percentages

%0
%2.73
%77.6
%28.24

Codes

Color #B7B229 in popluar color models

B7B229
RGB18317841
HSL58°63.39%43.92%
HSB/HSV58°77.60%71.76%
CMYK0.00%2.73%77.60%
28.24%

Color #B7B229 in popluar number systems.

HEXB7B229
Decimal18317841
Binary1011011110110010101001
Octal26726251

Shades and tints

Shades of #B7B229

#B7B229
(183,178,41)
#A7A226
(167,162,38)
#979223
(151,146,35)
#878220
(135,130,32)
#77721D
(119,114,29)
#67621A
(103,98,26)
#575217
(87,82,23)
#474214
(71,66,20)
#373211
(55,50,17)
#27220E
(39,34,14)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #B7B229

#B7B229
(183,178,41)
#BDB93C
(189,185,60)
#C3C04F
(195,192,79)
#C9C762
(201,199,98)
#CFCE75
(207,206,117)
#D5D588
(213,213,136)
#DBDC9B
(219,220,155)
#E1E3AE
(225,227,174)
#E7EAC1
(231,234,193)
#EDF1D4
(237,241,212)
#F3F8E7
(243,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B229; }

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

This text font color is #B7B229.


Background Color

.myBgColor { background-color: #B7B229; }

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

This div background color is #B7B229.


Border color

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

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

This div border color is #B7B229.


Opacity

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

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

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

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

This text has shadow with #B7B229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B229 on black background.


Color preview on white background

This text has color #B7B229 on white background.



Black color preview on #B7B229 background

This text has black color on #B7B229 background.


White color preview on #B7B229 background

This text has white color on #B7B229 background.