COLOR #B9813C

HEX: #B9813C
RGB: (185,129,60)

Color info

#B9813C contains mainly red and green colors. Web safe color of #B9813C is #CC9933 (or #C93).

RGB color model

#B9813C color RGB value is (185,129,60).

  • red value is 185;
  • green value is 129;
  • blue value is 60.
RGB:
(185,129,60)
(73%,51%,24%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 60 of 255 = 24%

185
129
60

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

Portions of RGB colors in percentages

R + G + B =
185 + 129 + 60 = 374 (100%)
R 185 of 374 ~ 49.47%
G 129 of 374 ~ 34.49%
B 60 of 374 ~ 16.04%

%49.47
%34.49
%16.04

CMYK color model

#B9813C color CMYK value is (0,30,68,27).

  • cyan value is 0.00%
  • magenta value is 30.27%
  • yellow value is 67.57%
  • key color value is 27.45%
CMYK:
(0,30,68,27)
C0M30Y68K27 
(0%,30%,68%,27%)
(0.00/0.30/0.68/0.27)	

CMYK percentages

%0
%30.27
%67.57
%27.45

Codes

Color #B9813C in popluar color models

B9813C
RGB18512960
HSL33°51.02%48.04%
HSB/HSV33°67.57%72.55%
CMYK0.00%30.27%67.57%
27.45%

Color #B9813C in popluar number systems.

HEXB9813C
Decimal18512960
Binary1011100110000001111100
Octal27120174

Shades and tints

Shades of #B9813C

#B9813C
(185,129,60)
#A97637
(169,118,55)
#996B32
(153,107,50)
#89602D
(137,96,45)
#795528
(121,85,40)
#694A23
(105,74,35)
#593F1E
(89,63,30)
#493419
(73,52,25)
#392914
(57,41,20)
#291E0F
(41,30,15)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #B9813C

#B9813C
(185,129,60)
#BF8C4D
(191,140,77)
#C5975E
(197,151,94)
#CBA26F
(203,162,111)
#D1AD80
(209,173,128)
#D7B891
(215,184,145)
#DDC3A2
(221,195,162)
#E3CEB3
(227,206,179)
#E9D9C4
(233,217,196)
#EFE4D5
(239,228,213)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9813C color. Also use rgb(185,129,60) instead hex code.

Text Font Color

.myTextColor { color: #B9813C; }

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

This text font color is #B9813C.


Background Color

.myBgColor { background-color: #B9813C; }

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

This div background color is #B9813C.


Border color

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

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

This div border color is #B9813C.


Opacity

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

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

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

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

This text has shadow with #B9813C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9813C on black background.


Color preview on white background

This text has color #B9813C on white background.



Black color preview on #B9813C background

This text has black color on #B9813C background.


White color preview on #B9813C background

This text has white color on #B9813C background.