COLOR #B9A265

HEX: #B9A265 RGB: (185,162,101)

Color info

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

RGB color model

#B9A265 color RGB value is (185,162,101).

RGB: (185,162,101) (73%, 64%, 40%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 101 of 255 = 40%

185
162
101

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

Portions of RGB colors in percentages

R + G + B = 185 + 162 + 101 = 448 (100%)
R 185 of 448 ~ 41.29%
G 162 of 448 ~ 36.16%
B 101 of 448 ~ 22.54'%

%41.29
%36.16
%22.54

CMYK color model

#B9A265 color CMYK value is (0,12,45,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 45.41%
  • key color value is 27.45%

CMYK: (0,12,45,27)
C0M12Y45K27 (0%, 12%, 45%, 27%)
(0.00 / 0.12 / 0.45 / 0.27)

CMYK percentages

%0
%12.43
%45.41
%27.45

Codes

Color #B9A265 in popluar color models

B9 A2 65
RGB 185 162 101
HSL 44° 37.50% 56.08%
HSB/HSV 44° 45.41% 72.55%
CMYK 0.00% 12.43% 45.41%
27.45%

Color #B9A265 in popluar number systems.

HEX B9 A2 65
Decimal 185 162 101
Binary 10111001 10100010 1100101
Octal 271 242 145

Shades and tints

Shades of #B9A265

#B9A265
(185,162,101)
#A9945C
(169,148,92)
#998653
(153,134,83)
#89784A
(137,120,74)
#796A41
(121,106,65)
#695C38
(105,92,56)
#594E2F
(89,78,47)
#494026
(73,64,38)
#39321D
(57,50,29)
#292414
(41,36,20)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #B9A265

#B9A265
(185,162,101)
#BFAA73
(191,170,115)
#C5B281
(197,178,129)
#CBBA8F
(203,186,143)
#D1C29D
(209,194,157)
#D7CAAB
(215,202,171)
#DDD2B9
(221,210,185)
#E3DAC7
(227,218,199)
#E9E2D5
(233,226,213)
#EFEAE3
(239,234,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A265 color. Also use rgb(185,162,101) instead hex code.

Text Font Color

.myTextColor { color: #B9A265; }

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

This text font color is #B9A265.

Background Color

.myBgColor { background-color: #B9A265; }

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

This div background color is #B9A265.

Border color

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

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

This div border color is #B9A265.

Opacity

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

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

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

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

This text has shadow with #B9A265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A265.

Preview

Color preview on black background

This text has color #B9A265 on black background.


Color preview on white background

This text has color #B9A265 on white background.


Black color preview on #B9A265 background

This text has black color on #B9A265 background.


White color preview on #B9A265 background

This text has white color on #B9A265 background.


Related colors

Complementary color

Complementary color for #hex is #465D9A.


I love getcolorcode.com

Triadic colors

1 #65B9A2 and #A265B9 with #B9A265 are triadic colors.

2 #65A2B9 and #A2B965 with #B9A265 are triadic colors.