COLOR #B5B874

HEX: #B5B874 RGB: (181,184,116)

Color info

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

RGB color model

#B5B874 color RGB value is (181,184,116).

RGB: (181,184,116) (71%, 72%, 45%)

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 116 of 255 = 45%

181
184
116

R + G + B ~ 63%. #B5B874 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 184 + 116 = 481 (100%)
R 181 of 481 ~ 37.63%
G 184 of 481 ~ 38.25%
B 116 of 481 ~ 24.12'%

%37.63
%38.25
%24.12

CMYK color model

#B5B874 color CMYK value is (2,0,37,28).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 27.84%

CMYK: (2,0,37,28)
C2M0Y37K28 (2%, 0%, 37%, 28%)
(0.02 / 0.00 / 0.37 / 0.28)

CMYK percentages

%1.63
%0
%36.96
%27.84

Codes

Color #B5B874 in popluar color models

B5 B8 74
RGB 181 184 116
HSL 63° 32.38% 58.82%
HSB/HSV 63° 36.96% 72.16%
CMYK 1.63% 0.00% 36.96%
27.84%

Color #B5B874 in popluar number systems.

HEX B5 B8 74
Decimal 181 184 116
Binary 10110101 10111000 1110100
Octal 265 270 164

Shades and tints

Shades of #B5B874

#B5B874
(181,184,116)
#A5A86A
(165,168,106)
#959860
(149,152,96)
#858856
(133,136,86)
#75784C
(117,120,76)
#656842
(101,104,66)
#555838
(85,88,56)
#45482E
(69,72,46)
#353824
(53,56,36)
#25281A
(37,40,26)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #B5B874

#B5B874
(181,184,116)
#BBBE80
(187,190,128)
#C1C48C
(193,196,140)
#C7CA98
(199,202,152)
#CDD0A4
(205,208,164)
#D3D6B0
(211,214,176)
#D9DCBC
(217,220,188)
#DFE2C8
(223,226,200)
#E5E8D4
(229,232,212)
#EBEEE0
(235,238,224)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B874 color. Also use rgb(181,184,116) instead hex code.

Text Font Color

.myTextColor { color: #B5B874; }

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

This text font color is #B5B874.

Background Color

.myBgColor { background-color: #B5B874; }

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

This div background color is #B5B874.

Border color

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

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

This div border color is #B5B874.

Opacity

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

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

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

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

This text has shadow with #B5B874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B874.

Preview

Color preview on black background

This text has color #B5B874 on black background.


Color preview on white background

This text has color #B5B874 on white background.


Black color preview on #B5B874 background

This text has black color on #B5B874 background.


White color preview on #B5B874 background

This text has white color on #B5B874 background.


Related colors

Complementary color

Complementary color for #hex is #4A478B.


I love getcolorcode.com

Triadic colors

1 #74B5B8 and #B874B5 with #B5B874 are triadic colors.

2 #74B8B5 and #B8B574 with #B5B874 are triadic colors.