COLOR #BD847F

HEX: #BD847F
RGB: (189,132,127)

Color info

#BD847F contains mainly red and green colors. Web safe color of #BD847F is #CC9966 (or #C96).

RGB color model

#BD847F color RGB value is (189,132,127).

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

RGB channels and saturation

R 189 of 255 = 74%
G 132 of 255 = 52%
B 127 of 255 = 50%

189
132
127

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

Portions of RGB colors in percentages

R + G + B =
189 + 132 + 127 = 448 (100%)
R 189 of 448 ~ 42.19%
G 132 of 448 ~ 29.46%
B 127 of 448 ~ 28.35%

%42.19
%29.46
%28.35

CMYK color model

#BD847F color CMYK value is (0,30,33,26).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(0,30,33,26)
C0M30Y33K26 
(0%,30%,33%,26%)
(0.00/0.30/0.33/0.26)	

CMYK percentages

%0
%30.16
%32.8
%25.88

Codes

Color #BD847F in popluar color models

BD847F
RGB189132127
HSL31.96%61.96%
HSB/HSV32.80%74.12%
CMYK0.00%30.16%32.80%
25.88%

Color #BD847F in popluar number systems.

HEXBD847F
Decimal189132127
Binary10111101100001001111111
Octal275204177

Shades and tints

Shades of #BD847F

#BD847F
(189,132,127)
#AC7874
(172,120,116)
#9B6C69
(155,108,105)
#8A605E
(138,96,94)
#795453
(121,84,83)
#684848
(104,72,72)
#573C3D
(87,60,61)
#463032
(70,48,50)
#352427
(53,36,39)
#24181C
(36,24,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #BD847F

#BD847F
(189,132,127)
#C38F8A
(195,143,138)
#C99A95
(201,154,149)
#CFA5A0
(207,165,160)
#D5B0AB
(213,176,171)
#DBBBB6
(219,187,182)
#E1C6C1
(225,198,193)
#E7D1CC
(231,209,204)
#EDDCD7
(237,220,215)
#F3E7E2
(243,231,226)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD847F; }

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

This text font color is #BD847F.


Background Color

.myBgColor { background-color: #BD847F; }

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

This div background color is #BD847F.


Border color

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

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

This div border color is #BD847F.


Opacity

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

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

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

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

This text has shadow with #BD847F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD847F on black background.


Color preview on white background

This text has color #BD847F on white background.



Black color preview on #BD847F background

This text has black color on #BD847F background.


White color preview on #BD847F background

This text has white color on #BD847F background.