COLOR #BDA38E

HEX: #BDA38E
RGB: (189,163,142)

Color info

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

RGB color model

#BDA38E color RGB value is (189,163,142).

  • red value is 189;
  • green value is 163;
  • blue value is 142.
RGB:
(189,163,142)
(74%,64%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 142 of 255 = 56%

189
163
142

R + G + B ~ 65%. #BDA38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 163 + 142 = 494 (100%)
R 189 of 494 ~ 38.26%
G 163 of 494 ~ 33%
B 142 of 494 ~ 28.74%

%38.26
%33
%28.74

CMYK color model

#BDA38E color CMYK value is (0,14,25,26).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,14,25,26)
C0M14Y25K26 
(0%,14%,25%,26%)
(0.00/0.14/0.25/0.26)	

CMYK percentages

%0
%13.76
%24.87
%25.88

Codes

Color #BDA38E in popluar color models

BDA38E
RGB189163142
HSL27°26.26%64.90%
HSB/HSV27°24.87%74.12%
CMYK0.00%13.76%24.87%
25.88%

Color #BDA38E in popluar number systems.

HEXBDA38E
Decimal189163142
Binary101111011010001110001110
Octal275243216

Shades and tints

Shades of #BDA38E

#BDA38E
(189,163,142)
#AC9582
(172,149,130)
#9B8776
(155,135,118)
#8A796A
(138,121,106)
#796B5E
(121,107,94)
#685D52
(104,93,82)
#574F46
(87,79,70)
#46413A
(70,65,58)
#35332E
(53,51,46)
#242522
(36,37,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDA38E

#BDA38E
(189,163,142)
#C3AB98
(195,171,152)
#C9B3A2
(201,179,162)
#CFBBAC
(207,187,172)
#D5C3B6
(213,195,182)
#DBCBC0
(219,203,192)
#E1D3CA
(225,211,202)
#E7DBD4
(231,219,212)
#EDE3DE
(237,227,222)
#F3EBE8
(243,235,232)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA38E color. Also use rgb(189,163,142) instead hex code.

Text Font Color

.myTextColor { color: #BDA38E; }

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

This text font color is #BDA38E.


Background Color

.myBgColor { background-color: #BDA38E; }

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

This div background color is #BDA38E.


Border color

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

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

This div border color is #BDA38E.


Opacity

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

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

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

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

This text has shadow with #BDA38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA38E on black background.


Color preview on white background

This text has color #BDA38E on white background.



Black color preview on #BDA38E background

This text has black color on #BDA38E background.


White color preview on #BDA38E background

This text has white color on #BDA38E background.