COLOR #B5AF8A

HEX: #B5AF8A RGB: (181,175,138)

Color info

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

RGB color model

#B5AF8A color RGB value is (181,175,138).

RGB: (181,175,138) (71%, 69%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 138 of 255 = 54%

181
175
138

R + G + B ~ 65%. #B5AF8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 175 + 138 = 494 (100%)
R 181 of 494 ~ 36.64%
G 175 of 494 ~ 35.43%
B 138 of 494 ~ 27.94'%

%36.64
%35.43
%27.94

CMYK color model

#B5AF8A color CMYK value is (0,3,24,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (0,3,24,29)
C0M3Y24K29 (0%, 3%, 24%, 29%)
(0.00 / 0.03 / 0.24 / 0.29)

CMYK percentages

%0
%3.31
%23.76
%29.02

Codes

Color #B5AF8A in popluar color models

B5 AF 8A
RGB 181 175 138
HSL 52° 22.51% 62.55%
HSB/HSV 52° 23.76% 70.98%
CMYK 0.00% 3.31% 23.76%
29.02%

Color #B5AF8A in popluar number systems.

HEX B5 AF 8A
Decimal 181 175 138
Binary 10110101 10101111 10001010
Octal 265 257 212

Shades and tints

Shades of #B5AF8A

#B5AF8A
(181,175,138)
#A5A07E
(165,160,126)
#959172
(149,145,114)
#858266
(133,130,102)
#75735A
(117,115,90)
#65644E
(101,100,78)
#555542
(85,85,66)
#454636
(69,70,54)
#35372A
(53,55,42)
#25281E
(37,40,30)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5AF8A

#B5AF8A
(181,175,138)
#BBB694
(187,182,148)
#C1BD9E
(193,189,158)
#C7C4A8
(199,196,168)
#CDCBB2
(205,203,178)
#D3D2BC
(211,210,188)
#D9D9C6
(217,217,198)
#DFE0D0
(223,224,208)
#E5E7DA
(229,231,218)
#EBEEE4
(235,238,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AF8A color. Also use rgb(181,175,138) instead hex code.

Text Font Color

.myTextColor { color: #B5AF8A; }

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

This text font color is #B5AF8A.

Background Color

.myBgColor { background-color: #B5AF8A; }

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

This div background color is #B5AF8A.

Border color

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

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

This div border color is #B5AF8A.

Opacity

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

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

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

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

This text has shadow with #B5AF8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AF8A.

Preview

Color preview on black background

This text has color #B5AF8A on black background.


Color preview on white background

This text has color #B5AF8A on white background.


Black color preview on #B5AF8A background

This text has black color on #B5AF8A background.


White color preview on #B5AF8A background

This text has white color on #B5AF8A background.


Related colors

Complementary color

Complementary color for #hex is #4A5075.


I love getcolorcode.com

Triadic colors

1 #8AB5AF and #AF8AB5 with #B5AF8A are triadic colors.

2 #8AAFB5 and #AFB58A with #B5AF8A are triadic colors.