COLOR #B69C5E

HEX: #B69C5E
RGB: (182,156,94)

Color info

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

RGB color model

#B69C5E color RGB value is (182,156,94).

  • red value is 182;
  • green value is 156;
  • blue value is 94.
RGB:
(182,156,94)
(71%,61%,37%)

RGB channels and saturation

R 182 of 255 = 71%
G 156 of 255 = 61%
B 94 of 255 = 37%

182
156
94

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

Portions of RGB colors in percentages

R + G + B =
182 + 156 + 94 = 432 (100%)
R 182 of 432 ~ 42.13%
G 156 of 432 ~ 36.11%
B 94 of 432 ~ 21.76%

%42.13
%36.11
%21.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(0,14,48,29)
C0M14Y48K29 
(0%,14%,48%,29%)
(0.00/0.14/0.48/0.29)	

CMYK percentages

%0
%14.29
%48.35
%28.63

Codes

Color #B69C5E in popluar color models

B69C5E
RGB18215694
HSL42°37.61%54.12%
HSB/HSV42°48.35%71.37%
CMYK0.00%14.29%48.35%
28.63%

Color #B69C5E in popluar number systems.

HEXB69C5E
Decimal18215694
Binary10110110100111001011110
Octal266234136

Shades and tints

Shades of #B69C5E

#B69C5E
(182,156,94)
#A68E56
(166,142,86)
#96804E
(150,128,78)
#867246
(134,114,70)
#76643E
(118,100,62)
#665636
(102,86,54)
#56482E
(86,72,46)
#463A26
(70,58,38)
#362C1E
(54,44,30)
#261E16
(38,30,22)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B69C5E

#B69C5E
(182,156,94)
#BCA56C
(188,165,108)
#C2AE7A
(194,174,122)
#C8B788
(200,183,136)
#CEC096
(206,192,150)
#D4C9A4
(212,201,164)
#DAD2B2
(218,210,178)
#E0DBC0
(224,219,192)
#E6E4CE
(230,228,206)
#ECEDDC
(236,237,220)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69C5E color. Also use rgb(182,156,94) instead hex code.

Text Font Color

.myTextColor { color: #B69C5E; }

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

This text font color is #B69C5E.


Background Color

.myBgColor { background-color: #B69C5E; }

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

This div background color is #B69C5E.


Border color

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

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

This div border color is #B69C5E.


Opacity

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

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

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

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

This text has shadow with #B69C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69C5E on black background.


Color preview on white background

This text has color #B69C5E on white background.



Black color preview on #B69C5E background

This text has black color on #B69C5E background.


White color preview on #B69C5E background

This text has white color on #B69C5E background.