COLOR #B6B792

HEX: #B6B792
RGB: (182,183,146)

Color info

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

RGB color model

#B6B792 color RGB value is (182,183,146).

  • red value is 182;
  • green value is 183;
  • blue value is 146.
RGB:
(182,183,146)
(71%,72%,57%)

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 146 of 255 = 57%

182
183
146

R + G + B ~ 67%. #B6B792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 146 = 511 (100%)
R 182 of 511 ~ 35.62%
G 183 of 511 ~ 35.81%
B 146 of 511 ~ 28.57%

%35.62
%35.81
%28.57

CMYK color model

#B6B792 color CMYK value is (1,0,20,28).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(1,0,20,28)
C1M0Y20K28 
(1%,0%,20%,28%)
(0.01/0.00/0.20/0.28)	

CMYK percentages

%0.55
%0
%20.22
%28.24

Codes

Color #B6B792 in popluar color models

B6B792
RGB182183146
HSL62°20.44%64.51%
HSB/HSV62°20.22%71.76%
CMYK0.55%0.00%20.22%
28.24%

Color #B6B792 in popluar number systems.

HEXB6B792
Decimal182183146
Binary101101101011011110010010
Octal266267222

Shades and tints

Shades of #B6B792

#B6B792
(182,183,146)
#A6A785
(166,167,133)
#969778
(150,151,120)
#86876B
(134,135,107)
#76775E
(118,119,94)
#666751
(102,103,81)
#565744
(86,87,68)
#464737
(70,71,55)
#36372A
(54,55,42)
#26271D
(38,39,29)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #B6B792

#B6B792
(182,183,146)
#BCBD9B
(188,189,155)
#C2C3A4
(194,195,164)
#C8C9AD
(200,201,173)
#CECFB6
(206,207,182)
#D4D5BF
(212,213,191)
#DADBC8
(218,219,200)
#E0E1D1
(224,225,209)
#E6E7DA
(230,231,218)
#ECEDE3
(236,237,227)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B792 color. Also use rgb(182,183,146) instead hex code.

Text Font Color

.myTextColor { color: #B6B792; }

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

This text font color is #B6B792.


Background Color

.myBgColor { background-color: #B6B792; }

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

This div background color is #B6B792.


Border color

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

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

This div border color is #B6B792.


Opacity

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

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

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

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

This text has shadow with #B6B792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B792 on black background.


Color preview on white background

This text has color #B6B792 on white background.



Black color preview on #B6B792 background

This text has black color on #B6B792 background.


White color preview on #B6B792 background

This text has white color on #B6B792 background.