COLOR #B69819

HEX: #B69819
RGB: (182,152,25)

Color info

#B69819 contains mainly red and green colors. Web safe color of #B69819 is #CC9900 (or #C90).

RGB color model

#B69819 color RGB value is (182,152,25).

  • red value is 182;
  • green value is 152;
  • blue value is 25.
RGB:
(182,152,25)
(71%,60%,10%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 25 of 255 = 10%

182
152
25

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

Portions of RGB colors in percentages

R + G + B =
182 + 152 + 25 = 359 (100%)
R 182 of 359 ~ 50.7%
G 152 of 359 ~ 42.34%
B 25 of 359 ~ 6.96%

%50.7
%42.34

CMYK color model

#B69819 color CMYK value is (0,16,86,29).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 86.26%
  • key color value is 28.63%
CMYK:
(0,16,86,29)
C0M16Y86K29 
(0%,16%,86%,29%)
(0.00/0.16/0.86/0.29)	

CMYK percentages

%0
%16.48
%86.26
%28.63

Codes

Color #B69819 in popluar color models

B69819
RGB18215225
HSL49°75.85%40.59%
HSB/HSV49°86.26%71.37%
CMYK0.00%16.48%86.26%
28.63%

Color #B69819 in popluar number systems.

HEXB69819
Decimal18215225
Binary101101101001100011001
Octal26623031

Shades and tints

Shades of #B69819

#B69819
(182,152,25)
#A68B17
(166,139,23)
#967E15
(150,126,21)
#867113
(134,113,19)
#766411
(118,100,17)
#66570F
(102,87,15)
#564A0D
(86,74,13)
#463D0B
(70,61,11)
#363009
(54,48,9)
#262307
(38,35,7)
#161605
(22,22,5)
#000000
(0,0,0)

Tints of #B69819

#B69819
(182,152,25)
#BCA12D
(188,161,45)
#C2AA41
(194,170,65)
#C8B355
(200,179,85)
#CEBC69
(206,188,105)
#D4C57D
(212,197,125)
#DACE91
(218,206,145)
#E0D7A5
(224,215,165)
#E6E0B9
(230,224,185)
#ECE9CD
(236,233,205)
#F2F2E1
(242,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69819 color. Also use rgb(182,152,25) instead hex code.

Text Font Color

.myTextColor { color: #B69819; }

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

This text font color is #B69819.


Background Color

.myBgColor { background-color: #B69819; }

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

This div background color is #B69819.


Border color

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

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

This div border color is #B69819.


Opacity

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

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

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

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

This text has shadow with #B69819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69819 on black background.


Color preview on white background

This text has color #B69819 on white background.



Black color preview on #B69819 background

This text has black color on #B69819 background.


White color preview on #B69819 background

This text has white color on #B69819 background.