COLOR #BDB16C

HEX: #BDB16C
RGB: (189,177,108)

Color info

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

RGB color model

#BDB16C color RGB value is (189,177,108).

  • red value is 189;
  • green value is 177;
  • blue value is 108.
RGB:
(189,177,108)
(74%,69%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 108 of 255 = 42%

189
177
108

R + G + B ~ 62%. #BDB16C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 108 = 474 (100%)
R 189 of 474 ~ 39.87%
G 177 of 474 ~ 37.34%
B 108 of 474 ~ 22.78%

%39.87
%37.34
%22.78

CMYK color model

#BDB16C color CMYK value is (0,6,43,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK:
(0,6,43,26)
C0M6Y43K26 
(0%,6%,43%,26%)
(0.00/0.06/0.43/0.26)	

CMYK percentages

%0
%6.35
%42.86
%25.88

Codes

Color #BDB16C in popluar color models

BDB16C
RGB189177108
HSL51°38.03%58.24%
HSB/HSV51°42.86%74.12%
CMYK0.00%6.35%42.86%
25.88%

Color #BDB16C in popluar number systems.

HEXBDB16C
Decimal189177108
Binary10111101101100011101100
Octal275261154

Shades and tints

Shades of #BDB16C

#BDB16C
(189,177,108)
#ACA163
(172,161,99)
#9B915A
(155,145,90)
#8A8151
(138,129,81)
#797148
(121,113,72)
#68613F
(104,97,63)
#575136
(87,81,54)
#46412D
(70,65,45)
#353124
(53,49,36)
#24211B
(36,33,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BDB16C

#BDB16C
(189,177,108)
#C3B879
(195,184,121)
#C9BF86
(201,191,134)
#CFC693
(207,198,147)
#D5CDA0
(213,205,160)
#DBD4AD
(219,212,173)
#E1DBBA
(225,219,186)
#E7E2C7
(231,226,199)
#EDE9D4
(237,233,212)
#F3F0E1
(243,240,225)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB16C color. Also use rgb(189,177,108) instead hex code.

Text Font Color

.myTextColor { color: #BDB16C; }

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

This text font color is #BDB16C.


Background Color

.myBgColor { background-color: #BDB16C; }

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

This div background color is #BDB16C.


Border color

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

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

This div border color is #BDB16C.


Opacity

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

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

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

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

This text has shadow with #BDB16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB16C on black background.


Color preview on white background

This text has color #BDB16C on white background.



Black color preview on #BDB16C background

This text has black color on #BDB16C background.


White color preview on #BDB16C background

This text has white color on #BDB16C background.