COLOR #BDB388

HEX: #BDB388 RGB: (189,179,136)

Color info

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

RGB color model

#BDB388 color RGB value is (189,179,136).

RGB: (189,179,136) (74%, 70%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 136 of 255 = 53%

189
179
136

R + G + B ~ 66%. #BDB388 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 179 + 136 = 504 (100%)
R 189 of 504 ~ 37.5%
G 179 of 504 ~ 35.52%
B 136 of 504 ~ 26.98'%

%37.5
%35.52
%26.98

CMYK color model

#BDB388 color CMYK value is (0,5,28,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 28.04%
  • key color value is 25.88%

CMYK: (0,5,28,26)
C0M5Y28K26 (0%, 5%, 28%, 26%)
(0.00 / 0.05 / 0.28 / 0.26)

CMYK percentages

%0
%5.29
%28.04
%25.88

Codes

Color #BDB388 in popluar color models

BD B3 88
RGB 189 179 136
HSL 49° 28.65% 63.73%
HSB/HSV 49° 28.04% 74.12%
CMYK 0.00% 5.29% 28.04%
25.88%

Color #BDB388 in popluar number systems.

HEX BD B3 88
Decimal 189 179 136
Binary 10111101 10110011 10001000
Octal 275 263 210

Shades and tints

Shades of #BDB388

#BDB388
(189,179,136)
#ACA37C
(172,163,124)
#9B9370
(155,147,112)
#8A8364
(138,131,100)
#797358
(121,115,88)
#68634C
(104,99,76)
#575340
(87,83,64)
#464334
(70,67,52)
#353328
(53,51,40)
#24231C
(36,35,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BDB388

#BDB388
(189,179,136)
#C3B992
(195,185,146)
#C9BF9C
(201,191,156)
#CFC5A6
(207,197,166)
#D5CBB0
(213,203,176)
#DBD1BA
(219,209,186)
#E1D7C4
(225,215,196)
#E7DDCE
(231,221,206)
#EDE3D8
(237,227,216)
#F3E9E2
(243,233,226)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB388 color. Also use rgb(189,179,136) instead hex code.

Text Font Color

.myTextColor { color: #BDB388; }

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

This text font color is #BDB388.

Background Color

.myBgColor { background-color: #BDB388; }

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

This div background color is #BDB388.

Border color

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

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

This div border color is #BDB388.

Opacity

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

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

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

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

This text has shadow with #BDB388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB388.

Preview

Color preview on black background

This text has color #BDB388 on black background.


Color preview on white background

This text has color #BDB388 on white background.


Black color preview on #BDB388 background

This text has black color on #BDB388 background.


White color preview on #BDB388 background

This text has white color on #BDB388 background.


Related colors

Complementary color

Complementary color for #hex is #424C77.


I love getcolorcode.com

Triadic colors

1 #88BDB3 and #B388BD with #BDB388 are triadic colors.

2 #88B3BD and #B3BD88 with #BDB388 are triadic colors.