COLOR #BDB091

HEX: #BDB091
RGB: (189,176,145)

Color info

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

RGB color model

#BDB091 color RGB value is (189,176,145).

  • red value is 189;
  • green value is 176;
  • blue value is 145.
RGB:
(189,176,145)
(74%,69%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 145 of 255 = 57%

189
176
145

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

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 145 = 510 (100%)
R 189 of 510 ~ 37.06%
G 176 of 510 ~ 34.51%
B 145 of 510 ~ 28.43%

%37.06
%34.51
%28.43

CMYK color model

#BDB091 color CMYK value is (0,7,23,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(0,7,23,26)
C0M7Y23K26 
(0%,7%,23%,26%)
(0.00/0.07/0.23/0.26)	

CMYK percentages

%0
%6.88
%23.28
%25.88

Codes

Color #BDB091 in popluar color models

BDB091
RGB189176145
HSL42°25.00%65.49%
HSB/HSV42°23.28%74.12%
CMYK0.00%6.88%23.28%
25.88%

Color #BDB091 in popluar number systems.

HEXBDB091
Decimal189176145
Binary101111011011000010010001
Octal275260221

Shades and tints

Shades of #BDB091

#BDB091
(189,176,145)
#ACA084
(172,160,132)
#9B9077
(155,144,119)
#8A806A
(138,128,106)
#79705D
(121,112,93)
#686050
(104,96,80)
#575043
(87,80,67)
#464036
(70,64,54)
#353029
(53,48,41)
#24201C
(36,32,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #BDB091

#BDB091
(189,176,145)
#C3B79B
(195,183,155)
#C9BEA5
(201,190,165)
#CFC5AF
(207,197,175)
#D5CCB9
(213,204,185)
#DBD3C3
(219,211,195)
#E1DACD
(225,218,205)
#E7E1D7
(231,225,215)
#EDE8E1
(237,232,225)
#F3EFEB
(243,239,235)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB091 color. Also use rgb(189,176,145) instead hex code.

Text Font Color

.myTextColor { color: #BDB091; }

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

This text font color is #BDB091.


Background Color

.myBgColor { background-color: #BDB091; }

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

This div background color is #BDB091.


Border color

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

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

This div border color is #BDB091.


Opacity

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

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

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

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

This text has shadow with #BDB091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB091 on black background.


Color preview on white background

This text has color #BDB091 on white background.



Black color preview on #BDB091 background

This text has black color on #BDB091 background.


White color preview on #BDB091 background

This text has white color on #BDB091 background.