COLOR #BD8B90

HEX: #BD8B90 RGB: (189,139,144)

Color info

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

RGB color model

#BD8B90 color RGB value is (189,139,144).

RGB: (189,139,144) (74%, 55%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 139 of 255 = 55%
B 144 of 255 = 56%

189
139
144

R + G + B ~ 62%. #BD8B90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 139 + 144 = 472 (100%)
R 189 of 472 ~ 40.04%
G 139 of 472 ~ 29.45%
B 144 of 472 ~ 30.51'%

%40.04
%29.45
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.46%
  • yellow value is 23.81%
  • key color value is 25.88%

CMYK: (0,26,24,26)
C0M26Y24K26 (0%, 26%, 24%, 26%)
(0.00 / 0.26 / 0.24 / 0.26)

CMYK percentages

%0
%26.46
%23.81
%25.88

Codes

Color #BD8B90 in popluar color models

BD 8B 90
RGB 189 139 144
HSL 354° 27.47% 64.31%
HSB/HSV 354° 26.46% 74.12%
CMYK 0.00% 26.46% 23.81%
25.88%

Color #BD8B90 in popluar number systems.

HEX BD 8B 90
Decimal 189 139 144
Binary 10111101 10001011 10010000
Octal 275 213 220

Shades and tints

Shades of #BD8B90

#BD8B90
(189,139,144)
#AC7F83
(172,127,131)
#9B7376
(155,115,118)
#8A6769
(138,103,105)
#795B5C
(121,91,92)
#684F4F
(104,79,79)
#574342
(87,67,66)
#463735
(70,55,53)
#352B28
(53,43,40)
#241F1B
(36,31,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BD8B90

#BD8B90
(189,139,144)
#C3959A
(195,149,154)
#C99FA4
(201,159,164)
#CFA9AE
(207,169,174)
#D5B3B8
(213,179,184)
#DBBDC2
(219,189,194)
#E1C7CC
(225,199,204)
#E7D1D6
(231,209,214)
#EDDBE0
(237,219,224)
#F3E5EA
(243,229,234)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8B90; }

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

This text font color is #BD8B90.

Background Color

.myBgColor { background-color: #BD8B90; }

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

This div background color is #BD8B90.

Border color

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

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

This div border color is #BD8B90.

Opacity

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

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

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

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

This text has shadow with #BD8B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8B90.

Preview

Color preview on black background

This text has color #BD8B90 on black background.


Color preview on white background

This text has color #BD8B90 on white background.


Black color preview on #BD8B90 background

This text has black color on #BD8B90 background.


White color preview on #BD8B90 background

This text has white color on #BD8B90 background.


Related colors

Complementary color

Complementary color for #hex is #42746F.


I love getcolorcode.com

Triadic colors

1 #90BD8B and #8B90BD with #BD8B90 are triadic colors.

2 #908BBD and #8BBD90 with #BD8B90 are triadic colors.