COLOR #B69D81

HEX: #B69D81
RGB: (182,157,129)

Color info

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

RGB color model

#B69D81 color RGB value is (182,157,129).

  • red value is 182;
  • green value is 157;
  • blue value is 129.
RGB:
(182,157,129)
(71%,62%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 129 of 255 = 51%

182
157
129

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

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 129 = 468 (100%)
R 182 of 468 ~ 38.89%
G 157 of 468 ~ 33.55%
B 129 of 468 ~ 27.56%

%38.89
%33.55
%27.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(0,14,29,29)
C0M14Y29K29 
(0%,14%,29%,29%)
(0.00/0.14/0.29/0.29)	

CMYK percentages

%0
%13.74
%29.12
%28.63

Codes

Color #B69D81 in popluar color models

B69D81
RGB182157129
HSL32°26.63%60.98%
HSB/HSV32°29.12%71.37%
CMYK0.00%13.74%29.12%
28.63%

Color #B69D81 in popluar number systems.

HEXB69D81
Decimal182157129
Binary101101101001110110000001
Octal266235201

Shades and tints

Shades of #B69D81

#B69D81
(182,157,129)
#A68F76
(166,143,118)
#96816B
(150,129,107)
#867360
(134,115,96)
#766555
(118,101,85)
#66574A
(102,87,74)
#56493F
(86,73,63)
#463B34
(70,59,52)
#362D29
(54,45,41)
#261F1E
(38,31,30)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B69D81

#B69D81
(182,157,129)
#BCA58C
(188,165,140)
#C2AD97
(194,173,151)
#C8B5A2
(200,181,162)
#CEBDAD
(206,189,173)
#D4C5B8
(212,197,184)
#DACDC3
(218,205,195)
#E0D5CE
(224,213,206)
#E6DDD9
(230,221,217)
#ECE5E4
(236,229,228)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69D81; }

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

This text font color is #B69D81.


Background Color

.myBgColor { background-color: #B69D81; }

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

This div background color is #B69D81.


Border color

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

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

This div border color is #B69D81.


Opacity

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

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

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

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

This text has shadow with #B69D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69D81 on black background.


Color preview on white background

This text has color #B69D81 on white background.



Black color preview on #B69D81 background

This text has black color on #B69D81 background.


White color preview on #B69D81 background

This text has white color on #B69D81 background.