COLOR #BDBA77

HEX: #BDBA77 RGB: (189,186,119)

Color info

#BDBA77 contains mainly red and green colors. Web safe color of #BDBA77 is #CCCC66 (or #CC6).

RGB color model

#BDBA77 color RGB value is (189,186,119).

RGB: (189,186,119) (74%, 73%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 119 of 255 = 47%

189
186
119

R + G + B ~ 65%. #BDBA77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 186 + 119 = 494 (100%)
R 189 of 494 ~ 38.26%
G 186 of 494 ~ 37.65%
B 119 of 494 ~ 24.09'%

%38.26
%37.65
%24.09

CMYK color model

#BDBA77 color CMYK value is (0,2,37,26).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK: (0,2,37,26) C0M2Y37K26 (0%,2%,37%,26%) (0.00/0.02/0.37/0.26) 

CMYK percentages

%0
%1.59
%37.04
%25.88

Codes

Color #BDBA77 in popluar color models

BD BA 77
RGB 189 186 119
HSL 57° 34.65% 60.39%
HSB/HSV 57° 37.04% 74.12%
CMYK 0.00% 1.59% 37.04%
25.88%

Color #BDBA77 in popluar number systems.

HEX BD BA 77
Decimal 189 186 119
Binary 10111101 10111010 1110111
Octal 275 272 167

Shades and tints

Shades of #BDBA77

#BDBA77
(189,186,119)
#ACAA6D
(172,170,109)
#9B9A63
(155,154,99)
#8A8A59
(138,138,89)
#797A4F
(121,122,79)
#686A45
(104,106,69)
#575A3B
(87,90,59)
#464A31
(70,74,49)
#353A27
(53,58,39)
#242A1D
(36,42,29)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #BDBA77

#BDBA77
(189,186,119)
#C3C083
(195,192,131)
#C9C68F
(201,198,143)
#CFCC9B
(207,204,155)
#D5D2A7
(213,210,167)
#DBD8B3
(219,216,179)
#E1DEBF
(225,222,191)
#E7E4CB
(231,228,203)
#EDEAD7
(237,234,215)
#F3F0E3
(243,240,227)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBA77 color. Also use rgb(189,186,119) instead hex code.

Text Font Color

.myTextColor { color: #BDBA77; }

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

This text font color is #BDBA77.

Background Color

.myBgColor { background-color: #BDBA77; }

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

This div background color is #BDBA77.

Border color

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

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

This div border color is #BDBA77.

Opacity

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

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

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

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

This text has shadow with #BDBA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBA77.

Preview

Color preview on black background

This text has color #BDBA77 on black background.


Color preview on white background

This text has color #BDBA77 on white background.


Black color preview on #BDBA77 background

This text has black color on #BDBA77 background.


White color preview on #BDBA77 background

This text has white color on #BDBA77 background.


Related colors

Complementary color

Complementary color for #hex is #424588.


I love getcolorcode.com

Triadic colors

1 #77BDBA and #BA77BD with #BDBA77 are triadic colors.

2 #77BABD and #BABD77 with #BDBA77 are triadic colors.