COLOR #BDA569

HEX: #BDA569
RGB: (189,165,105)

Color info

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

RGB color model

#BDA569 color RGB value is (189,165,105).

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

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 105 of 255 = 41%

189
165
105

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 105 = 459 (100%)
R 189 of 459 ~ 41.18%
G 165 of 459 ~ 35.95%
B 105 of 459 ~ 22.88%

%41.18
%35.95
%22.88

CMYK color model

#BDA569 color CMYK value is (0,13,44,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 44.44%
  • key color value is 25.88%
CMYK:
(0,13,44,26)
C0M13Y44K26 
(0%,13%,44%,26%)
(0.00/0.13/0.44/0.26)	

CMYK percentages

%0
%12.7
%44.44
%25.88

Codes

Color #BDA569 in popluar color models

BDA569
RGB189165105
HSL43°38.89%57.65%
HSB/HSV43°44.44%74.12%
CMYK0.00%12.70%44.44%
25.88%

Color #BDA569 in popluar number systems.

HEXBDA569
Decimal189165105
Binary10111101101001011101001
Octal275245151

Shades and tints

Shades of #BDA569

#BDA569
(189,165,105)
#AC9660
(172,150,96)
#9B8757
(155,135,87)
#8A784E
(138,120,78)
#796945
(121,105,69)
#685A3C
(104,90,60)
#574B33
(87,75,51)
#463C2A
(70,60,42)
#352D21
(53,45,33)
#241E18
(36,30,24)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #BDA569

#BDA569
(189,165,105)
#C3AD76
(195,173,118)
#C9B583
(201,181,131)
#CFBD90
(207,189,144)
#D5C59D
(213,197,157)
#DBCDAA
(219,205,170)
#E1D5B7
(225,213,183)
#E7DDC4
(231,221,196)
#EDE5D1
(237,229,209)
#F3EDDE
(243,237,222)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA569; }

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

This text font color is #BDA569.


Background Color

.myBgColor { background-color: #BDA569; }

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

This div background color is #BDA569.


Border color

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

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

This div border color is #BDA569.


Opacity

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

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

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

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

This text has shadow with #BDA569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA569 on black background.


Color preview on white background

This text has color #BDA569 on white background.



Black color preview on #BDA569 background

This text has black color on #BDA569 background.


White color preview on #BDA569 background

This text has white color on #BDA569 background.