COLOR #B68D8B

HEX: #B68D8B RGB: (182,141,139)

Color info

#B68D8B contains red, green and blue colors in about the same proportion. Web safe color of #B68D8B is #CC9999 (or #C99).

RGB color model

#B68D8B color RGB value is (182,141,139).

RGB: (182,141,139) (71%, 55%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 139 of 255 = 55%

182
141
139

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

Portions of RGB colors in percentages

R + G + B = 182 + 141 + 139 = 462 (100%)
R 182 of 462 ~ 39.39%
G 141 of 462 ~ 30.52%
B 139 of 462 ~ 30.09'%

%39.39
%30.52
%30.09

CMYK color model

#B68D8B color CMYK value is (0,23,24,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 23.63%
  • key color value is 28.63%

CMYK: (0,23,24,29)
C0M23Y24K29 (0%, 23%, 24%, 29%)
(0.00 / 0.23 / 0.24 / 0.29)

CMYK percentages

%0
%22.53
%23.63
%28.63

Codes

Color #B68D8B in popluar color models

B6 8D 8B
RGB 182 141 139
HSL 22.75% 62.94%
HSB/HSV 23.63% 71.37%
CMYK 0.00% 22.53% 23.63%
28.63%

Color #B68D8B in popluar number systems.

HEX B6 8D 8B
Decimal 182 141 139
Binary 10110110 10001101 10001011
Octal 266 215 213

Shades and tints

Shades of #B68D8B

#B68D8B
(182,141,139)
#A6817F
(166,129,127)
#967573
(150,117,115)
#866967
(134,105,103)
#765D5B
(118,93,91)
#66514F
(102,81,79)
#564543
(86,69,67)
#463937
(70,57,55)
#362D2B
(54,45,43)
#26211F
(38,33,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B68D8B

#B68D8B
(182,141,139)
#BC9795
(188,151,149)
#C2A19F
(194,161,159)
#C8ABA9
(200,171,169)
#CEB5B3
(206,181,179)
#D4BFBD
(212,191,189)
#DAC9C7
(218,201,199)
#E0D3D1
(224,211,209)
#E6DDDB
(230,221,219)
#ECE7E5
(236,231,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68D8B color. Also use rgb(182,141,139) instead hex code.

Text Font Color

.myTextColor { color: #B68D8B; }

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

This text font color is #B68D8B.

Background Color

.myBgColor { background-color: #B68D8B; }

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

This div background color is #B68D8B.

Border color

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

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

This div border color is #B68D8B.

Opacity

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

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

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

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

This text has shadow with #B68D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68D8B.

Preview

Color preview on black background

This text has color #B68D8B on black background.


Color preview on white background

This text has color #B68D8B on white background.


Black color preview on #B68D8B background

This text has black color on #B68D8B background.


White color preview on #B68D8B background

This text has white color on #B68D8B background.


Related colors

Complementary color

Complementary color for #hex is #497274.


I love getcolorcode.com

Triadic colors

1 #8BB68D and #8D8BB6 with #B68D8B are triadic colors.

2 #8B8DB6 and #8DB68B with #B68D8B are triadic colors.