COLOR #B69976

HEX: #B69976
RGB: (182,153,118)

Color info

#B69976 contains mainly red and green colors. Web safe color of #B69976 is #CC9966 (or #C96).

RGB color model

#B69976 color RGB value is (182,153,118).

  • red value is 182;
  • green value is 153;
  • blue value is 118.
RGB:
(182,153,118)
(71%,60%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 118 of 255 = 46%

182
153
118

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 118 = 453 (100%)
R 182 of 453 ~ 40.18%
G 153 of 453 ~ 33.77%
B 118 of 453 ~ 26.05%

%40.18
%33.77
%26.05

CMYK color model

#B69976 color CMYK value is (0,16,35,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(0,16,35,29)
C0M16Y35K29 
(0%,16%,35%,29%)
(0.00/0.16/0.35/0.29)	

CMYK percentages

%0
%15.93
%35.16
%28.63

Codes

Color #B69976 in popluar color models

B69976
RGB182153118
HSL33°30.48%58.82%
HSB/HSV33°35.16%71.37%
CMYK0.00%15.93%35.16%
28.63%

Color #B69976 in popluar number systems.

HEXB69976
Decimal182153118
Binary10110110100110011110110
Octal266231166

Shades and tints

Shades of #B69976

#B69976
(182,153,118)
#A68C6C
(166,140,108)
#967F62
(150,127,98)
#867258
(134,114,88)
#76654E
(118,101,78)
#665844
(102,88,68)
#564B3A
(86,75,58)
#463E30
(70,62,48)
#363126
(54,49,38)
#26241C
(38,36,28)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B69976

#B69976
(182,153,118)
#BCA282
(188,162,130)
#C2AB8E
(194,171,142)
#C8B49A
(200,180,154)
#CEBDA6
(206,189,166)
#D4C6B2
(212,198,178)
#DACFBE
(218,207,190)
#E0D8CA
(224,216,202)
#E6E1D6
(230,225,214)
#ECEAE2
(236,234,226)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69976 color. Also use rgb(182,153,118) instead hex code.

Text Font Color

.myTextColor { color: #B69976; }

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

This text font color is #B69976.


Background Color

.myBgColor { background-color: #B69976; }

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

This div background color is #B69976.


Border color

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

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

This div border color is #B69976.


Opacity

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

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

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

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

This text has shadow with #B69976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69976 on black background.


Color preview on white background

This text has color #B69976 on white background.



Black color preview on #B69976 background

This text has black color on #B69976 background.


White color preview on #B69976 background

This text has white color on #B69976 background.