COLOR #BDA085

HEX: #BDA085 RGB: (189,160,133)

Color info

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

RGB color model

#BDA085 color RGB value is (189,160,133).

RGB: (189,160,133) (74%, 63%, 52%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 133 of 255 = 52%

189
160
133

R + G + B ~ 63%. #BDA085 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 133 = 482 (100%)
R 189 of 482 ~ 39.21%
G 160 of 482 ~ 33.2%
B 133 of 482 ~ 27.59'%

%39.21
%33.2
%27.59

CMYK color model

#BDA085 color CMYK value is (0,15,30,26).

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

CMYK: (0,15,30,26)
C0M15Y30K26 (0%, 15%, 30%, 26%)
(0.00 / 0.15 / 0.30 / 0.26)

CMYK percentages

%0
%15.34
%29.63
%25.88

Codes

Color #BDA085 in popluar color models

BD A0 85
RGB 189 160 133
HSL 29° 29.79% 63.14%
HSB/HSV 29° 29.63% 74.12%
CMYK 0.00% 15.34% 29.63%
25.88%

Color #BDA085 in popluar number systems.

HEX BD A0 85
Decimal 189 160 133
Binary 10111101 10100000 10000101
Octal 275 240 205

Shades and tints

Shades of #BDA085

#BDA085
(189,160,133)
#AC9279
(172,146,121)
#9B846D
(155,132,109)
#8A7661
(138,118,97)
#796855
(121,104,85)
#685A49
(104,90,73)
#574C3D
(87,76,61)
#463E31
(70,62,49)
#353025
(53,48,37)
#242219
(36,34,25)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #BDA085

#BDA085
(189,160,133)
#C3A890
(195,168,144)
#C9B09B
(201,176,155)
#CFB8A6
(207,184,166)
#D5C0B1
(213,192,177)
#DBC8BC
(219,200,188)
#E1D0C7
(225,208,199)
#E7D8D2
(231,216,210)
#EDE0DD
(237,224,221)
#F3E8E8
(243,232,232)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA085; }

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

This text font color is #BDA085.

Background Color

.myBgColor { background-color: #BDA085; }

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

This div background color is #BDA085.

Border color

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

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

This div border color is #BDA085.

Opacity

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

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

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

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

This text has shadow with #BDA085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA085.

Preview

Color preview on black background

This text has color #BDA085 on black background.


Color preview on white background

This text has color #BDA085 on white background.


Black color preview on #BDA085 background

This text has black color on #BDA085 background.


White color preview on #BDA085 background

This text has white color on #BDA085 background.


Related colors

Complementary color

Complementary color for #hex is #425F7A.


I love getcolorcode.com

Triadic colors

1 #85BDA0 and #A085BD with #BDA085 are triadic colors.

2 #85A0BD and #A0BD85 with #BDA085 are triadic colors.