COLOR #BDB19A

HEX: #BDB19A
RGB: (189,177,154)

Color info

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

RGB color model

#BDB19A color RGB value is (189,177,154).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 154 of 255 = 60%

189
177
154

R + G + B ~ 68%. #BDB19A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 154 = 520 (100%)
R 189 of 520 ~ 36.35%
G 177 of 520 ~ 34.04%
B 154 of 520 ~ 29.62%

%36.35
%34.04
%29.62

CMYK color model

#BDB19A color CMYK value is (0,6,19,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,6,19,26)
C0M6Y19K26 
(0%,6%,19%,26%)
(0.00/0.06/0.19/0.26)	

CMYK percentages

%0
%6.35
%18.52
%25.88

Codes

Color #BDB19A in popluar color models

BDB19A
RGB189177154
HSL39°20.96%67.25%
HSB/HSV39°18.52%74.12%
CMYK0.00%6.35%18.52%
25.88%

Color #BDB19A in popluar number systems.

HEXBDB19A
Decimal189177154
Binary101111011011000110011010
Octal275261232

Shades and tints

Shades of #BDB19A

#BDB19A
(189,177,154)
#ACA18C
(172,161,140)
#9B917E
(155,145,126)
#8A8170
(138,129,112)
#797162
(121,113,98)
#686154
(104,97,84)
#575146
(87,81,70)
#464138
(70,65,56)
#35312A
(53,49,42)
#24211C
(36,33,28)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #BDB19A

#BDB19A
(189,177,154)
#C3B8A3
(195,184,163)
#C9BFAC
(201,191,172)
#CFC6B5
(207,198,181)
#D5CDBE
(213,205,190)
#DBD4C7
(219,212,199)
#E1DBD0
(225,219,208)
#E7E2D9
(231,226,217)
#EDE9E2
(237,233,226)
#F3F0EB
(243,240,235)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB19A; }

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

This text font color is #BDB19A.


Background Color

.myBgColor { background-color: #BDB19A; }

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

This div background color is #BDB19A.


Border color

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

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

This div border color is #BDB19A.


Opacity

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

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

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

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

This text has shadow with #BDB19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB19A on black background.


Color preview on white background

This text has color #BDB19A on white background.



Black color preview on #BDB19A background

This text has black color on #BDB19A background.


White color preview on #BDB19A background

This text has white color on #BDB19A background.