COLOR #BDA565

HEX: #BDA565
RGB: (189,165,101)

Color info

#BDA565 contains mainly red and green colors. Web safe color of #BDA565 is #CC9966 (or #C96).

RGB color model

#BDA565 color RGB value is (189,165,101).

  • red value is 189;
  • green value is 165;
  • blue value is 101.
RGB:
(189,165,101)
(74%,65%,40%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 101 of 255 = 40%

189
165
101

R + G + B ~ 60%. #BDA565 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 101 = 455 (100%)
R 189 of 455 ~ 41.54%
G 165 of 455 ~ 36.26%
B 101 of 455 ~ 22.2%

%41.54
%36.26
%22.2

CMYK color model

#BDA565 color CMYK value is (0,13,47,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 46.56%
  • key color value is 25.88%
CMYK:
(0,13,47,26)
C0M13Y47K26 
(0%,13%,47%,26%)
(0.00/0.13/0.47/0.26)	

CMYK percentages

%0
%12.7
%46.56
%25.88

Codes

Color #BDA565 in popluar color models

BDA565
RGB189165101
HSL44°40.00%56.86%
HSB/HSV44°46.56%74.12%
CMYK0.00%12.70%46.56%
25.88%

Color #BDA565 in popluar number systems.

HEXBDA565
Decimal189165101
Binary10111101101001011100101
Octal275245145

Shades and tints

Shades of #BDA565

#BDA565
(189,165,101)
#AC965C
(172,150,92)
#9B8753
(155,135,83)
#8A784A
(138,120,74)
#796941
(121,105,65)
#685A38
(104,90,56)
#574B2F
(87,75,47)
#463C26
(70,60,38)
#352D1D
(53,45,29)
#241E14
(36,30,20)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #BDA565

#BDA565
(189,165,101)
#C3AD73
(195,173,115)
#C9B581
(201,181,129)
#CFBD8F
(207,189,143)
#D5C59D
(213,197,157)
#DBCDAB
(219,205,171)
#E1D5B9
(225,213,185)
#E7DDC7
(231,221,199)
#EDE5D5
(237,229,213)
#F3EDE3
(243,237,227)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA565 color. Also use rgb(189,165,101) instead hex code.

Text Font Color

.myTextColor { color: #BDA565; }

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

This text font color is #BDA565.


Background Color

.myBgColor { background-color: #BDA565; }

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

This div background color is #BDA565.


Border color

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

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

This div border color is #BDA565.


Opacity

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

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

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

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

This text has shadow with #BDA565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA565 on black background.


Color preview on white background

This text has color #BDA565 on white background.



Black color preview on #BDA565 background

This text has black color on #BDA565 background.


White color preview on #BDA565 background

This text has white color on #BDA565 background.