COLOR #B69E7F

HEX: #B69E7F
RGB: (182,158,127)

Color info

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

RGB color model

#B69E7F color RGB value is (182,158,127).

  • red value is 182;
  • green value is 158;
  • blue value is 127.
RGB:
(182,158,127)
(71%,62%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 127 of 255 = 50%

182
158
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 158 + 127 = 467 (100%)
R 182 of 467 ~ 38.97%
G 158 of 467 ~ 33.83%
B 127 of 467 ~ 27.19%

%38.97
%33.83
%27.19

CMYK color model

#B69E7F color CMYK value is (0,13,30,29).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(0,13,30,29)
C0M13Y30K29 
(0%,13%,30%,29%)
(0.00/0.13/0.30/0.29)	

CMYK percentages

%0
%13.19
%30.22
%28.63

Codes

Color #B69E7F in popluar color models

B69E7F
RGB182158127
HSL34°27.36%60.59%
HSB/HSV34°30.22%71.37%
CMYK0.00%13.19%30.22%
28.63%

Color #B69E7F in popluar number systems.

HEXB69E7F
Decimal182158127
Binary10110110100111101111111
Octal266236177

Shades and tints

Shades of #B69E7F

#B69E7F
(182,158,127)
#A69074
(166,144,116)
#968269
(150,130,105)
#86745E
(134,116,94)
#766653
(118,102,83)
#665848
(102,88,72)
#564A3D
(86,74,61)
#463C32
(70,60,50)
#362E27
(54,46,39)
#26201C
(38,32,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B69E7F

#B69E7F
(182,158,127)
#BCA68A
(188,166,138)
#C2AE95
(194,174,149)
#C8B6A0
(200,182,160)
#CEBEAB
(206,190,171)
#D4C6B6
(212,198,182)
#DACEC1
(218,206,193)
#E0D6CC
(224,214,204)
#E6DED7
(230,222,215)
#ECE6E2
(236,230,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69E7F color. Also use rgb(182,158,127) instead hex code.

Text Font Color

.myTextColor { color: #B69E7F; }

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

This text font color is #B69E7F.


Background Color

.myBgColor { background-color: #B69E7F; }

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

This div background color is #B69E7F.


Border color

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

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

This div border color is #B69E7F.


Opacity

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

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

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

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

This text has shadow with #B69E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69E7F on black background.


Color preview on white background

This text has color #B69E7F on white background.



Black color preview on #B69E7F background

This text has black color on #B69E7F background.


White color preview on #B69E7F background

This text has white color on #B69E7F background.