COLOR #BD8E92

HEX: #BD8E92
RGB: (189,142,146)

Color info

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

RGB color model

#BD8E92 color RGB value is (189,142,146).

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

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 146 of 255 = 57%

189
142
146

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

Portions of RGB colors in percentages

R + G + B =
189 + 142 + 146 = 477 (100%)
R 189 of 477 ~ 39.62%
G 142 of 477 ~ 29.77%
B 146 of 477 ~ 30.61%

%39.62
%29.77
%30.61

CMYK color model

#BD8E92 color CMYK value is (0,25,23,26).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(0,25,23,26)
C0M25Y23K26 
(0%,25%,23%,26%)
(0.00/0.25/0.23/0.26)	

CMYK percentages

%0
%24.87
%22.75
%25.88

Codes

Color #BD8E92 in popluar color models

BD8E92
RGB189142146
HSL355°26.26%64.90%
HSB/HSV355°24.87%74.12%
CMYK0.00%24.87%22.75%
25.88%

Color #BD8E92 in popluar number systems.

HEXBD8E92
Decimal189142146
Binary101111011000111010010010
Octal275216222

Shades and tints

Shades of #BD8E92

#BD8E92
(189,142,146)
#AC8285
(172,130,133)
#9B7678
(155,118,120)
#8A6A6B
(138,106,107)
#795E5E
(121,94,94)
#685251
(104,82,81)
#574644
(87,70,68)
#463A37
(70,58,55)
#352E2A
(53,46,42)
#24221D
(36,34,29)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #BD8E92

#BD8E92
(189,142,146)
#C3989B
(195,152,155)
#C9A2A4
(201,162,164)
#CFACAD
(207,172,173)
#D5B6B6
(213,182,182)
#DBC0BF
(219,192,191)
#E1CAC8
(225,202,200)
#E7D4D1
(231,212,209)
#EDDEDA
(237,222,218)
#F3E8E3
(243,232,227)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8E92; }

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

This text font color is #BD8E92.


Background Color

.myBgColor { background-color: #BD8E92; }

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

This div background color is #BD8E92.


Border color

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

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

This div border color is #BD8E92.


Opacity

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

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

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

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

This text has shadow with #BD8E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8E92 on black background.


Color preview on white background

This text has color #BD8E92 on white background.



Black color preview on #BD8E92 background

This text has black color on #BD8E92 background.


White color preview on #BD8E92 background

This text has white color on #BD8E92 background.