COLOR #B6A038

HEX: #B6A038
RGB: (182,160,56)

Color info

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

RGB color model

#B6A038 color RGB value is (182,160,56).

  • red value is 182;
  • green value is 160;
  • blue value is 56.
RGB:
(182,160,56)
(71%,63%,22%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 56 of 255 = 22%

182
160
56

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

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 56 = 398 (100%)
R 182 of 398 ~ 45.73%
G 160 of 398 ~ 40.2%
B 56 of 398 ~ 14.07%

%45.73
%40.2
%14.07

CMYK color model

#B6A038 color CMYK value is (0,12,69,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 69.23%
  • key color value is 28.63%
CMYK:
(0,12,69,29)
C0M12Y69K29 
(0%,12%,69%,29%)
(0.00/0.12/0.69/0.29)	

CMYK percentages

%0
%12.09
%69.23
%28.63

Codes

Color #B6A038 in popluar color models

B6A038
RGB18216056
HSL50°52.94%46.67%
HSB/HSV50°69.23%71.37%
CMYK0.00%12.09%69.23%
28.63%

Color #B6A038 in popluar number systems.

HEXB6A038
Decimal18216056
Binary1011011010100000111000
Octal26624070

Shades and tints

Shades of #B6A038

#B6A038
(182,160,56)
#A69233
(166,146,51)
#96842E
(150,132,46)
#867629
(134,118,41)
#766824
(118,104,36)
#665A1F
(102,90,31)
#564C1A
(86,76,26)
#463E15
(70,62,21)
#363010
(54,48,16)
#26220B
(38,34,11)
#161406
(22,20,6)
#000000
(0,0,0)

Tints of #B6A038

#B6A038
(182,160,56)
#BCA84A
(188,168,74)
#C2B05C
(194,176,92)
#C8B86E
(200,184,110)
#CEC080
(206,192,128)
#D4C892
(212,200,146)
#DAD0A4
(218,208,164)
#E0D8B6
(224,216,182)
#E6E0C8
(230,224,200)
#ECE8DA
(236,232,218)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A038 color. Also use rgb(182,160,56) instead hex code.

Text Font Color

.myTextColor { color: #B6A038; }

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

This text font color is #B6A038.


Background Color

.myBgColor { background-color: #B6A038; }

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

This div background color is #B6A038.


Border color

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

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

This div border color is #B6A038.


Opacity

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

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

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

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

This text has shadow with #B6A038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A038 on black background.


Color preview on white background

This text has color #B6A038 on white background.



Black color preview on #B6A038 background

This text has black color on #B6A038 background.


White color preview on #B6A038 background

This text has white color on #B6A038 background.