COLOR #B7B45A

HEX: #B7B45A
RGB: (183,180,90)

Color info

#B7B45A contains mainly red and green colors. Web safe color of #B7B45A is #CCCC66 (or #CC6).

RGB color model

#B7B45A color RGB value is (183,180,90).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 90 of 255 = 35%

183
180
90

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 90 = 453 (100%)
R 183 of 453 ~ 40.4%
G 180 of 453 ~ 39.74%
B 90 of 453 ~ 19.87%

%40.4
%39.74
%19.87

CMYK color model

#B7B45A color CMYK value is (0,2,51,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 50.82%
  • key color value is 28.24%
CMYK:
(0,2,51,28)
C0M2Y51K28 
(0%,2%,51%,28%)
(0.00/0.02/0.51/0.28)	

CMYK percentages

%0
%1.64
%50.82
%28.24

Codes

Color #B7B45A in popluar color models

B7B45A
RGB18318090
HSL58°39.24%53.53%
HSB/HSV58°50.82%71.76%
CMYK0.00%1.64%50.82%
28.24%

Color #B7B45A in popluar number systems.

HEXB7B45A
Decimal18318090
Binary10110111101101001011010
Octal267264132

Shades and tints

Shades of #B7B45A

#B7B45A
(183,180,90)
#A7A452
(167,164,82)
#97944A
(151,148,74)
#878442
(135,132,66)
#77743A
(119,116,58)
#676432
(103,100,50)
#57542A
(87,84,42)
#474422
(71,68,34)
#37341A
(55,52,26)
#272412
(39,36,18)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #B7B45A

#B7B45A
(183,180,90)
#BDBA69
(189,186,105)
#C3C078
(195,192,120)
#C9C687
(201,198,135)
#CFCC96
(207,204,150)
#D5D2A5
(213,210,165)
#DBD8B4
(219,216,180)
#E1DEC3
(225,222,195)
#E7E4D2
(231,228,210)
#EDEAE1
(237,234,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B45A; }

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

This text font color is #B7B45A.


Background Color

.myBgColor { background-color: #B7B45A; }

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

This div background color is #B7B45A.


Border color

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

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

This div border color is #B7B45A.


Opacity

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

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

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

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

This text has shadow with #B7B45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B45A on black background.


Color preview on white background

This text has color #B7B45A on white background.



Black color preview on #B7B45A background

This text has black color on #B7B45A background.


White color preview on #B7B45A background

This text has white color on #B7B45A background.