COLOR #B7AF8C

HEX: #B7AF8C RGB: (183,175,140)

Color info

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

RGB color model

#B7AF8C color RGB value is (183,175,140).

RGB: (183,175,140) (72%, 69%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 140 of 255 = 55%

183
175
140

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

Portions of RGB colors in percentages

R + G + B = 183 + 175 + 140 = 498 (100%)
R 183 of 498 ~ 36.75%
G 175 of 498 ~ 35.14%
B 140 of 498 ~ 28.11'%

%36.75
%35.14
%28.11

CMYK color model

#B7AF8C color CMYK value is (0,4,23,28).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 23.50%
  • key color value is 28.24%

CMYK: (0,4,23,28)
C0M4Y23K28 (0%, 4%, 23%, 28%)
(0.00 / 0.04 / 0.23 / 0.28)

CMYK percentages

%0
%4.37
%23.5
%28.24

Codes

Color #B7AF8C in popluar color models

B7 AF 8C
RGB 183 175 140
HSL 49° 22.99% 63.33%
HSB/HSV 49° 23.50% 71.76%
CMYK 0.00% 4.37% 23.50%
28.24%

Color #B7AF8C in popluar number systems.

HEX B7 AF 8C
Decimal 183 175 140
Binary 10110111 10101111 10001100
Octal 267 257 214

Shades and tints

Shades of #B7AF8C

#B7AF8C
(183,175,140)
#A7A080
(167,160,128)
#979174
(151,145,116)
#878268
(135,130,104)
#77735C
(119,115,92)
#676450
(103,100,80)
#575544
(87,85,68)
#474638
(71,70,56)
#37372C
(55,55,44)
#272820
(39,40,32)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #B7AF8C

#B7AF8C
(183,175,140)
#BDB696
(189,182,150)
#C3BDA0
(195,189,160)
#C9C4AA
(201,196,170)
#CFCBB4
(207,203,180)
#D5D2BE
(213,210,190)
#DBD9C8
(219,217,200)
#E1E0D2
(225,224,210)
#E7E7DC
(231,231,220)
#EDEEE6
(237,238,230)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AF8C color. Also use rgb(183,175,140) instead hex code.

Text Font Color

.myTextColor { color: #B7AF8C; }

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

This text font color is #B7AF8C.

Background Color

.myBgColor { background-color: #B7AF8C; }

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

This div background color is #B7AF8C.

Border color

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

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

This div border color is #B7AF8C.

Opacity

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

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

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

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

This text has shadow with #B7AF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AF8C.

Preview

Color preview on black background

This text has color #B7AF8C on black background.


Color preview on white background

This text has color #B7AF8C on white background.


Black color preview on #B7AF8C background

This text has black color on #B7AF8C background.


White color preview on #B7AF8C background

This text has white color on #B7AF8C background.


Related colors

Complementary color

Complementary color for #hex is #485073.


I love getcolorcode.com

Triadic colors

1 #8CB7AF and #AF8CB7 with #B7AF8C are triadic colors.

2 #8CAFB7 and #AFB78C with #B7AF8C are triadic colors.