COLOR #B5AE6D

HEX: #B5AE6D RGB: (181,174,109)

Color info

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

RGB color model

#B5AE6D color RGB value is (181,174,109).

RGB: (181,174,109) (71%, 68%, 43%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 109 of 255 = 43%

181
174
109

R + G + B ~ 61%. #B5AE6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 174 + 109 = 464 (100%)
R 181 of 464 ~ 39.01%
G 174 of 464 ~ 37.5%
B 109 of 464 ~ 23.49'%

%39.01
%37.5
%23.49

CMYK color model

#B5AE6D color CMYK value is (0,4,40,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 39.78%
  • key color value is 29.02%

CMYK: (0,4,40,29)
C0M4Y40K29 (0%, 4%, 40%, 29%)
(0.00 / 0.04 / 0.40 / 0.29)

CMYK percentages

%0
%3.87
%39.78
%29.02

Codes

Color #B5AE6D in popluar color models

B5 AE 6D
RGB 181 174 109
HSL 54° 32.73% 56.86%
HSB/HSV 54° 39.78% 70.98%
CMYK 0.00% 3.87% 39.78%
29.02%

Color #B5AE6D in popluar number systems.

HEX B5 AE 6D
Decimal 181 174 109
Binary 10110101 10101110 1101101
Octal 265 256 155

Shades and tints

Shades of #B5AE6D

#B5AE6D
(181,174,109)
#A59F64
(165,159,100)
#95905B
(149,144,91)
#858152
(133,129,82)
#757249
(117,114,73)
#656340
(101,99,64)
#555437
(85,84,55)
#45452E
(69,69,46)
#353625
(53,54,37)
#25271C
(37,39,28)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #B5AE6D

#B5AE6D
(181,174,109)
#BBB57A
(187,181,122)
#C1BC87
(193,188,135)
#C7C394
(199,195,148)
#CDCAA1
(205,202,161)
#D3D1AE
(211,209,174)
#D9D8BB
(217,216,187)
#DFDFC8
(223,223,200)
#E5E6D5
(229,230,213)
#EBEDE2
(235,237,226)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AE6D color. Also use rgb(181,174,109) instead hex code.

Text Font Color

.myTextColor { color: #B5AE6D; }

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

This text font color is #B5AE6D.

Background Color

.myBgColor { background-color: #B5AE6D; }

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

This div background color is #B5AE6D.

Border color

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

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

This div border color is #B5AE6D.

Opacity

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

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

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

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

This text has shadow with #B5AE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AE6D.

Preview

Color preview on black background

This text has color #B5AE6D on black background.


Color preview on white background

This text has color #B5AE6D on white background.


Black color preview on #B5AE6D background

This text has black color on #B5AE6D background.


White color preview on #B5AE6D background

This text has white color on #B5AE6D background.


Related colors

Complementary color

Complementary color for #hex is #4A5192.


I love getcolorcode.com

Triadic colors

1 #6DB5AE and #AE6DB5 with #B5AE6D are triadic colors.

2 #6DAEB5 and #AEB56D with #B5AE6D are triadic colors.