COLOR #B69D80

HEX: #B69D80 RGB: (182,157,128)

Color info

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

RGB color model

#B69D80 color RGB value is (182,157,128).

RGB: (182,157,128) (71%, 62%, 50%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 128 of 255 = 50%

182
157
128

R + G + B ~ 61%. #B69D80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 157 + 128 = 467 (100%)
R 182 of 467 ~ 38.97%
G 157 of 467 ~ 33.62%
B 128 of 467 ~ 27.41'%

%38.97
%33.62
%27.41

CMYK color model

#B69D80 color CMYK value is (0,14,30,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 29.67%
  • key color value is 28.63%

CMYK: (0,14,30,29)
C0M14Y30K29 (0%, 14%, 30%, 29%)
(0.00 / 0.14 / 0.30 / 0.29)

CMYK percentages

%0
%13.74
%29.67
%28.63

Codes

Color #B69D80 in popluar color models

B6 9D 80
RGB 182 157 128
HSL 32° 27.00% 60.78%
HSB/HSV 32° 29.67% 71.37%
CMYK 0.00% 13.74% 29.67%
28.63%

Color #B69D80 in popluar number systems.

HEX B6 9D 80
Decimal 182 157 128
Binary 10110110 10011101 10000000
Octal 266 235 200

Shades and tints

Shades of #B69D80

#B69D80
(182,157,128)
#A68F75
(166,143,117)
#96816A
(150,129,106)
#86735F
(134,115,95)
#766554
(118,101,84)
#665749
(102,87,73)
#56493E
(86,73,62)
#463B33
(70,59,51)
#362D28
(54,45,40)
#261F1D
(38,31,29)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #B69D80

#B69D80
(182,157,128)
#BCA58B
(188,165,139)
#C2AD96
(194,173,150)
#C8B5A1
(200,181,161)
#CEBDAC
(206,189,172)
#D4C5B7
(212,197,183)
#DACDC2
(218,205,194)
#E0D5CD
(224,213,205)
#E6DDD8
(230,221,216)
#ECE5E3
(236,229,227)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69D80; }

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

This text font color is #B69D80.

Background Color

.myBgColor { background-color: #B69D80; }

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

This div background color is #B69D80.

Border color

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

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

This div border color is #B69D80.

Opacity

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

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

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

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

This text has shadow with #B69D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69D80.

Preview

Color preview on black background

This text has color #B69D80 on black background.


Color preview on white background

This text has color #B69D80 on white background.


Black color preview on #B69D80 background

This text has black color on #B69D80 background.


White color preview on #B69D80 background

This text has white color on #B69D80 background.


Related colors

Complementary color

Complementary color for #hex is #49627F.


I love getcolorcode.com

Triadic colors

1 #80B69D and #9D80B6 with #B69D80 are triadic colors.

2 #809DB6 and #9DB680 with #B69D80 are triadic colors.