COLOR #B68D83

HEX: #B68D83
RGB: (182,141,131)

Color info

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

RGB color model

#B68D83 color RGB value is (182,141,131).

  • red value is 182;
  • green value is 141;
  • blue value is 131.
RGB:
(182,141,131)
(71%,55%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 131 of 255 = 51%

182
141
131

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

Portions of RGB colors in percentages

R + G + B =
182 + 141 + 131 = 454 (100%)
R 182 of 454 ~ 40.09%
G 141 of 454 ~ 31.06%
B 131 of 454 ~ 28.85%

%40.09
%31.06
%28.85

CMYK color model

#B68D83 color CMYK value is (0,23,28,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(0,23,28,29)
C0M23Y28K29 
(0%,23%,28%,29%)
(0.00/0.23/0.28/0.29)	

CMYK percentages

%0
%22.53
%28.02
%28.63

Codes

Color #B68D83 in popluar color models

B68D83
RGB182141131
HSL12°25.89%61.37%
HSB/HSV12°28.02%71.37%
CMYK0.00%22.53%28.02%
28.63%

Color #B68D83 in popluar number systems.

HEXB68D83
Decimal182141131
Binary101101101000110110000011
Octal266215203

Shades and tints

Shades of #B68D83

#B68D83
(182,141,131)
#A68178
(166,129,120)
#96756D
(150,117,109)
#866962
(134,105,98)
#765D57
(118,93,87)
#66514C
(102,81,76)
#564541
(86,69,65)
#463936
(70,57,54)
#362D2B
(54,45,43)
#262120
(38,33,32)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B68D83

#B68D83
(182,141,131)
#BC978E
(188,151,142)
#C2A199
(194,161,153)
#C8ABA4
(200,171,164)
#CEB5AF
(206,181,175)
#D4BFBA
(212,191,186)
#DAC9C5
(218,201,197)
#E0D3D0
(224,211,208)
#E6DDDB
(230,221,219)
#ECE7E6
(236,231,230)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68D83; }

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

This text font color is #B68D83.


Background Color

.myBgColor { background-color: #B68D83; }

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

This div background color is #B68D83.


Border color

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

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

This div border color is #B68D83.


Opacity

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

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

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

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

This text has shadow with #B68D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68D83 on black background.


Color preview on white background

This text has color #B68D83 on white background.



Black color preview on #B68D83 background

This text has black color on #B68D83 background.


White color preview on #B68D83 background

This text has white color on #B68D83 background.