COLOR #BD9F9A

HEX: #BD9F9A RGB: (189,159,154)

Color info

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

RGB color model

#BD9F9A color RGB value is (189,159,154).

RGB: (189,159,154) (74%, 62%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 154 of 255 = 60%

189
159
154

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

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 154 = 502 (100%)
R 189 of 502 ~ 37.65%
G 159 of 502 ~ 31.67%
B 154 of 502 ~ 30.68'%

%37.65
%31.67
%30.68

CMYK color model

#BD9F9A color CMYK value is (0,16,19,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (0,16,19,26)
C0M16Y19K26 (0%, 16%, 19%, 26%)
(0.00 / 0.16 / 0.19 / 0.26)

CMYK percentages

%0
%15.87
%18.52
%25.88

Codes

Color #BD9F9A in popluar color models

BD 9F 9A
RGB 189 159 154
HSL 20.96% 67.25%
HSB/HSV 18.52% 74.12%
CMYK 0.00% 15.87% 18.52%
25.88%

Color #BD9F9A in popluar number systems.

HEX BD 9F 9A
Decimal 189 159 154
Binary 10111101 10011111 10011010
Octal 275 237 232

Shades and tints

Shades of #BD9F9A

#BD9F9A
(189,159,154)
#AC918C
(172,145,140)
#9B837E
(155,131,126)
#8A7570
(138,117,112)
#796762
(121,103,98)
#685954
(104,89,84)
#574B46
(87,75,70)
#463D38
(70,61,56)
#352F2A
(53,47,42)
#24211C
(36,33,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BD9F9A

#BD9F9A
(189,159,154)
#C3A7A3
(195,167,163)
#C9AFAC
(201,175,172)
#CFB7B5
(207,183,181)
#D5BFBE
(213,191,190)
#DBC7C7
(219,199,199)
#E1CFD0
(225,207,208)
#E7D7D9
(231,215,217)
#EDDFE2
(237,223,226)
#F3E7EB
(243,231,235)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9F9A color. Also use rgb(189,159,154) instead hex code.

Text Font Color

.myTextColor { color: #BD9F9A; }

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

This text font color is #BD9F9A.

Background Color

.myBgColor { background-color: #BD9F9A; }

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

This div background color is #BD9F9A.

Border color

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

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

This div border color is #BD9F9A.

Opacity

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

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

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

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

This text has shadow with #BD9F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9F9A.

Preview

Color preview on black background

This text has color #BD9F9A on black background.


Color preview on white background

This text has color #BD9F9A on white background.


Black color preview on #BD9F9A background

This text has black color on #BD9F9A background.


White color preview on #BD9F9A background

This text has white color on #BD9F9A background.


Related colors

Complementary color

Complementary color for #hex is #426065.


I love getcolorcode.com

Triadic colors

1 #9ABD9F and #9F9ABD with #BD9F9A are triadic colors.

2 #9A9FBD and #9FBD9A with #BD9F9A are triadic colors.