COLOR #BDA05C

HEX: #BDA05C RGB: (189,160,92)

Color info

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

RGB color model

#BDA05C color RGB value is (189,160,92).

RGB: (189,160,92) (74%, 63%, 36%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 92 of 255 = 36%

189
160
92

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

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 92 = 441 (100%)
R 189 of 441 ~ 42.86%
G 160 of 441 ~ 36.28%
B 92 of 441 ~ 20.86'%

%42.86
%36.28
%20.86

CMYK color model

#BDA05C color CMYK value is (0,15,51,26).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK: (0,15,51,26) C0M15Y51K26 (0%,15%,51%,26%) (0.00/0.15/0.51/0.26) 

CMYK percentages

%0
%15.34
%51.32
%25.88

Codes

Color #BDA05C in popluar color models

BD A0 5C
RGB 189 160 92
HSL 42° 42.36% 55.10%
HSB/HSV 42° 51.32% 74.12%
CMYK 0.00% 15.34% 51.32%
25.88%

Color #BDA05C in popluar number systems.

HEX BD A0 5C
Decimal 189 160 92
Binary 10111101 10100000 1011100
Octal 275 240 134

Shades and tints

Shades of #BDA05C

#BDA05C
(189,160,92)
#AC9254
(172,146,84)
#9B844C
(155,132,76)
#8A7644
(138,118,68)
#79683C
(121,104,60)
#685A34
(104,90,52)
#574C2C
(87,76,44)
#463E24
(70,62,36)
#35301C
(53,48,28)
#242214
(36,34,20)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #BDA05C

#BDA05C
(189,160,92)
#C3A86A
(195,168,106)
#C9B078
(201,176,120)
#CFB886
(207,184,134)
#D5C094
(213,192,148)
#DBC8A2
(219,200,162)
#E1D0B0
(225,208,176)
#E7D8BE
(231,216,190)
#EDE0CC
(237,224,204)
#F3E8DA
(243,232,218)
#F9F0E8
(249,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA05C; }

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

This text font color is #BDA05C.

Background Color

.myBgColor { background-color: #BDA05C; }

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

This div background color is #BDA05C.

Border color

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

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

This div border color is #BDA05C.

Opacity

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

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

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

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

This text has shadow with #BDA05C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA05C.

Preview

Color preview on black background

This text has color #BDA05C on black background.


Color preview on white background

This text has color #BDA05C on white background.


Black color preview on #BDA05C background

This text has black color on #BDA05C background.


White color preview on #BDA05C background

This text has white color on #BDA05C background.


Related colors

Complementary color

Complementary color for #hex is #425FA3.


I love getcolorcode.com

Triadic colors

1 #5CBDA0 and #A05CBD with #BDA05C are triadic colors.

2 #5CA0BD and #A0BD5C with #BDA05C are triadic colors.