COLOR #BDB890

HEX: #BDB890
RGB: (189,184,144)

Color info

#BDB890 contains red, green and blue colors in about the same proportion. Web safe color of #BDB890 is #CCCC99 (or #CC9).

RGB color model

#BDB890 color RGB value is (189,184,144).

  • red value is 189;
  • green value is 184;
  • blue value is 144.
RGB:
(189,184,144)
(74%,72%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 144 of 255 = 56%

189
184
144

R + G + B ~ 67%. #BDB890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 144 = 517 (100%)
R 189 of 517 ~ 36.56%
G 184 of 517 ~ 35.59%
B 144 of 517 ~ 27.85%

%36.56
%35.59
%27.85

CMYK color model

#BDB890 color CMYK value is (0,3,24,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 23.81%
  • key color value is 25.88%
CMYK:
(0,3,24,26)
C0M3Y24K26 
(0%,3%,24%,26%)
(0.00/0.03/0.24/0.26)	

CMYK percentages

%0
%2.65
%23.81
%25.88

Codes

Color #BDB890 in popluar color models

BDB890
RGB189184144
HSL53°25.42%65.29%
HSB/HSV53°23.81%74.12%
CMYK0.00%2.65%23.81%
25.88%

Color #BDB890 in popluar number systems.

HEXBDB890
Decimal189184144
Binary101111011011100010010000
Octal275270220

Shades and tints

Shades of #BDB890

#BDB890
(189,184,144)
#ACA883
(172,168,131)
#9B9876
(155,152,118)
#8A8869
(138,136,105)
#79785C
(121,120,92)
#68684F
(104,104,79)
#575842
(87,88,66)
#464835
(70,72,53)
#353828
(53,56,40)
#24281B
(36,40,27)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #BDB890

#BDB890
(189,184,144)
#C3BE9A
(195,190,154)
#C9C4A4
(201,196,164)
#CFCAAE
(207,202,174)
#D5D0B8
(213,208,184)
#DBD6C2
(219,214,194)
#E1DCCC
(225,220,204)
#E7E2D6
(231,226,214)
#EDE8E0
(237,232,224)
#F3EEEA
(243,238,234)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB890 color. Also use rgb(189,184,144) instead hex code.

Text Font Color

.myTextColor { color: #BDB890; }

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

This text font color is #BDB890.


Background Color

.myBgColor { background-color: #BDB890; }

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

This div background color is #BDB890.


Border color

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

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

This div border color is #BDB890.


Opacity

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

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

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

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

This text has shadow with #BDB890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB890 on black background.


Color preview on white background

This text has color #BDB890 on white background.



Black color preview on #BDB890 background

This text has black color on #BDB890 background.


White color preview on #BDB890 background

This text has white color on #BDB890 background.