COLOR #B6BE6F

HEX: #B6BE6F RGB: (182,190,111)

Color info

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

RGB color model

#B6BE6F color RGB value is (182,190,111).

RGB: (182,190,111) (71%, 75%, 44%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 111 of 255 = 44%

182
190
111

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

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 111 = 483 (100%)
R 182 of 483 ~ 37.68%
G 190 of 483 ~ 39.34%
B 111 of 483 ~ 22.98'%

%37.68
%39.34
%22.98

CMYK color model

#B6BE6F color CMYK value is (4,0,42,25).

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 25.49%

CMYK: (4,0,42,25)
C4M0Y42K25 (4%, 0%, 42%, 25%)
(0.04 / 0.00 / 0.42 / 0.25)

CMYK percentages

%4.21
%0
%41.58
%25.49

Codes

Color #B6BE6F in popluar color models

B6 BE 6F
RGB 182 190 111
HSL 66° 37.80% 59.02%
HSB/HSV 66° 41.58% 74.51%
CMYK 4.21% 0.00% 41.58%
25.49%

Color #B6BE6F in popluar number systems.

HEX B6 BE 6F
Decimal 182 190 111
Binary 10110110 10111110 1101111
Octal 266 276 157

Shades and tints

Shades of #B6BE6F

#B6BE6F
(182,190,111)
#A6AD65
(166,173,101)
#969C5B
(150,156,91)
#868B51
(134,139,81)
#767A47
(118,122,71)
#66693D
(102,105,61)
#565833
(86,88,51)
#464729
(70,71,41)
#36361F
(54,54,31)
#262515
(38,37,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #B6BE6F

#B6BE6F
(182,190,111)
#BCC37C
(188,195,124)
#C2C889
(194,200,137)
#C8CD96
(200,205,150)
#CED2A3
(206,210,163)
#D4D7B0
(212,215,176)
#DADCBD
(218,220,189)
#E0E1CA
(224,225,202)
#E6E6D7
(230,230,215)
#ECEBE4
(236,235,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BE6F color. Also use rgb(182,190,111) instead hex code.

Text Font Color

.myTextColor { color: #B6BE6F; }

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

This text font color is #B6BE6F.

Background Color

.myBgColor { background-color: #B6BE6F; }

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

This div background color is #B6BE6F.

Border color

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

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

This div border color is #B6BE6F.

Opacity

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

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

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

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

This text has shadow with #B6BE6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BE6F.

Preview

Color preview on black background

This text has color #B6BE6F on black background.


Color preview on white background

This text has color #B6BE6F on white background.


Black color preview on #B6BE6F background

This text has black color on #B6BE6F background.


White color preview on #B6BE6F background

This text has white color on #B6BE6F background.


Related colors

Complementary color

Complementary color for #hex is #494190.


I love getcolorcode.com

Triadic colors

1 #6FB6BE and #BE6FB6 with #B6BE6F are triadic colors.

2 #6FBEB6 and #BEB66F with #B6BE6F are triadic colors.