COLOR #B5B46D

HEX: #B5B46D
RGB: (181,180,109)

Color info

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

RGB color model

#B5B46D color RGB value is (181,180,109).

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

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 109 of 255 = 43%

181
180
109

R + G + B ~ 62%. #B5B46D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 109 = 470 (100%)
R 181 of 470 ~ 38.51%
G 180 of 470 ~ 38.3%
B 109 of 470 ~ 23.19%

%38.51
%38.3
%23.19

CMYK color model

#B5B46D color CMYK value is (0,1,40,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(0,1,40,29)
C0M1Y40K29 
(0%,1%,40%,29%)
(0.00/0.01/0.40/0.29)	

CMYK percentages

%0
%0.55
%39.78
%29.02

Codes

Color #B5B46D in popluar color models

B5B46D
RGB181180109
HSL59°32.73%56.86%
HSB/HSV59°39.78%70.98%
CMYK0.00%0.55%39.78%
29.02%

Color #B5B46D in popluar number systems.

HEXB5B46D
Decimal181180109
Binary10110101101101001101101
Octal265264155

Shades and tints

Shades of #B5B46D

#B5B46D
(181,180,109)
#A5A464
(165,164,100)
#95945B
(149,148,91)
#858452
(133,132,82)
#757449
(117,116,73)
#656440
(101,100,64)
#555437
(85,84,55)
#45442E
(69,68,46)
#353425
(53,52,37)
#25241C
(37,36,28)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5B46D

#B5B46D
(181,180,109)
#BBBA7A
(187,186,122)
#C1C087
(193,192,135)
#C7C694
(199,198,148)
#CDCCA1
(205,204,161)
#D3D2AE
(211,210,174)
#D9D8BB
(217,216,187)
#DFDEC8
(223,222,200)
#E5E4D5
(229,228,213)
#EBEAE2
(235,234,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B46D; }

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

This text font color is #B5B46D.


Background Color

.myBgColor { background-color: #B5B46D; }

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

This div background color is #B5B46D.


Border color

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

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

This div border color is #B5B46D.


Opacity

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

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

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

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

This text has shadow with #B5B46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B46D on black background.


Color preview on white background

This text has color #B5B46D on white background.



Black color preview on #B5B46D background

This text has black color on #B5B46D background.


White color preview on #B5B46D background

This text has white color on #B5B46D background.