COLOR #B5BB82

HEX: #B5BB82
RGB: (181,187,130)

Color info

#B5BB82 contains red, green and blue colors in about the same proportion. Web safe color of #B5BB82 is #CCCC99 (or #CC9).

RGB color model

#B5BB82 color RGB value is (181,187,130).

  • red value is 181;
  • green value is 187;
  • blue value is 130.
RGB:
(181,187,130)
(71%,73%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 130 of 255 = 51%

181
187
130

R + G + B ~ 65%. #B5BB82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 130 = 498 (100%)
R 181 of 498 ~ 36.35%
G 187 of 498 ~ 37.55%
B 130 of 498 ~ 26.1%

%36.35
%37.55
%26.1

CMYK color model

#B5BB82 color CMYK value is (3,0,30,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK:
(3,0,30,27)
C3M0Y30K27 
(3%,0%,30%,27%)
(0.03/0.00/0.30/0.27)	

CMYK percentages

%3.21
%0
%30.48
%26.67

Codes

Color #B5BB82 in popluar color models

B5BB82
RGB181187130
HSL66°29.53%62.16%
HSB/HSV66°30.48%73.33%
CMYK3.21%0.00%30.48%
26.67%

Color #B5BB82 in popluar number systems.

HEXB5BB82
Decimal181187130
Binary101101011011101110000010
Octal265273202

Shades and tints

Shades of #B5BB82

#B5BB82
(181,187,130)
#A5AA77
(165,170,119)
#95996C
(149,153,108)
#858861
(133,136,97)
#757756
(117,119,86)
#65664B
(101,102,75)
#555540
(85,85,64)
#454435
(69,68,53)
#35332A
(53,51,42)
#25221F
(37,34,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B5BB82

#B5BB82
(181,187,130)
#BBC18D
(187,193,141)
#C1C798
(193,199,152)
#C7CDA3
(199,205,163)
#CDD3AE
(205,211,174)
#D3D9B9
(211,217,185)
#D9DFC4
(217,223,196)
#DFE5CF
(223,229,207)
#E5EBDA
(229,235,218)
#EBF1E5
(235,241,229)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BB82 color. Also use rgb(181,187,130) instead hex code.

Text Font Color

.myTextColor { color: #B5BB82; }

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

This text font color is #B5BB82.


Background Color

.myBgColor { background-color: #B5BB82; }

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

This div background color is #B5BB82.


Border color

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

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

This div border color is #B5BB82.


Opacity

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

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

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

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

This text has shadow with #B5BB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BB82 on black background.


Color preview on white background

This text has color #B5BB82 on white background.



Black color preview on #B5BB82 background

This text has black color on #B5BB82 background.


White color preview on #B5BB82 background

This text has white color on #B5BB82 background.