COLOR #B5B45E

HEX: #B5B45E
RGB: (181,180,94)

Color info

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

RGB color model

#B5B45E color RGB value is (181,180,94).

  • red value is 181;
  • green value is 180;
  • blue value is 94.
RGB:
(181,180,94)
(71%,71%,37%)

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 94 of 255 = 37%

181
180
94

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

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 94 = 455 (100%)
R 181 of 455 ~ 39.78%
G 180 of 455 ~ 39.56%
B 94 of 455 ~ 20.66%

%39.78
%39.56
%20.66

CMYK color model

#B5B45E color CMYK value is (0,1,48,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 48.07%
  • key color value is 29.02%
CMYK:
(0,1,48,29)
C0M1Y48K29 
(0%,1%,48%,29%)
(0.00/0.01/0.48/0.29)	

CMYK percentages

%0
%0.55
%48.07
%29.02

Codes

Color #B5B45E in popluar color models

B5B45E
RGB18118094
HSL59°37.02%53.92%
HSB/HSV59°48.07%70.98%
CMYK0.00%0.55%48.07%
29.02%

Color #B5B45E in popluar number systems.

HEXB5B45E
Decimal18118094
Binary10110101101101001011110
Octal265264136

Shades and tints

Shades of #B5B45E

#B5B45E
(181,180,94)
#A5A456
(165,164,86)
#95944E
(149,148,78)
#858446
(133,132,70)
#75743E
(117,116,62)
#656436
(101,100,54)
#55542E
(85,84,46)
#454426
(69,68,38)
#35341E
(53,52,30)
#252416
(37,36,22)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #B5B45E

#B5B45E
(181,180,94)
#BBBA6C
(187,186,108)
#C1C07A
(193,192,122)
#C7C688
(199,198,136)
#CDCC96
(205,204,150)
#D3D2A4
(211,210,164)
#D9D8B2
(217,216,178)
#DFDEC0
(223,222,192)
#E5E4CE
(229,228,206)
#EBEADC
(235,234,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B45E color. Also use rgb(181,180,94) instead hex code.

Text Font Color

.myTextColor { color: #B5B45E; }

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

This text font color is #B5B45E.


Background Color

.myBgColor { background-color: #B5B45E; }

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

This div background color is #B5B45E.


Border color

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

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

This div border color is #B5B45E.


Opacity

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

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

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

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

This text has shadow with #B5B45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B45E on black background.


Color preview on white background

This text has color #B5B45E on white background.



Black color preview on #B5B45E background

This text has black color on #B5B45E background.


White color preview on #B5B45E background

This text has white color on #B5B45E background.