COLOR #B5BE6C

HEX: #B5BE6C
RGB: (181,190,108)

Color info

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

RGB color model

#B5BE6C color RGB value is (181,190,108).

  • red value is 181;
  • green value is 190;
  • blue value is 108.
RGB:
(181,190,108)
(71%,75%,42%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 108 of 255 = 42%

181
190
108

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

Portions of RGB colors in percentages

R + G + B =
181 + 190 + 108 = 479 (100%)
R 181 of 479 ~ 37.79%
G 190 of 479 ~ 39.67%
B 108 of 479 ~ 22.55%

%37.79
%39.67
%22.55

CMYK color model

#B5BE6C color CMYK value is (5,0,43,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 43.16%
  • key color value is 25.49%
CMYK:
(5,0,43,25)
C5M0Y43K25 
(5%,0%,43%,25%)
(0.05/0.00/0.43/0.25)	

CMYK percentages

%4.74
%0
%43.16
%25.49

Codes

Color #B5BE6C in popluar color models

B5BE6C
RGB181190108
HSL67°38.68%58.43%
HSB/HSV67°43.16%74.51%
CMYK4.74%0.00%43.16%
25.49%

Color #B5BE6C in popluar number systems.

HEXB5BE6C
Decimal181190108
Binary10110101101111101101100
Octal265276154

Shades and tints

Shades of #B5BE6C

#B5BE6C
(181,190,108)
#A5AD63
(165,173,99)
#959C5A
(149,156,90)
#858B51
(133,139,81)
#757A48
(117,122,72)
#65693F
(101,105,63)
#555836
(85,88,54)
#45472D
(69,71,45)
#353624
(53,54,36)
#25251B
(37,37,27)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5BE6C

#B5BE6C
(181,190,108)
#BBC379
(187,195,121)
#C1C886
(193,200,134)
#C7CD93
(199,205,147)
#CDD2A0
(205,210,160)
#D3D7AD
(211,215,173)
#D9DCBA
(217,220,186)
#DFE1C7
(223,225,199)
#E5E6D4
(229,230,212)
#EBEBE1
(235,235,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BE6C; }

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

This text font color is #B5BE6C.


Background Color

.myBgColor { background-color: #B5BE6C; }

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

This div background color is #B5BE6C.


Border color

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

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

This div border color is #B5BE6C.


Opacity

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

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

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

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

This text has shadow with #B5BE6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BE6C on black background.


Color preview on white background

This text has color #B5BE6C on white background.



Black color preview on #B5BE6C background

This text has black color on #B5BE6C background.


White color preview on #B5BE6C background

This text has white color on #B5BE6C background.