COLOR #BD8684

HEX: #BD8684
RGB: (189,134,132)

Color info

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

RGB color model

#BD8684 color RGB value is (189,134,132).

  • red value is 189;
  • green value is 134;
  • blue value is 132.
RGB:
(189,134,132)
(74%,53%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 134 of 255 = 53%
B 132 of 255 = 52%

189
134
132

R + G + B ~ 60%. #BD8684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 134 + 132 = 455 (100%)
R 189 of 455 ~ 41.54%
G 134 of 455 ~ 29.45%
B 132 of 455 ~ 29.01%

%41.54
%29.45
%29.01

CMYK color model

#BD8684 color CMYK value is (0,29,30,26).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(0,29,30,26)
C0M29Y30K26 
(0%,29%,30%,26%)
(0.00/0.29/0.30/0.26)	

CMYK percentages

%0
%29.1
%30.16
%25.88

Codes

Color #BD8684 in popluar color models

BD8684
RGB189134132
HSL30.16%62.94%
HSB/HSV30.16%74.12%
CMYK0.00%29.10%30.16%
25.88%

Color #BD8684 in popluar number systems.

HEXBD8684
Decimal189134132
Binary101111011000011010000100
Octal275206204

Shades and tints

Shades of #BD8684

#BD8684
(189,134,132)
#AC7A78
(172,122,120)
#9B6E6C
(155,110,108)
#8A6260
(138,98,96)
#795654
(121,86,84)
#684A48
(104,74,72)
#573E3C
(87,62,60)
#463230
(70,50,48)
#352624
(53,38,36)
#241A18
(36,26,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #BD8684

#BD8684
(189,134,132)
#C3918F
(195,145,143)
#C99C9A
(201,156,154)
#CFA7A5
(207,167,165)
#D5B2B0
(213,178,176)
#DBBDBB
(219,189,187)
#E1C8C6
(225,200,198)
#E7D3D1
(231,211,209)
#EDDEDC
(237,222,220)
#F3E9E7
(243,233,231)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8684 color. Also use rgb(189,134,132) instead hex code.

Text Font Color

.myTextColor { color: #BD8684; }

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

This text font color is #BD8684.


Background Color

.myBgColor { background-color: #BD8684; }

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

This div background color is #BD8684.


Border color

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

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

This div border color is #BD8684.


Opacity

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

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

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

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

This text has shadow with #BD8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8684 on black background.


Color preview on white background

This text has color #BD8684 on white background.



Black color preview on #BD8684 background

This text has black color on #BD8684 background.


White color preview on #BD8684 background

This text has white color on #BD8684 background.