COLOR #BD9685

HEX: #BD9685 RGB: (189,150,133)

Color info

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

RGB color model

#BD9685 color RGB value is (189,150,133).

RGB: (189,150,133) (74%, 59%, 52%)

RGB channels and saturation

R 189 of 255 = 74%
G 150 of 255 = 59%
B 133 of 255 = 52%

189
150
133

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

Portions of RGB colors in percentages

R + G + B = 189 + 150 + 133 = 472 (100%)
R 189 of 472 ~ 40.04%
G 150 of 472 ~ 31.78%
B 133 of 472 ~ 28.18'%

%40.04
%31.78
%28.18

CMYK color model

#BD9685 color CMYK value is (0,21,30,26).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 29.63%
  • key color value is 25.88%

CMYK: (0,21,30,26)
C0M21Y30K26 (0%, 21%, 30%, 26%)
(0.00 / 0.21 / 0.30 / 0.26)

CMYK percentages

%0
%20.63
%29.63
%25.88

Codes

Color #BD9685 in popluar color models

BD 96 85
RGB 189 150 133
HSL 18° 29.79% 63.14%
HSB/HSV 18° 29.63% 74.12%
CMYK 0.00% 20.63% 29.63%
25.88%

Color #BD9685 in popluar number systems.

HEX BD 96 85
Decimal 189 150 133
Binary 10111101 10010110 10000101
Octal 275 226 205

Shades and tints

Shades of #BD9685

#BD9685
(189,150,133)
#AC8979
(172,137,121)
#9B7C6D
(155,124,109)
#8A6F61
(138,111,97)
#796255
(121,98,85)
#685549
(104,85,73)
#57483D
(87,72,61)
#463B31
(70,59,49)
#352E25
(53,46,37)
#242119
(36,33,25)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #BD9685

#BD9685
(189,150,133)
#C39F90
(195,159,144)
#C9A89B
(201,168,155)
#CFB1A6
(207,177,166)
#D5BAB1
(213,186,177)
#DBC3BC
(219,195,188)
#E1CCC7
(225,204,199)
#E7D5D2
(231,213,210)
#EDDEDD
(237,222,221)
#F3E7E8
(243,231,232)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9685 color. Also use rgb(189,150,133) instead hex code.

Text Font Color

.myTextColor { color: #BD9685; }

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

This text font color is #BD9685.

Background Color

.myBgColor { background-color: #BD9685; }

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

This div background color is #BD9685.

Border color

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

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

This div border color is #BD9685.

Opacity

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

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

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

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

This text has shadow with #BD9685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9685.

Preview

Color preview on black background

This text has color #BD9685 on black background.


Color preview on white background

This text has color #BD9685 on white background.


Black color preview on #BD9685 background

This text has black color on #BD9685 background.


White color preview on #BD9685 background

This text has white color on #BD9685 background.


Related colors

Complementary color

Complementary color for #hex is #42697A.


I love getcolorcode.com

Triadic colors

1 #85BD96 and #9685BD with #BD9685 are triadic colors.

2 #8596BD and #96BD85 with #BD9685 are triadic colors.