COLOR #B5B678

HEX: #B5B678
RGB: (181,182,120)

Color info

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

RGB color model

#B5B678 color RGB value is (181,182,120).

  • red value is 181;
  • green value is 182;
  • blue value is 120.
RGB:
(181,182,120)
(71%,71%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 120 of 255 = 47%

181
182
120

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

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 120 = 483 (100%)
R 181 of 483 ~ 37.47%
G 182 of 483 ~ 37.68%
B 120 of 483 ~ 24.84%

%37.47
%37.68
%24.84

CMYK color model

#B5B678 color CMYK value is (1,0,34,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(1,0,34,29)
C1M0Y34K29 
(1%,0%,34%,29%)
(0.01/0.00/0.34/0.29)	

CMYK percentages

%0.55
%0
%34.07
%28.63

Codes

Color #B5B678 in popluar color models

B5B678
RGB181182120
HSL61°29.81%59.22%
HSB/HSV61°34.07%71.37%
CMYK0.55%0.00%34.07%
28.63%

Color #B5B678 in popluar number systems.

HEXB5B678
Decimal181182120
Binary10110101101101101111000
Octal265266170

Shades and tints

Shades of #B5B678

#B5B678
(181,182,120)
#A5A66E
(165,166,110)
#959664
(149,150,100)
#85865A
(133,134,90)
#757650
(117,118,80)
#656646
(101,102,70)
#55563C
(85,86,60)
#454632
(69,70,50)
#353628
(53,54,40)
#25261E
(37,38,30)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5B678

#B5B678
(181,182,120)
#BBBC84
(187,188,132)
#C1C290
(193,194,144)
#C7C89C
(199,200,156)
#CDCEA8
(205,206,168)
#D3D4B4
(211,212,180)
#D9DAC0
(217,218,192)
#DFE0CC
(223,224,204)
#E5E6D8
(229,230,216)
#EBECE4
(235,236,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B678 color. Also use rgb(181,182,120) instead hex code.

Text Font Color

.myTextColor { color: #B5B678; }

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

This text font color is #B5B678.


Background Color

.myBgColor { background-color: #B5B678; }

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

This div background color is #B5B678.


Border color

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

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

This div border color is #B5B678.


Opacity

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

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

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

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

This text has shadow with #B5B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B678 on black background.


Color preview on white background

This text has color #B5B678 on white background.



Black color preview on #B5B678 background

This text has black color on #B5B678 background.


White color preview on #B5B678 background

This text has white color on #B5B678 background.