COLOR #B96D23

HEX: #B96D23
RGB: (185,109,35)

Color info

#B96D23 contains mainly red color. Web safe color of #B96D23 is #CC6633 (or #C63).

RGB color model

#B96D23 color RGB value is (185,109,35).

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

RGB channels and saturation

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

185
109
35

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

Portions of RGB colors in percentages

R + G + B =
185 + 109 + 35 = 329 (100%)
R 185 of 329 ~ 56.23%
G 109 of 329 ~ 33.13%
B 35 of 329 ~ 10.64%

%56.23
%33.13
%10.64

CMYK color model

#B96D23 color CMYK value is (0,41,81,27).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 81.08%
  • key color value is 27.45%
CMYK:
(0,41,81,27)
C0M41Y81K27 
(0%,41%,81%,27%)
(0.00/0.41/0.81/0.27)	

CMYK percentages

%0
%41.08
%81.08
%27.45

Codes

Color #B96D23 in popluar color models

B96D23
RGB18510935
HSL30°68.18%43.14%
HSB/HSV30°81.08%72.55%
CMYK0.00%41.08%81.08%
27.45%

Color #B96D23 in popluar number systems.

HEXB96D23
Decimal18510935
Binary101110011101101100011
Octal27115543

Shades and tints

Shades of #B96D23

#B96D23
(185,109,35)
#A96420
(169,100,32)
#995B1D
(153,91,29)
#89521A
(137,82,26)
#794917
(121,73,23)
#694014
(105,64,20)
#593711
(89,55,17)
#492E0E
(73,46,14)
#39250B
(57,37,11)
#291C08
(41,28,8)
#191305
(25,19,5)
#000000
(0,0,0)

Tints of #B96D23

#B96D23
(185,109,35)
#BF7A37
(191,122,55)
#C5874B
(197,135,75)
#CB945F
(203,148,95)
#D1A173
(209,161,115)
#D7AE87
(215,174,135)
#DDBB9B
(221,187,155)
#E3C8AF
(227,200,175)
#E9D5C3
(233,213,195)
#EFE2D7
(239,226,215)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96D23; }

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

This text font color is #B96D23.


Background Color

.myBgColor { background-color: #B96D23; }

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

This div background color is #B96D23.


Border color

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

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

This div border color is #B96D23.


Opacity

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

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

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

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

This text has shadow with #B96D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96D23 on black background.


Color preview on white background

This text has color #B96D23 on white background.



Black color preview on #B96D23 background

This text has black color on #B96D23 background.


White color preview on #B96D23 background

This text has white color on #B96D23 background.