COLOR #B69680

HEX: #B69680
RGB: (182,150,128)

Color info

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

RGB color model

#B69680 color RGB value is (182,150,128).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 128 of 255 = 50%

182
150
128

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 128 = 460 (100%)
R 182 of 460 ~ 39.57%
G 150 of 460 ~ 32.61%
B 128 of 460 ~ 27.83%

%39.57
%32.61
%27.83

CMYK color model

#B69680 color CMYK value is (0,18,30,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(0,18,30,29)
C0M18Y30K29 
(0%,18%,30%,29%)
(0.00/0.18/0.30/0.29)	

CMYK percentages

%0
%17.58
%29.67
%28.63

Codes

Color #B69680 in popluar color models

B69680
RGB182150128
HSL24°27.00%60.78%
HSB/HSV24°29.67%71.37%
CMYK0.00%17.58%29.67%
28.63%

Color #B69680 in popluar number systems.

HEXB69680
Decimal182150128
Binary101101101001011010000000
Octal266226200

Shades and tints

Shades of #B69680

#B69680
(182,150,128)
#A68975
(166,137,117)
#967C6A
(150,124,106)
#866F5F
(134,111,95)
#766254
(118,98,84)
#665549
(102,85,73)
#56483E
(86,72,62)
#463B33
(70,59,51)
#362E28
(54,46,40)
#26211D
(38,33,29)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B69680

#B69680
(182,150,128)
#BC9F8B
(188,159,139)
#C2A896
(194,168,150)
#C8B1A1
(200,177,161)
#CEBAAC
(206,186,172)
#D4C3B7
(212,195,183)
#DACCC2
(218,204,194)
#E0D5CD
(224,213,205)
#E6DED8
(230,222,216)
#ECE7E3
(236,231,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69680; }

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

This text font color is #B69680.


Background Color

.myBgColor { background-color: #B69680; }

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

This div background color is #B69680.


Border color

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

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

This div border color is #B69680.


Opacity

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

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

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

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

This text has shadow with #B69680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69680 on black background.


Color preview on white background

This text has color #B69680 on white background.



Black color preview on #B69680 background

This text has black color on #B69680 background.


White color preview on #B69680 background

This text has white color on #B69680 background.