COLOR #B68C66

HEX: #B68C66
RGB: (182,140,102)

Color info

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

RGB color model

#B68C66 color RGB value is (182,140,102).

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

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 102 of 255 = 40%

182
140
102

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 102 = 424 (100%)
R 182 of 424 ~ 42.92%
G 140 of 424 ~ 33.02%
B 102 of 424 ~ 24.06%

%42.92
%33.02
%24.06

CMYK color model

#B68C66 color CMYK value is (0,23,44,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(0,23,44,29)
C0M23Y44K29 
(0%,23%,44%,29%)
(0.00/0.23/0.44/0.29)	

CMYK percentages

%0
%23.08
%43.96
%28.63

Codes

Color #B68C66 in popluar color models

B68C66
RGB182140102
HSL29°35.40%55.69%
HSB/HSV29°43.96%71.37%
CMYK0.00%23.08%43.96%
28.63%

Color #B68C66 in popluar number systems.

HEXB68C66
Decimal182140102
Binary10110110100011001100110
Octal266214146

Shades and tints

Shades of #B68C66

#B68C66
(182,140,102)
#A6805D
(166,128,93)
#967454
(150,116,84)
#86684B
(134,104,75)
#765C42
(118,92,66)
#665039
(102,80,57)
#564430
(86,68,48)
#463827
(70,56,39)
#362C1E
(54,44,30)
#262015
(38,32,21)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #B68C66

#B68C66
(182,140,102)
#BC9673
(188,150,115)
#C2A080
(194,160,128)
#C8AA8D
(200,170,141)
#CEB49A
(206,180,154)
#D4BEA7
(212,190,167)
#DAC8B4
(218,200,180)
#E0D2C1
(224,210,193)
#E6DCCE
(230,220,206)
#ECE6DB
(236,230,219)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68C66; }

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

This text font color is #B68C66.


Background Color

.myBgColor { background-color: #B68C66; }

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

This div background color is #B68C66.


Border color

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

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

This div border color is #B68C66.


Opacity

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

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

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

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

This text has shadow with #B68C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68C66 on black background.


Color preview on white background

This text has color #B68C66 on white background.



Black color preview on #B68C66 background

This text has black color on #B68C66 background.


White color preview on #B68C66 background

This text has white color on #B68C66 background.