COLOR #B9827D

HEX: #B9827D
RGB: (185,130,125)

Color info

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

RGB color model

#B9827D color RGB value is (185,130,125).

  • red value is 185;
  • green value is 130;
  • blue value is 125.
RGB:
(185,130,125)
(73%,51%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 125 of 255 = 49%

185
130
125

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

Portions of RGB colors in percentages

R + G + B =
185 + 130 + 125 = 440 (100%)
R 185 of 440 ~ 42.05%
G 130 of 440 ~ 29.55%
B 125 of 440 ~ 28.41%

%42.05
%29.55
%28.41

CMYK color model

#B9827D color CMYK value is (0,30,32,27).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,30,32,27)
C0M30Y32K27 
(0%,30%,32%,27%)
(0.00/0.30/0.32/0.27)	

CMYK percentages

%0
%29.73
%32.43
%27.45

Codes

Color #B9827D in popluar color models

B9827D
RGB185130125
HSL30.00%60.78%
HSB/HSV32.43%72.55%
CMYK0.00%29.73%32.43%
27.45%

Color #B9827D in popluar number systems.

HEXB9827D
Decimal185130125
Binary10111001100000101111101
Octal271202175

Shades and tints

Shades of #B9827D

#B9827D
(185,130,125)
#A97772
(169,119,114)
#996C67
(153,108,103)
#89615C
(137,97,92)
#795651
(121,86,81)
#694B46
(105,75,70)
#59403B
(89,64,59)
#493530
(73,53,48)
#392A25
(57,42,37)
#291F1A
(41,31,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B9827D

#B9827D
(185,130,125)
#BF8D88
(191,141,136)
#C59893
(197,152,147)
#CBA39E
(203,163,158)
#D1AEA9
(209,174,169)
#D7B9B4
(215,185,180)
#DDC4BF
(221,196,191)
#E3CFCA
(227,207,202)
#E9DAD5
(233,218,213)
#EFE5E0
(239,229,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9827D color. Also use rgb(185,130,125) instead hex code.

Text Font Color

.myTextColor { color: #B9827D; }

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

This text font color is #B9827D.


Background Color

.myBgColor { background-color: #B9827D; }

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

This div background color is #B9827D.


Border color

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

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

This div border color is #B9827D.


Opacity

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

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

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

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

This text has shadow with #B9827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9827D on black background.


Color preview on white background

This text has color #B9827D on white background.



Black color preview on #B9827D background

This text has black color on #B9827D background.


White color preview on #B9827D background

This text has white color on #B9827D background.