COLOR #B7B43B

HEX: #B7B43B
RGB: (183,180,59)

Color info

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

RGB color model

#B7B43B color RGB value is (183,180,59).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 59 of 255 = 23%

183
180
59

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 59 = 422 (100%)
R 183 of 422 ~ 43.36%
G 180 of 422 ~ 42.65%
B 59 of 422 ~ 13.98%

%43.36
%42.65
%13.98

CMYK color model

#B7B43B color CMYK value is (0,2,68,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 67.76%
  • key color value is 28.24%
CMYK:
(0,2,68,28)
C0M2Y68K28 
(0%,2%,68%,28%)
(0.00/0.02/0.68/0.28)	

CMYK percentages

%0
%1.64
%67.76
%28.24

Codes

Color #B7B43B in popluar color models

B7B43B
RGB18318059
HSL59°51.24%47.45%
HSB/HSV59°67.76%71.76%
CMYK0.00%1.64%67.76%
28.24%

Color #B7B43B in popluar number systems.

HEXB7B43B
Decimal18318059
Binary1011011110110100111011
Octal26726473

Shades and tints

Shades of #B7B43B

#B7B43B
(183,180,59)
#A7A436
(167,164,54)
#979431
(151,148,49)
#87842C
(135,132,44)
#777427
(119,116,39)
#676422
(103,100,34)
#57541D
(87,84,29)
#474418
(71,68,24)
#373413
(55,52,19)
#27240E
(39,36,14)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #B7B43B

#B7B43B
(183,180,59)
#BDBA4C
(189,186,76)
#C3C05D
(195,192,93)
#C9C66E
(201,198,110)
#CFCC7F
(207,204,127)
#D5D290
(213,210,144)
#DBD8A1
(219,216,161)
#E1DEB2
(225,222,178)
#E7E4C3
(231,228,195)
#EDEAD4
(237,234,212)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B43B; }

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

This text font color is #B7B43B.


Background Color

.myBgColor { background-color: #B7B43B; }

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

This div background color is #B7B43B.


Border color

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

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

This div border color is #B7B43B.


Opacity

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

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

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

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

This text has shadow with #B7B43B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B43B on black background.


Color preview on white background

This text has color #B7B43B on white background.



Black color preview on #B7B43B background

This text has black color on #B7B43B background.


White color preview on #B7B43B background

This text has white color on #B7B43B background.