COLOR #B69814

HEX: #B69814
RGB: (182,152,20)

Color info

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

RGB color model

#B69814 color RGB value is (182,152,20).

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

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 20 of 255 = 8%

182
152
20

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

Portions of RGB colors in percentages

R + G + B =
182 + 152 + 20 = 354 (100%)
R 182 of 354 ~ 51.41%
G 152 of 354 ~ 42.94%
B 20 of 354 ~ 5.65%

%51.41
%42.94

CMYK color model

#B69814 color CMYK value is (0,16,89,29).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 89.01%
  • key color value is 28.63%
CMYK:
(0,16,89,29)
C0M16Y89K29 
(0%,16%,89%,29%)
(0.00/0.16/0.89/0.29)	

CMYK percentages

%0
%16.48
%89.01
%28.63

Codes

Color #B69814 in popluar color models

B69814
RGB18215220
HSL49°80.20%39.61%
HSB/HSV49°89.01%71.37%
CMYK0.00%16.48%89.01%
28.63%

Color #B69814 in popluar number systems.

HEXB69814
Decimal18215220
Binary101101101001100010100
Octal26623024

Shades and tints

Shades of #B69814

#B69814
(182,152,20)
#A68B13
(166,139,19)
#967E12
(150,126,18)
#867111
(134,113,17)
#766410
(118,100,16)
#66570F
(102,87,15)
#564A0E
(86,74,14)
#463D0D
(70,61,13)
#36300C
(54,48,12)
#26230B
(38,35,11)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #B69814

#B69814
(182,152,20)
#BCA129
(188,161,41)
#C2AA3E
(194,170,62)
#C8B353
(200,179,83)
#CEBC68
(206,188,104)
#D4C57D
(212,197,125)
#DACE92
(218,206,146)
#E0D7A7
(224,215,167)
#E6E0BC
(230,224,188)
#ECE9D1
(236,233,209)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69814; }

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

This text font color is #B69814.


Background Color

.myBgColor { background-color: #B69814; }

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

This div background color is #B69814.


Border color

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

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

This div border color is #B69814.


Opacity

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

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

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

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

This text has shadow with #B69814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69814 on black background.


Color preview on white background

This text has color #B69814 on white background.



Black color preview on #B69814 background

This text has black color on #B69814 background.


White color preview on #B69814 background

This text has white color on #B69814 background.