COLOR #BDB194

HEX: #BDB194
RGB: (189,177,148)

Color info

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

RGB color model

#BDB194 color RGB value is (189,177,148).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 148 of 255 = 58%

189
177
148

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 148 = 514 (100%)
R 189 of 514 ~ 36.77%
G 177 of 514 ~ 34.44%
B 148 of 514 ~ 28.79%

%36.77
%34.44
%28.79

CMYK color model

#BDB194 color CMYK value is (0,6,22,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(0,6,22,26)
C0M6Y22K26 
(0%,6%,22%,26%)
(0.00/0.06/0.22/0.26)	

CMYK percentages

%0
%6.35
%21.69
%25.88

Codes

Color #BDB194 in popluar color models

BDB194
RGB189177148
HSL42°23.70%66.08%
HSB/HSV42°21.69%74.12%
CMYK0.00%6.35%21.69%
25.88%

Color #BDB194 in popluar number systems.

HEXBDB194
Decimal189177148
Binary101111011011000110010100
Octal275261224

Shades and tints

Shades of #BDB194

#BDB194
(189,177,148)
#ACA187
(172,161,135)
#9B917A
(155,145,122)
#8A816D
(138,129,109)
#797160
(121,113,96)
#686153
(104,97,83)
#575146
(87,81,70)
#464139
(70,65,57)
#35312C
(53,49,44)
#24211F
(36,33,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BDB194

#BDB194
(189,177,148)
#C3B89D
(195,184,157)
#C9BFA6
(201,191,166)
#CFC6AF
(207,198,175)
#D5CDB8
(213,205,184)
#DBD4C1
(219,212,193)
#E1DBCA
(225,219,202)
#E7E2D3
(231,226,211)
#EDE9DC
(237,233,220)
#F3F0E5
(243,240,229)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB194; }

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

This text font color is #BDB194.


Background Color

.myBgColor { background-color: #BDB194; }

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

This div background color is #BDB194.


Border color

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

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

This div border color is #BDB194.


Opacity

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

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

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

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

This text has shadow with #BDB194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB194 on black background.


Color preview on white background

This text has color #BDB194 on white background.



Black color preview on #BDB194 background

This text has black color on #BDB194 background.


White color preview on #BDB194 background

This text has white color on #BDB194 background.