COLOR #B68666

HEX: #B68666
RGB: (182,134,102)

Color info

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

RGB color model

#B68666 color RGB value is (182,134,102).

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

RGB channels and saturation

R 182 of 255 = 71%
G 134 of 255 = 53%
B 102 of 255 = 40%

182
134
102

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

Portions of RGB colors in percentages

R + G + B =
182 + 134 + 102 = 418 (100%)
R 182 of 418 ~ 43.54%
G 134 of 418 ~ 32.06%
B 102 of 418 ~ 24.4%

%43.54
%32.06
%24.4

CMYK color model

#B68666 color CMYK value is (0,26,44,29).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(0,26,44,29)
C0M26Y44K29 
(0%,26%,44%,29%)
(0.00/0.26/0.44/0.29)	

CMYK percentages

%0
%26.37
%43.96
%28.63

Codes

Color #B68666 in popluar color models

B68666
RGB182134102
HSL24°35.40%55.69%
HSB/HSV24°43.96%71.37%
CMYK0.00%26.37%43.96%
28.63%

Color #B68666 in popluar number systems.

HEXB68666
Decimal182134102
Binary10110110100001101100110
Octal266206146

Shades and tints

Shades of #B68666

#B68666
(182,134,102)
#A67A5D
(166,122,93)
#966E54
(150,110,84)
#86624B
(134,98,75)
#765642
(118,86,66)
#664A39
(102,74,57)
#563E30
(86,62,48)
#463227
(70,50,39)
#36261E
(54,38,30)
#261A15
(38,26,21)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #B68666

#B68666
(182,134,102)
#BC9173
(188,145,115)
#C29C80
(194,156,128)
#C8A78D
(200,167,141)
#CEB29A
(206,178,154)
#D4BDA7
(212,189,167)
#DAC8B4
(218,200,180)
#E0D3C1
(224,211,193)
#E6DECE
(230,222,206)
#ECE9DB
(236,233,219)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68666; }

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

This text font color is #B68666.


Background Color

.myBgColor { background-color: #B68666; }

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

This div background color is #B68666.


Border color

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

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

This div border color is #B68666.


Opacity

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

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

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

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

This text has shadow with #B68666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68666 on black background.


Color preview on white background

This text has color #B68666 on white background.



Black color preview on #B68666 background

This text has black color on #B68666 background.


White color preview on #B68666 background

This text has white color on #B68666 background.