COLOR #B6994A

HEX: #B6994A
RGB: (182,153,74)

Color info

#B6994A contains mainly red and green colors. Web safe color of #B6994A is #CC9933 (or #C93).

RGB color model

#B6994A color RGB value is (182,153,74).

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

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 74 of 255 = 29%

182
153
74

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 74 = 409 (100%)
R 182 of 409 ~ 44.5%
G 153 of 409 ~ 37.41%
B 74 of 409 ~ 18.09%

%44.5
%37.41
%18.09

CMYK color model

#B6994A color CMYK value is (0,16,59,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK:
(0,16,59,29)
C0M16Y59K29 
(0%,16%,59%,29%)
(0.00/0.16/0.59/0.29)	

CMYK percentages

%0
%15.93
%59.34
%28.63

Codes

Color #B6994A in popluar color models

B6994A
RGB18215374
HSL44°42.52%50.20%
HSB/HSV44°59.34%71.37%
CMYK0.00%15.93%59.34%
28.63%

Color #B6994A in popluar number systems.

HEXB6994A
Decimal18215374
Binary10110110100110011001010
Octal266231112

Shades and tints

Shades of #B6994A

#B6994A
(182,153,74)
#A68C44
(166,140,68)
#967F3E
(150,127,62)
#867238
(134,114,56)
#766532
(118,101,50)
#66582C
(102,88,44)
#564B26
(86,75,38)
#463E20
(70,62,32)
#36311A
(54,49,26)
#262414
(38,36,20)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #B6994A

#B6994A
(182,153,74)
#BCA25A
(188,162,90)
#C2AB6A
(194,171,106)
#C8B47A
(200,180,122)
#CEBD8A
(206,189,138)
#D4C69A
(212,198,154)
#DACFAA
(218,207,170)
#E0D8BA
(224,216,186)
#E6E1CA
(230,225,202)
#ECEADA
(236,234,218)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6994A; }

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

This text font color is #B6994A.


Background Color

.myBgColor { background-color: #B6994A; }

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

This div background color is #B6994A.


Border color

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

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

This div border color is #B6994A.


Opacity

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

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

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

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

This text has shadow with #B6994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6994A on black background.


Color preview on white background

This text has color #B6994A on white background.



Black color preview on #B6994A background

This text has black color on #B6994A background.


White color preview on #B6994A background

This text has white color on #B6994A background.