COLOR #B68C76

HEX: #B68C76
RGB: (182,140,118)

Color info

#B68C76 contains mainly red and green colors. Web safe color of #B68C76 is #CC9966 (or #C96).

RGB color model

#B68C76 color RGB value is (182,140,118).

  • red value is 182;
  • green value is 140;
  • blue value is 118.
RGB:
(182,140,118)
(71%,55%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 118 of 255 = 46%

182
140
118

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 118 = 440 (100%)
R 182 of 440 ~ 41.36%
G 140 of 440 ~ 31.82%
B 118 of 440 ~ 26.82%

%41.36
%31.82
%26.82

CMYK color model

#B68C76 color CMYK value is (0,23,35,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(0,23,35,29)
C0M23Y35K29 
(0%,23%,35%,29%)
(0.00/0.23/0.35/0.29)	

CMYK percentages

%0
%23.08
%35.16
%28.63

Codes

Color #B68C76 in popluar color models

B68C76
RGB182140118
HSL21°30.48%58.82%
HSB/HSV21°35.16%71.37%
CMYK0.00%23.08%35.16%
28.63%

Color #B68C76 in popluar number systems.

HEXB68C76
Decimal182140118
Binary10110110100011001110110
Octal266214166

Shades and tints

Shades of #B68C76

#B68C76
(182,140,118)
#A6806C
(166,128,108)
#967462
(150,116,98)
#866858
(134,104,88)
#765C4E
(118,92,78)
#665044
(102,80,68)
#56443A
(86,68,58)
#463830
(70,56,48)
#362C26
(54,44,38)
#26201C
(38,32,28)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B68C76

#B68C76
(182,140,118)
#BC9682
(188,150,130)
#C2A08E
(194,160,142)
#C8AA9A
(200,170,154)
#CEB4A6
(206,180,166)
#D4BEB2
(212,190,178)
#DAC8BE
(218,200,190)
#E0D2CA
(224,210,202)
#E6DCD6
(230,220,214)
#ECE6E2
(236,230,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68C76 color. Also use rgb(182,140,118) instead hex code.

Text Font Color

.myTextColor { color: #B68C76; }

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

This text font color is #B68C76.


Background Color

.myBgColor { background-color: #B68C76; }

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

This div background color is #B68C76.


Border color

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

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

This div border color is #B68C76.


Opacity

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

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

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

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

This text has shadow with #B68C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68C76 on black background.


Color preview on white background

This text has color #B68C76 on white background.



Black color preview on #B68C76 background

This text has black color on #B68C76 background.


White color preview on #B68C76 background

This text has white color on #B68C76 background.