COLOR #B8A56F

HEX: #B8A56F
RGB: (184,165,111)

Color info

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

RGB color model

#B8A56F color RGB value is (184,165,111).

  • red value is 184;
  • green value is 165;
  • blue value is 111.
RGB:
(184,165,111)
(72%,65%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 111 of 255 = 44%

184
165
111

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

Portions of RGB colors in percentages

R + G + B =
184 + 165 + 111 = 460 (100%)
R 184 of 460 ~ 40%
G 165 of 460 ~ 35.87%
B 111 of 460 ~ 24.13%

%40
%35.87
%24.13

CMYK color model

#B8A56F color CMYK value is (0,10,40,28).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 39.67%
  • key color value is 27.84%
CMYK:
(0,10,40,28)
C0M10Y40K28 
(0%,10%,40%,28%)
(0.00/0.10/0.40/0.28)	

CMYK percentages

%0
%10.33
%39.67
%27.84

Codes

Color #B8A56F in popluar color models

B8A56F
RGB184165111
HSL44°33.95%57.84%
HSB/HSV44°39.67%72.16%
CMYK0.00%10.33%39.67%
27.84%

Color #B8A56F in popluar number systems.

HEXB8A56F
Decimal184165111
Binary10111000101001011101111
Octal270245157

Shades and tints

Shades of #B8A56F

#B8A56F
(184,165,111)
#A89665
(168,150,101)
#98875B
(152,135,91)
#887851
(136,120,81)
#786947
(120,105,71)
#685A3D
(104,90,61)
#584B33
(88,75,51)
#483C29
(72,60,41)
#382D1F
(56,45,31)
#281E15
(40,30,21)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #B8A56F

#B8A56F
(184,165,111)
#BEAD7C
(190,173,124)
#C4B589
(196,181,137)
#CABD96
(202,189,150)
#D0C5A3
(208,197,163)
#D6CDB0
(214,205,176)
#DCD5BD
(220,213,189)
#E2DDCA
(226,221,202)
#E8E5D7
(232,229,215)
#EEEDE4
(238,237,228)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A56F color. Also use rgb(184,165,111) instead hex code.

Text Font Color

.myTextColor { color: #B8A56F; }

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

This text font color is #B8A56F.


Background Color

.myBgColor { background-color: #B8A56F; }

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

This div background color is #B8A56F.


Border color

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

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

This div border color is #B8A56F.


Opacity

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

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

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

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

This text has shadow with #B8A56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A56F on black background.


Color preview on white background

This text has color #B8A56F on white background.



Black color preview on #B8A56F background

This text has black color on #B8A56F background.


White color preview on #B8A56F background

This text has white color on #B8A56F background.