COLOR #B68983

HEX: #B68983
RGB: (182,137,131)

Color info

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

RGB color model

#B68983 color RGB value is (182,137,131).

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

RGB channels and saturation

R 182 of 255 = 71%
G 137 of 255 = 54%
B 131 of 255 = 51%

182
137
131

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

Portions of RGB colors in percentages

R + G + B =
182 + 137 + 131 = 450 (100%)
R 182 of 450 ~ 40.44%
G 137 of 450 ~ 30.44%
B 131 of 450 ~ 29.11%

%40.44
%30.44
%29.11

CMYK color model

#B68983 color CMYK value is (0,25,28,29).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(0,25,28,29)
C0M25Y28K29 
(0%,25%,28%,29%)
(0.00/0.25/0.28/0.29)	

CMYK percentages

%0
%24.73
%28.02
%28.63

Codes

Color #B68983 in popluar color models

B68983
RGB182137131
HSL25.89%61.37%
HSB/HSV28.02%71.37%
CMYK0.00%24.73%28.02%
28.63%

Color #B68983 in popluar number systems.

HEXB68983
Decimal182137131
Binary101101101000100110000011
Octal266211203

Shades and tints

Shades of #B68983

#B68983
(182,137,131)
#A67D78
(166,125,120)
#96716D
(150,113,109)
#866562
(134,101,98)
#765957
(118,89,87)
#664D4C
(102,77,76)
#564141
(86,65,65)
#463536
(70,53,54)
#36292B
(54,41,43)
#261D20
(38,29,32)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B68983

#B68983
(182,137,131)
#BC938E
(188,147,142)
#C29D99
(194,157,153)
#C8A7A4
(200,167,164)
#CEB1AF
(206,177,175)
#D4BBBA
(212,187,186)
#DAC5C5
(218,197,197)
#E0CFD0
(224,207,208)
#E6D9DB
(230,217,219)
#ECE3E6
(236,227,230)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68983; }

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

This text font color is #B68983.


Background Color

.myBgColor { background-color: #B68983; }

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

This div background color is #B68983.


Border color

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

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

This div border color is #B68983.


Opacity

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

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

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

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

This text has shadow with #B68983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68983 on black background.


Color preview on white background

This text has color #B68983 on white background.



Black color preview on #B68983 background

This text has black color on #B68983 background.


White color preview on #B68983 background

This text has white color on #B68983 background.