COLOR #BD847A

HEX: #BD847A
RGB: (189,132,122)

Color info

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

RGB color model

#BD847A color RGB value is (189,132,122).

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

RGB channels and saturation

R 189 of 255 = 74%
G 132 of 255 = 52%
B 122 of 255 = 48%

189
132
122

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

Portions of RGB colors in percentages

R + G + B =
189 + 132 + 122 = 443 (100%)
R 189 of 443 ~ 42.66%
G 132 of 443 ~ 29.8%
B 122 of 443 ~ 27.54%

%42.66
%29.8
%27.54

CMYK color model

#BD847A color CMYK value is (0,30,35,26).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 35.45%
  • key color value is 25.88%
CMYK:
(0,30,35,26)
C0M30Y35K26 
(0%,30%,35%,26%)
(0.00/0.30/0.35/0.26)	

CMYK percentages

%0
%30.16
%35.45
%25.88

Codes

Color #BD847A in popluar color models

BD847A
RGB189132122
HSL33.67%60.98%
HSB/HSV35.45%74.12%
CMYK0.00%30.16%35.45%
25.88%

Color #BD847A in popluar number systems.

HEXBD847A
Decimal189132122
Binary10111101100001001111010
Octal275204172

Shades and tints

Shades of #BD847A

#BD847A
(189,132,122)
#AC786F
(172,120,111)
#9B6C64
(155,108,100)
#8A6059
(138,96,89)
#79544E
(121,84,78)
#684843
(104,72,67)
#573C38
(87,60,56)
#46302D
(70,48,45)
#352422
(53,36,34)
#241817
(36,24,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #BD847A

#BD847A
(189,132,122)
#C38F86
(195,143,134)
#C99A92
(201,154,146)
#CFA59E
(207,165,158)
#D5B0AA
(213,176,170)
#DBBBB6
(219,187,182)
#E1C6C2
(225,198,194)
#E7D1CE
(231,209,206)
#EDDCDA
(237,220,218)
#F3E7E6
(243,231,230)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD847A; }

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

This text font color is #BD847A.


Background Color

.myBgColor { background-color: #BD847A; }

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

This div background color is #BD847A.


Border color

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

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

This div border color is #BD847A.


Opacity

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

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

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

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

This text has shadow with #BD847A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD847A on black background.


Color preview on white background

This text has color #BD847A on white background.



Black color preview on #BD847A background

This text has black color on #BD847A background.


White color preview on #BD847A background

This text has white color on #BD847A background.