COLOR #B5A68F

HEX: #B5A68F RGB: (181,166,143)

Color info

#B5A68F contains red, green and blue colors in about the same proportion. Web safe color of #B5A68F is #CC9999 (or #C99).

RGB color model

#B5A68F color RGB value is (181,166,143).

RGB: (181,166,143) (71%, 65%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 166 of 255 = 65%
B 143 of 255 = 56%

181
166
143

R + G + B ~ 64%. #B5A68F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 166 + 143 = 490 (100%)
R 181 of 490 ~ 36.94%
G 166 of 490 ~ 33.88%
B 143 of 490 ~ 29.18'%

%36.94
%33.88
%29.18

CMYK color model

#B5A68F color CMYK value is (0,8,21,29).

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 20.99%
  • key color value is 29.02%

CMYK: (0,8,21,29)
C0M8Y21K29 (0%, 8%, 21%, 29%)
(0.00 / 0.08 / 0.21 / 0.29)

CMYK percentages

%0
%8.29
%20.99
%29.02

Codes

Color #B5A68F in popluar color models

B5 A6 8F
RGB 181 166 143
HSL 36° 20.43% 63.53%
HSB/HSV 36° 20.99% 70.98%
CMYK 0.00% 8.29% 20.99%
29.02%

Color #B5A68F in popluar number systems.

HEX B5 A6 8F
Decimal 181 166 143
Binary 10110101 10100110 10001111
Octal 265 246 217

Shades and tints

Shades of #B5A68F

#B5A68F
(181,166,143)
#A59782
(165,151,130)
#958875
(149,136,117)
#857968
(133,121,104)
#756A5B
(117,106,91)
#655B4E
(101,91,78)
#554C41
(85,76,65)
#453D34
(69,61,52)
#352E27
(53,46,39)
#251F1A
(37,31,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #B5A68F

#B5A68F
(181,166,143)
#BBAE99
(187,174,153)
#C1B6A3
(193,182,163)
#C7BEAD
(199,190,173)
#CDC6B7
(205,198,183)
#D3CEC1
(211,206,193)
#D9D6CB
(217,214,203)
#DFDED5
(223,222,213)
#E5E6DF
(229,230,223)
#EBEEE9
(235,238,233)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A68F color. Also use rgb(181,166,143) instead hex code.

Text Font Color

.myTextColor { color: #B5A68F; }

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

This text font color is #B5A68F.

Background Color

.myBgColor { background-color: #B5A68F; }

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

This div background color is #B5A68F.

Border color

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

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

This div border color is #B5A68F.

Opacity

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

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

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

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

This text has shadow with #B5A68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A68F.

Preview

Color preview on black background

This text has color #B5A68F on black background.


Color preview on white background

This text has color #B5A68F on white background.


Black color preview on #B5A68F background

This text has black color on #B5A68F background.


White color preview on #B5A68F background

This text has white color on #B5A68F background.


Related colors

Complementary color

Complementary color for #hex is #4A5970.


I love getcolorcode.com

Triadic colors

1 #8FB5A6 and #A68FB5 with #B5A68F are triadic colors.

2 #8FA6B5 and #A6B58F with #B5A68F are triadic colors.