COLOR #B9766B

HEX: #B9766B RGB: (185,118,107)

Color info

#B9766B contains mainly red color. Web safe color of #B9766B is #CC6666 (or #C66).

RGB color model

#B9766B color RGB value is (185,118,107).

RGB: (185,118,107) (73%, 46%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 118 of 255 = 46%
B 107 of 255 = 42%

185
118
107

R + G + B ~ 54%. #B9766B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 185 + 118 + 107 = 410 (100%)
R 185 of 410 ~ 45.12%
G 118 of 410 ~ 28.78%
B 107 of 410 ~ 26.1'%

%45.12
%28.78
%26.1

CMYK color model

#B9766B color CMYK value is (0,36,42,27).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 42.16%
  • key color value is 27.45%

CMYK: (0,36,42,27)
C0M36Y42K27 (0%, 36%, 42%, 27%)
(0.00 / 0.36 / 0.42 / 0.27)

CMYK percentages

%0
%36.22
%42.16
%27.45

Codes

Color #B9766B in popluar color models

B9 76 6B
RGB 185 118 107
HSL 35.78% 57.25%
HSB/HSV 42.16% 72.55%
CMYK 0.00% 36.22% 42.16%
27.45%

Color #B9766B in popluar number systems.

HEX B9 76 6B
Decimal 185 118 107
Binary 10111001 1110110 1101011
Octal 271 166 153

Shades and tints

Shades of #B9766B

#B9766B
(185,118,107)
#A96C62
(169,108,98)
#996259
(153,98,89)
#895850
(137,88,80)
#794E47
(121,78,71)
#69443E
(105,68,62)
#593A35
(89,58,53)
#49302C
(73,48,44)
#392623
(57,38,35)
#291C1A
(41,28,26)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B9766B

#B9766B
(185,118,107)
#BF8278
(191,130,120)
#C58E85
(197,142,133)
#CB9A92
(203,154,146)
#D1A69F
(209,166,159)
#D7B2AC
(215,178,172)
#DDBEB9
(221,190,185)
#E3CAC6
(227,202,198)
#E9D6D3
(233,214,211)
#EFE2E0
(239,226,224)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9766B color. Also use rgb(185,118,107) instead hex code.

Text Font Color

.myTextColor { color: #B9766B; }

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

This text font color is #B9766B.

Background Color

.myBgColor { background-color: #B9766B; }

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

This div background color is #B9766B.

Border color

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

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

This div border color is #B9766B.

Opacity

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

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

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

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

This text has shadow with #B9766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9766B.

Preview

Color preview on black background

This text has color #B9766B on black background.


Color preview on white background

This text has color #B9766B on white background.


Black color preview on #B9766B background

This text has black color on #B9766B background.


White color preview on #B9766B background

This text has white color on #B9766B background.


Related colors

Complementary color

Complementary color for #hex is #468994.


I love getcolorcode.com

Triadic colors

1 #6BB976 and #766BB9 with #B9766B are triadic colors.

2 #6B76B9 and #76B96B with #B9766B are triadic colors.