COLOR #B69A7E

HEX: #B69A7E
RGB: (182,154,126)

Color info

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

RGB color model

#B69A7E color RGB value is (182,154,126).

  • red value is 182;
  • green value is 154;
  • blue value is 126.
RGB:
(182,154,126)
(71%,60%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 154 of 255 = 60%
B 126 of 255 = 49%

182
154
126

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

Portions of RGB colors in percentages

R + G + B =
182 + 154 + 126 = 462 (100%)
R 182 of 462 ~ 39.39%
G 154 of 462 ~ 33.33%
B 126 of 462 ~ 27.27%

%39.39
%33.33
%27.27

CMYK color model

#B69A7E color CMYK value is (0,15,31,29).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 30.77%
  • key color value is 28.63%
CMYK:
(0,15,31,29)
C0M15Y31K29 
(0%,15%,31%,29%)
(0.00/0.15/0.31/0.29)	

CMYK percentages

%0
%15.38
%30.77
%28.63

Codes

Color #B69A7E in popluar color models

B69A7E
RGB182154126
HSL30°27.72%60.39%
HSB/HSV30°30.77%71.37%
CMYK0.00%15.38%30.77%
28.63%

Color #B69A7E in popluar number systems.

HEXB69A7E
Decimal182154126
Binary10110110100110101111110
Octal266232176

Shades and tints

Shades of #B69A7E

#B69A7E
(182,154,126)
#A68C73
(166,140,115)
#967E68
(150,126,104)
#86705D
(134,112,93)
#766252
(118,98,82)
#665447
(102,84,71)
#56463C
(86,70,60)
#463831
(70,56,49)
#362A26
(54,42,38)
#261C1B
(38,28,27)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #B69A7E

#B69A7E
(182,154,126)
#BCA389
(188,163,137)
#C2AC94
(194,172,148)
#C8B59F
(200,181,159)
#CEBEAA
(206,190,170)
#D4C7B5
(212,199,181)
#DAD0C0
(218,208,192)
#E0D9CB
(224,217,203)
#E6E2D6
(230,226,214)
#ECEBE1
(236,235,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69A7E color. Also use rgb(182,154,126) instead hex code.

Text Font Color

.myTextColor { color: #B69A7E; }

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

This text font color is #B69A7E.


Background Color

.myBgColor { background-color: #B69A7E; }

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

This div background color is #B69A7E.


Border color

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

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

This div border color is #B69A7E.


Opacity

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

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

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

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

This text has shadow with #B69A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69A7E on black background.


Color preview on white background

This text has color #B69A7E on white background.



Black color preview on #B69A7E background

This text has black color on #B69A7E background.


White color preview on #B69A7E background

This text has white color on #B69A7E background.