COLOR #B69F62

HEX: #B69F62
RGB: (182,159,98)

Color info

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

RGB color model

#B69F62 color RGB value is (182,159,98).

  • red value is 182;
  • green value is 159;
  • blue value is 98.
RGB:
(182,159,98)
(71%,62%,38%)

RGB channels and saturation

R 182 of 255 = 71%
G 159 of 255 = 62%
B 98 of 255 = 38%

182
159
98

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

Portions of RGB colors in percentages

R + G + B =
182 + 159 + 98 = 439 (100%)
R 182 of 439 ~ 41.46%
G 159 of 439 ~ 36.22%
B 98 of 439 ~ 22.32%

%41.46
%36.22
%22.32

CMYK color model

#B69F62 color CMYK value is (0,13,46,29).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 46.15%
  • key color value is 28.63%
CMYK:
(0,13,46,29)
C0M13Y46K29 
(0%,13%,46%,29%)
(0.00/0.13/0.46/0.29)	

CMYK percentages

%0
%12.64
%46.15
%28.63

Codes

Color #B69F62 in popluar color models

B69F62
RGB18215998
HSL44°36.52%54.90%
HSB/HSV44°46.15%71.37%
CMYK0.00%12.64%46.15%
28.63%

Color #B69F62 in popluar number systems.

HEXB69F62
Decimal18215998
Binary10110110100111111100010
Octal266237142

Shades and tints

Shades of #B69F62

#B69F62
(182,159,98)
#A6915A
(166,145,90)
#968352
(150,131,82)
#86754A
(134,117,74)
#766742
(118,103,66)
#66593A
(102,89,58)
#564B32
(86,75,50)
#463D2A
(70,61,42)
#362F22
(54,47,34)
#26211A
(38,33,26)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B69F62

#B69F62
(182,159,98)
#BCA770
(188,167,112)
#C2AF7E
(194,175,126)
#C8B78C
(200,183,140)
#CEBF9A
(206,191,154)
#D4C7A8
(212,199,168)
#DACFB6
(218,207,182)
#E0D7C4
(224,215,196)
#E6DFD2
(230,223,210)
#ECE7E0
(236,231,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69F62 color. Also use rgb(182,159,98) instead hex code.

Text Font Color

.myTextColor { color: #B69F62; }

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

This text font color is #B69F62.


Background Color

.myBgColor { background-color: #B69F62; }

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

This div background color is #B69F62.


Border color

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

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

This div border color is #B69F62.


Opacity

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

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

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

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

This text has shadow with #B69F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69F62 on black background.


Color preview on white background

This text has color #B69F62 on white background.



Black color preview on #B69F62 background

This text has black color on #B69F62 background.


White color preview on #B69F62 background

This text has white color on #B69F62 background.