COLOR #BDB18A

HEX: #BDB18A
RGB: (189,177,138)

Color info

#BDB18A contains red, green and blue colors in about the same proportion. Web safe color of #BDB18A is #CC9999 (or #C99).

RGB color model

#BDB18A color RGB value is (189,177,138).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 138 of 255 = 54%

189
177
138

R + G + B ~ 66%. #BDB18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 138 = 504 (100%)
R 189 of 504 ~ 37.5%
G 177 of 504 ~ 35.12%
B 138 of 504 ~ 27.38%

%37.5
%35.12
%27.38

CMYK color model

#BDB18A color CMYK value is (0,6,27,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(0,6,27,26)
C0M6Y27K26 
(0%,6%,27%,26%)
(0.00/0.06/0.27/0.26)	

CMYK percentages

%0
%6.35
%26.98
%25.88

Codes

Color #BDB18A in popluar color models

BDB18A
RGB189177138
HSL46°27.87%64.12%
HSB/HSV46°26.98%74.12%
CMYK0.00%6.35%26.98%
25.88%

Color #BDB18A in popluar number systems.

HEXBDB18A
Decimal189177138
Binary101111011011000110001010
Octal275261212

Shades and tints

Shades of #BDB18A

#BDB18A
(189,177,138)
#ACA17E
(172,161,126)
#9B9172
(155,145,114)
#8A8166
(138,129,102)
#79715A
(121,113,90)
#68614E
(104,97,78)
#575142
(87,81,66)
#464136
(70,65,54)
#35312A
(53,49,42)
#24211E
(36,33,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BDB18A

#BDB18A
(189,177,138)
#C3B894
(195,184,148)
#C9BF9E
(201,191,158)
#CFC6A8
(207,198,168)
#D5CDB2
(213,205,178)
#DBD4BC
(219,212,188)
#E1DBC6
(225,219,198)
#E7E2D0
(231,226,208)
#EDE9DA
(237,233,218)
#F3F0E4
(243,240,228)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB18A; }

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

This text font color is #BDB18A.


Background Color

.myBgColor { background-color: #BDB18A; }

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

This div background color is #BDB18A.


Border color

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

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

This div border color is #BDB18A.


Opacity

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

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

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

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

This text has shadow with #BDB18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB18A on black background.


Color preview on white background

This text has color #BDB18A on white background.



Black color preview on #BDB18A background

This text has black color on #BDB18A background.


White color preview on #BDB18A background

This text has white color on #BDB18A background.