COLOR #BD8A89

HEX: #BD8A89
RGB: (189,138,137)

Color info

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

RGB color model

#BD8A89 color RGB value is (189,138,137).

  • red value is 189;
  • green value is 138;
  • blue value is 137.
RGB:
(189,138,137)
(74%,54%,54%)

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 137 of 255 = 54%

189
138
137

R + G + B ~ 61%. #BD8A89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 137 = 464 (100%)
R 189 of 464 ~ 40.73%
G 138 of 464 ~ 29.74%
B 137 of 464 ~ 29.53%

%40.73
%29.74
%29.53

CMYK color model

#BD8A89 color CMYK value is (0,27,28,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(0,27,28,26)
C0M27Y28K26 
(0%,27%,28%,26%)
(0.00/0.27/0.28/0.26)	

CMYK percentages

%0
%26.98
%27.51
%25.88

Codes

Color #BD8A89 in popluar color models

BD8A89
RGB189138137
HSL28.26%63.92%
HSB/HSV27.51%74.12%
CMYK0.00%26.98%27.51%
25.88%

Color #BD8A89 in popluar number systems.

HEXBD8A89
Decimal189138137
Binary101111011000101010001001
Octal275212211

Shades and tints

Shades of #BD8A89

#BD8A89
(189,138,137)
#AC7E7D
(172,126,125)
#9B7271
(155,114,113)
#8A6665
(138,102,101)
#795A59
(121,90,89)
#684E4D
(104,78,77)
#574241
(87,66,65)
#463635
(70,54,53)
#352A29
(53,42,41)
#241E1D
(36,30,29)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BD8A89

#BD8A89
(189,138,137)
#C39493
(195,148,147)
#C99E9D
(201,158,157)
#CFA8A7
(207,168,167)
#D5B2B1
(213,178,177)
#DBBCBB
(219,188,187)
#E1C6C5
(225,198,197)
#E7D0CF
(231,208,207)
#EDDAD9
(237,218,217)
#F3E4E3
(243,228,227)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8A89 color. Also use rgb(189,138,137) instead hex code.

Text Font Color

.myTextColor { color: #BD8A89; }

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

This text font color is #BD8A89.


Background Color

.myBgColor { background-color: #BD8A89; }

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

This div background color is #BD8A89.


Border color

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

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

This div border color is #BD8A89.


Opacity

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

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

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

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

This text has shadow with #BD8A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8A89 on black background.


Color preview on white background

This text has color #BD8A89 on white background.



Black color preview on #BD8A89 background

This text has black color on #BD8A89 background.


White color preview on #BD8A89 background

This text has white color on #BD8A89 background.