COLOR #B6B775

HEX: #B6B775 RGB: (182,183,117)

Color info

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

RGB color model

#B6B775 color RGB value is (182,183,117).

RGB: (182,183,117) (71%, 72%, 46%)

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 117 of 255 = 46%

182
183
117

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

Portions of RGB colors in percentages

R + G + B = 182 + 183 + 117 = 482 (100%)
R 182 of 482 ~ 37.76%
G 183 of 482 ~ 37.97%
B 117 of 482 ~ 24.27'%

%37.76
%37.97
%24.27

CMYK color model

#B6B775 color CMYK value is (1,0,36,28).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%
CMYK: (1,0,36,28) C1M0Y36K28 (1%,0%,36%,28%) (0.01/0.00/0.36/0.28) 

CMYK percentages

%0.55
%0
%36.07
%28.24

Codes

Color #B6B775 in popluar color models

B6 B7 75
RGB 182 183 117
HSL 61° 31.43% 58.82%
HSB/HSV 61° 36.07% 71.76%
CMYK 0.55% 0.00% 36.07%
28.24%

Color #B6B775 in popluar number systems.

HEX B6 B7 75
Decimal 182 183 117
Binary 10110110 10110111 1110101
Octal 266 267 165

Shades and tints

Shades of #B6B775

#B6B775
(182,183,117)
#A6A76B
(166,167,107)
#969761
(150,151,97)
#868757
(134,135,87)
#76774D
(118,119,77)
#666743
(102,103,67)
#565739
(86,87,57)
#46472F
(70,71,47)
#363725
(54,55,37)
#26271B
(38,39,27)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B6B775

#B6B775
(182,183,117)
#BCBD81
(188,189,129)
#C2C38D
(194,195,141)
#C8C999
(200,201,153)
#CECFA5
(206,207,165)
#D4D5B1
(212,213,177)
#DADBBD
(218,219,189)
#E0E1C9
(224,225,201)
#E6E7D5
(230,231,213)
#ECEDE1
(236,237,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B775; }

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

This text font color is #B6B775.

Background Color

.myBgColor { background-color: #B6B775; }

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

This div background color is #B6B775.

Border color

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

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

This div border color is #B6B775.

Opacity

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

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

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

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

This text has shadow with #B6B775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B775.

Preview

Color preview on black background

This text has color #B6B775 on black background.


Color preview on white background

This text has color #B6B775 on white background.


Black color preview on #B6B775 background

This text has black color on #B6B775 background.


White color preview on #B6B775 background

This text has white color on #B6B775 background.


Related colors

Complementary color

Complementary color for #hex is #49488A.


I love getcolorcode.com

Triadic colors

1 #75B6B7 and #B775B6 with #B6B775 are triadic colors.

2 #75B7B6 and #B7B675 with #B6B775 are triadic colors.