COLOR #BDB09F

HEX: #BDB09F RGB: (189,176,159)

Color info

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

RGB color model

#BDB09F color RGB value is (189,176,159).

RGB: (189,176,159) (74%, 69%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 159 of 255 = 62%

189
176
159

R + G + B ~ 68%. #BDB09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 159 = 524 (100%)
R 189 of 524 ~ 36.07%
G 176 of 524 ~ 33.59%
B 159 of 524 ~ 30.34'%

%36.07
%33.59
%30.34

CMYK color model

#BDB09F color CMYK value is (0,7,16,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK: (0,7,16,26) C0M7Y16K26 (0%,7%,16%,26%) (0.00/0.07/0.16/0.26) 

CMYK percentages

%0
%6.88
%15.87
%25.88

Codes

Color #BDB09F in popluar color models

BD B0 9F
RGB 189 176 159
HSL 34° 18.52% 68.24%
HSB/HSV 34° 15.87% 74.12%
CMYK 0.00% 6.88% 15.87%
25.88%

Color #BDB09F in popluar number systems.

HEX BD B0 9F
Decimal 189 176 159
Binary 10111101 10110000 10011111
Octal 275 260 237

Shades and tints

Shades of #BDB09F

#BDB09F
(189,176,159)
#ACA091
(172,160,145)
#9B9083
(155,144,131)
#8A8075
(138,128,117)
#797067
(121,112,103)
#686059
(104,96,89)
#57504B
(87,80,75)
#46403D
(70,64,61)
#35302F
(53,48,47)
#242021
(36,32,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BDB09F

#BDB09F
(189,176,159)
#C3B7A7
(195,183,167)
#C9BEAF
(201,190,175)
#CFC5B7
(207,197,183)
#D5CCBF
(213,204,191)
#DBD3C7
(219,211,199)
#E1DACF
(225,218,207)
#E7E1D7
(231,225,215)
#EDE8DF
(237,232,223)
#F3EFE7
(243,239,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB09F; }

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

This text font color is #BDB09F.

Background Color

.myBgColor { background-color: #BDB09F; }

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

This div background color is #BDB09F.

Border color

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

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

This div border color is #BDB09F.

Opacity

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

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

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

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

This text has shadow with #BDB09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB09F.

Preview

Color preview on black background

This text has color #BDB09F on black background.


Color preview on white background

This text has color #BDB09F on white background.


Black color preview on #BDB09F background

This text has black color on #BDB09F background.


White color preview on #BDB09F background

This text has white color on #BDB09F background.


Related colors

Complementary color

Complementary color for #hex is #424F60.


I love getcolorcode.com

Triadic colors

1 #9FBDB0 and #B09FBD with #BDB09F are triadic colors.

2 #9FB0BD and #B0BD9F with #BDB09F are triadic colors.