COLOR #B5BE82

HEX: #B5BE82 RGB: (181,190,130)

Color info

#B5BE82 contains mainly red and green colors. Web safe color of #B5BE82 is #CCCC99 (or #CC9).

RGB color model

#B5BE82 color RGB value is (181,190,130).

RGB: (181,190,130) (71%, 75%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 130 of 255 = 51%

181
190
130

R + G + B ~ 66%. #B5BE82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 130 = 501 (100%)
R 181 of 501 ~ 36.13%
G 190 of 501 ~ 37.92%
B 130 of 501 ~ 25.95'%

%36.13
%37.92
%25.95

CMYK color model

#B5BE82 color CMYK value is (5,0,32,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%

CMYK: (5,0,32,25)
C5M0Y32K25 (5%, 0%, 32%, 25%)
(0.05 / 0.00 / 0.32 / 0.25)

CMYK percentages

%4.74
%0
%31.58
%25.49

Codes

Color #B5BE82 in popluar color models

B5 BE 82
RGB 181 190 130
HSL 69° 31.58% 62.75%
HSB/HSV 69° 31.58% 74.51%
CMYK 4.74% 0.00% 31.58%
25.49%

Color #B5BE82 in popluar number systems.

HEX B5 BE 82
Decimal 181 190 130
Binary 10110101 10111110 10000010
Octal 265 276 202

Shades and tints

Shades of #B5BE82

#B5BE82
(181,190,130)
#A5AD77
(165,173,119)
#959C6C
(149,156,108)
#858B61
(133,139,97)
#757A56
(117,122,86)
#65694B
(101,105,75)
#555840
(85,88,64)
#454735
(69,71,53)
#35362A
(53,54,42)
#25251F
(37,37,31)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5BE82

#B5BE82
(181,190,130)
#BBC38D
(187,195,141)
#C1C898
(193,200,152)
#C7CDA3
(199,205,163)
#CDD2AE
(205,210,174)
#D3D7B9
(211,215,185)
#D9DCC4
(217,220,196)
#DFE1CF
(223,225,207)
#E5E6DA
(229,230,218)
#EBEBE5
(235,235,229)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BE82; }

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

This text font color is #B5BE82.

Background Color

.myBgColor { background-color: #B5BE82; }

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

This div background color is #B5BE82.

Border color

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

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

This div border color is #B5BE82.

Opacity

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

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

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

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

This text has shadow with #B5BE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BE82.

Preview

Color preview on black background

This text has color #B5BE82 on black background.


Color preview on white background

This text has color #B5BE82 on white background.


Black color preview on #B5BE82 background

This text has black color on #B5BE82 background.


White color preview on #B5BE82 background

This text has white color on #B5BE82 background.


Related colors

Complementary color

Complementary color for #hex is #4A417D.


I love getcolorcode.com

Triadic colors

1 #82B5BE and #BE82B5 with #B5BE82 are triadic colors.

2 #82BEB5 and #BEB582 with #B5BE82 are triadic colors.