COLOR #BDB35A

HEX: #BDB35A RGB: (189,179,90)

Color info

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

RGB color model

#BDB35A color RGB value is (189,179,90).

RGB: (189,179,90) (74%, 70%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 90 of 255 = 35%

189
179
90

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

Portions of RGB colors in percentages

R + G + B = 189 + 179 + 90 = 458 (100%)
R 189 of 458 ~ 41.27%
G 179 of 458 ~ 39.08%
B 90 of 458 ~ 19.65'%

%41.27
%39.08
%19.65

CMYK color model

#BDB35A color CMYK value is (0,5,52,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 52.38%
  • key color value is 25.88%
CMYK: (0,5,52,26) C0M5Y52K26 (0%,5%,52%,26%) (0.00/0.05/0.52/0.26) 

CMYK percentages

%0
%5.29
%52.38
%25.88

Codes

Color #BDB35A in popluar color models

BD B3 5A
RGB 189 179 90
HSL 54° 42.86% 54.71%
HSB/HSV 54° 52.38% 74.12%
CMYK 0.00% 5.29% 52.38%
25.88%

Color #BDB35A in popluar number systems.

HEX BD B3 5A
Decimal 189 179 90
Binary 10111101 10110011 1011010
Octal 275 263 132

Shades and tints

Shades of #BDB35A

#BDB35A
(189,179,90)
#ACA352
(172,163,82)
#9B934A
(155,147,74)
#8A8342
(138,131,66)
#79733A
(121,115,58)
#686332
(104,99,50)
#57532A
(87,83,42)
#464322
(70,67,34)
#35331A
(53,51,26)
#242312
(36,35,18)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #BDB35A

#BDB35A
(189,179,90)
#C3B969
(195,185,105)
#C9BF78
(201,191,120)
#CFC587
(207,197,135)
#D5CB96
(213,203,150)
#DBD1A5
(219,209,165)
#E1D7B4
(225,215,180)
#E7DDC3
(231,221,195)
#EDE3D2
(237,227,210)
#F3E9E1
(243,233,225)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB35A color. Also use rgb(189,179,90) instead hex code.

Text Font Color

.myTextColor { color: #BDB35A; }

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

This text font color is #BDB35A.

Background Color

.myBgColor { background-color: #BDB35A; }

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

This div background color is #BDB35A.

Border color

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

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

This div border color is #BDB35A.

Opacity

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

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

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

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

This text has shadow with #BDB35A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB35A.

Preview

Color preview on black background

This text has color #BDB35A on black background.


Color preview on white background

This text has color #BDB35A on white background.


Black color preview on #BDB35A background

This text has black color on #BDB35A background.


White color preview on #BDB35A background

This text has white color on #BDB35A background.


Related colors

Complementary color

Complementary color for #hex is #424CA5.


I love getcolorcode.com

Triadic colors

1 #5ABDB3 and #B35ABD with #BDB35A are triadic colors.

2 #5AB3BD and #B3BD5A with #BDB35A are triadic colors.