COLOR #BD9881

HEX: #BD9881 RGB: (189,152,129)

Color info

#BD9881 contains mainly red and green colors. Web safe color of #BD9881 is #CC9999 (or #C99).

RGB color model

#BD9881 color RGB value is (189,152,129).

RGB: (189,152,129) (74%, 60%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 129 of 255 = 51%

189
152
129

R + G + B ~ 62%. #BD9881 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 152 + 129 = 470 (100%)
R 189 of 470 ~ 40.21%
G 152 of 470 ~ 32.34%
B 129 of 470 ~ 27.45'%

%40.21
%32.34
%27.45

CMYK color model

#BD9881 color CMYK value is (0,20,32,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 31.75%
  • key color value is 25.88%

CMYK: (0,20,32,26)
C0M20Y32K26 (0%, 20%, 32%, 26%)
(0.00 / 0.20 / 0.32 / 0.26)

CMYK percentages

%0
%19.58
%31.75
%25.88

Codes

Color #BD9881 in popluar color models

BD 98 81
RGB 189 152 129
HSL 23° 31.25% 62.35%
HSB/HSV 23° 31.75% 74.12%
CMYK 0.00% 19.58% 31.75%
25.88%

Color #BD9881 in popluar number systems.

HEX BD 98 81
Decimal 189 152 129
Binary 10111101 10011000 10000001
Octal 275 230 201

Shades and tints

Shades of #BD9881

#BD9881
(189,152,129)
#AC8B76
(172,139,118)
#9B7E6B
(155,126,107)
#8A7160
(138,113,96)
#796455
(121,100,85)
#68574A
(104,87,74)
#574A3F
(87,74,63)
#463D34
(70,61,52)
#353029
(53,48,41)
#24231E
(36,35,30)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BD9881

#BD9881
(189,152,129)
#C3A18C
(195,161,140)
#C9AA97
(201,170,151)
#CFB3A2
(207,179,162)
#D5BCAD
(213,188,173)
#DBC5B8
(219,197,184)
#E1CEC3
(225,206,195)
#E7D7CE
(231,215,206)
#EDE0D9
(237,224,217)
#F3E9E4
(243,233,228)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9881 color. Also use rgb(189,152,129) instead hex code.

Text Font Color

.myTextColor { color: #BD9881; }

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

This text font color is #BD9881.

Background Color

.myBgColor { background-color: #BD9881; }

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

This div background color is #BD9881.

Border color

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

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

This div border color is #BD9881.

Opacity

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

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

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

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

This text has shadow with #BD9881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9881.

Preview

Color preview on black background

This text has color #BD9881 on black background.


Color preview on white background

This text has color #BD9881 on white background.


Black color preview on #BD9881 background

This text has black color on #BD9881 background.


White color preview on #BD9881 background

This text has white color on #BD9881 background.


Related colors

Complementary color

Complementary color for #hex is #42677E.


I love getcolorcode.com

Triadic colors

1 #81BD98 and #9881BD with #BD9881 are triadic colors.

2 #8198BD and #98BD81 with #BD9881 are triadic colors.