COLOR #B68680

HEX: #B68680
RGB: (182,134,128)

Color info

#B68680 contains red, green and blue colors in about the same proportion. Web safe color of #B68680 is #CC9966 (or #C96).

RGB color model

#B68680 color RGB value is (182,134,128).

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

RGB channels and saturation

R 182 of 255 = 71%
G 134 of 255 = 53%
B 128 of 255 = 50%

182
134
128

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

Portions of RGB colors in percentages

R + G + B =
182 + 134 + 128 = 444 (100%)
R 182 of 444 ~ 40.99%
G 134 of 444 ~ 30.18%
B 128 of 444 ~ 28.83%

%40.99
%30.18
%28.83

CMYK color model

#B68680 color CMYK value is (0,26,30,29).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(0,26,30,29)
C0M26Y30K29 
(0%,26%,30%,29%)
(0.00/0.26/0.30/0.29)	

CMYK percentages

%0
%26.37
%29.67
%28.63

Codes

Color #B68680 in popluar color models

B68680
RGB182134128
HSL27.00%60.78%
HSB/HSV29.67%71.37%
CMYK0.00%26.37%29.67%
28.63%

Color #B68680 in popluar number systems.

HEXB68680
Decimal182134128
Binary101101101000011010000000
Octal266206200

Shades and tints

Shades of #B68680

#B68680
(182,134,128)
#A67A75
(166,122,117)
#966E6A
(150,110,106)
#86625F
(134,98,95)
#765654
(118,86,84)
#664A49
(102,74,73)
#563E3E
(86,62,62)
#463233
(70,50,51)
#362628
(54,38,40)
#261A1D
(38,26,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #B68680

#B68680
(182,134,128)
#BC918B
(188,145,139)
#C29C96
(194,156,150)
#C8A7A1
(200,167,161)
#CEB2AC
(206,178,172)
#D4BDB7
(212,189,183)
#DAC8C2
(218,200,194)
#E0D3CD
(224,211,205)
#E6DED8
(230,222,216)
#ECE9E3
(236,233,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68680; }

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

This text font color is #B68680.


Background Color

.myBgColor { background-color: #B68680; }

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

This div background color is #B68680.


Border color

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

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

This div border color is #B68680.


Opacity

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

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

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

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

This text has shadow with #B68680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68680 on black background.


Color preview on white background

This text has color #B68680 on white background.



Black color preview on #B68680 background

This text has black color on #B68680 background.


White color preview on #B68680 background

This text has white color on #B68680 background.