COLOR #B68661

HEX: #B68661
RGB: (182,134,97)

Color info

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

RGB color model

#B68661 color RGB value is (182,134,97).

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

RGB channels and saturation

R 182 of 255 = 71%
G 134 of 255 = 53%
B 97 of 255 = 38%

182
134
97

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

Portions of RGB colors in percentages

R + G + B =
182 + 134 + 97 = 413 (100%)
R 182 of 413 ~ 44.07%
G 134 of 413 ~ 32.45%
B 97 of 413 ~ 23.49%

%44.07
%32.45
%23.49

CMYK color model

#B68661 color CMYK value is (0,26,47,29).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 46.70%
  • key color value is 28.63%
CMYK:
(0,26,47,29)
C0M26Y47K29 
(0%,26%,47%,29%)
(0.00/0.26/0.47/0.29)	

CMYK percentages

%0
%26.37
%46.7
%28.63

Codes

Color #B68661 in popluar color models

B68661
RGB18213497
HSL26°36.80%54.71%
HSB/HSV26°46.70%71.37%
CMYK0.00%26.37%46.70%
28.63%

Color #B68661 in popluar number systems.

HEXB68661
Decimal18213497
Binary10110110100001101100001
Octal266206141

Shades and tints

Shades of #B68661

#B68661
(182,134,97)
#A67A59
(166,122,89)
#966E51
(150,110,81)
#866249
(134,98,73)
#765641
(118,86,65)
#664A39
(102,74,57)
#563E31
(86,62,49)
#463229
(70,50,41)
#362621
(54,38,33)
#261A19
(38,26,25)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #B68661

#B68661
(182,134,97)
#BC916F
(188,145,111)
#C29C7D
(194,156,125)
#C8A78B
(200,167,139)
#CEB299
(206,178,153)
#D4BDA7
(212,189,167)
#DAC8B5
(218,200,181)
#E0D3C3
(224,211,195)
#E6DED1
(230,222,209)
#ECE9DF
(236,233,223)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68661; }

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

This text font color is #B68661.


Background Color

.myBgColor { background-color: #B68661; }

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

This div background color is #B68661.


Border color

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

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

This div border color is #B68661.


Opacity

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

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

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

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

This text has shadow with #B68661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68661 on black background.


Color preview on white background

This text has color #B68661 on white background.



Black color preview on #B68661 background

This text has black color on #B68661 background.


White color preview on #B68661 background

This text has white color on #B68661 background.