COLOR #B96D5A

HEX: #B96D5A
RGB: (185,109,90)

Color info

#B96D5A contains mainly red color. Web safe color of #B96D5A is #CC6666 (or #C66).

RGB color model

#B96D5A color RGB value is (185,109,90).

  • red value is 185;
  • green value is 109;
  • blue value is 90.
RGB:
(185,109,90)
(73%,43%,35%)

RGB channels and saturation

R 185 of 255 = 73%
G 109 of 255 = 43%
B 90 of 255 = 35%

185
109
90

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

Portions of RGB colors in percentages

R + G + B =
185 + 109 + 90 = 384 (100%)
R 185 of 384 ~ 48.18%
G 109 of 384 ~ 28.39%
B 90 of 384 ~ 23.44%

%48.18
%28.39
%23.44

CMYK color model

#B96D5A color CMYK value is (0,41,51,27).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 51.35%
  • key color value is 27.45%
CMYK:
(0,41,51,27)
C0M41Y51K27 
(0%,41%,51%,27%)
(0.00/0.41/0.51/0.27)	

CMYK percentages

%0
%41.08
%51.35
%27.45

Codes

Color #B96D5A in popluar color models

B96D5A
RGB18510990
HSL12°40.43%53.92%
HSB/HSV12°51.35%72.55%
CMYK0.00%41.08%51.35%
27.45%

Color #B96D5A in popluar number systems.

HEXB96D5A
Decimal18510990
Binary1011100111011011011010
Octal271155132

Shades and tints

Shades of #B96D5A

#B96D5A
(185,109,90)
#A96452
(169,100,82)
#995B4A
(153,91,74)
#895242
(137,82,66)
#79493A
(121,73,58)
#694032
(105,64,50)
#59372A
(89,55,42)
#492E22
(73,46,34)
#39251A
(57,37,26)
#291C12
(41,28,18)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #B96D5A

#B96D5A
(185,109,90)
#BF7A69
(191,122,105)
#C58778
(197,135,120)
#CB9487
(203,148,135)
#D1A196
(209,161,150)
#D7AEA5
(215,174,165)
#DDBBB4
(221,187,180)
#E3C8C3
(227,200,195)
#E9D5D2
(233,213,210)
#EFE2E1
(239,226,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96D5A color. Also use rgb(185,109,90) instead hex code.

Text Font Color

.myTextColor { color: #B96D5A; }

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

This text font color is #B96D5A.


Background Color

.myBgColor { background-color: #B96D5A; }

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

This div background color is #B96D5A.


Border color

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

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

This div border color is #B96D5A.


Opacity

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

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

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

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

This text has shadow with #B96D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96D5A on black background.


Color preview on white background

This text has color #B96D5A on white background.



Black color preview on #B96D5A background

This text has black color on #B96D5A background.


White color preview on #B96D5A background

This text has white color on #B96D5A background.