COLOR #BDA885

HEX: #BDA885
RGB: (189,168,133)

Color info

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

RGB color model

#BDA885 color RGB value is (189,168,133).

  • red value is 189;
  • green value is 168;
  • blue value is 133.
RGB:
(189,168,133)
(74%,66%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 168 of 255 = 66%
B 133 of 255 = 52%

189
168
133

R + G + B ~ 64%. #BDA885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 168 + 133 = 490 (100%)
R 189 of 490 ~ 38.57%
G 168 of 490 ~ 34.29%
B 133 of 490 ~ 27.14%

%38.57
%34.29
%27.14

CMYK color model

#BDA885 color CMYK value is (0,11,30,26).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(0,11,30,26)
C0M11Y30K26 
(0%,11%,30%,26%)
(0.00/0.11/0.30/0.26)	

CMYK percentages

%0
%11.11
%29.63
%25.88

Codes

Color #BDA885 in popluar color models

BDA885
RGB189168133
HSL38°29.79%63.14%
HSB/HSV38°29.63%74.12%
CMYK0.00%11.11%29.63%
25.88%

Color #BDA885 in popluar number systems.

HEXBDA885
Decimal189168133
Binary101111011010100010000101
Octal275250205

Shades and tints

Shades of #BDA885

#BDA885
(189,168,133)
#AC9979
(172,153,121)
#9B8A6D
(155,138,109)
#8A7B61
(138,123,97)
#796C55
(121,108,85)
#685D49
(104,93,73)
#574E3D
(87,78,61)
#463F31
(70,63,49)
#353025
(53,48,37)
#242119
(36,33,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #BDA885

#BDA885
(189,168,133)
#C3AF90
(195,175,144)
#C9B69B
(201,182,155)
#CFBDA6
(207,189,166)
#D5C4B1
(213,196,177)
#DBCBBC
(219,203,188)
#E1D2C7
(225,210,199)
#E7D9D2
(231,217,210)
#EDE0DD
(237,224,221)
#F3E7E8
(243,231,232)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA885; }

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

This text font color is #BDA885.


Background Color

.myBgColor { background-color: #BDA885; }

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

This div background color is #BDA885.


Border color

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

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

This div border color is #BDA885.


Opacity

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

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

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

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

This text has shadow with #BDA885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA885 on black background.


Color preview on white background

This text has color #BDA885 on white background.



Black color preview on #BDA885 background

This text has black color on #BDA885 background.


White color preview on #BDA885 background

This text has white color on #BDA885 background.