COLOR #B9735C

HEX: #B9735C
RGB: (185,115,92)

Color info

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

RGB color model

#B9735C color RGB value is (185,115,92).

  • red value is 185;
  • green value is 115;
  • blue value is 92.
RGB:
(185,115,92)
(73%,45%,36%)

RGB channels and saturation

R 185 of 255 = 73%
G 115 of 255 = 45%
B 92 of 255 = 36%

185
115
92

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

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 92 = 392 (100%)
R 185 of 392 ~ 47.19%
G 115 of 392 ~ 29.34%
B 92 of 392 ~ 23.47%

%47.19
%29.34
%23.47

CMYK color model

#B9735C color CMYK value is (0,38,50,27).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 50.27%
  • key color value is 27.45%
CMYK:
(0,38,50,27)
C0M38Y50K27 
(0%,38%,50%,27%)
(0.00/0.38/0.50/0.27)	

CMYK percentages

%0
%37.84
%50.27
%27.45

Codes

Color #B9735C in popluar color models

B9735C
RGB18511592
HSL15°39.91%54.31%
HSB/HSV15°50.27%72.55%
CMYK0.00%37.84%50.27%
27.45%

Color #B9735C in popluar number systems.

HEXB9735C
Decimal18511592
Binary1011100111100111011100
Octal271163134

Shades and tints

Shades of #B9735C

#B9735C
(185,115,92)
#A96954
(169,105,84)
#995F4C
(153,95,76)
#895544
(137,85,68)
#794B3C
(121,75,60)
#694134
(105,65,52)
#59372C
(89,55,44)
#492D24
(73,45,36)
#39231C
(57,35,28)
#291914
(41,25,20)
#190F0C
(25,15,12)
#000000
(0,0,0)

Tints of #B9735C

#B9735C
(185,115,92)
#BF7F6A
(191,127,106)
#C58B78
(197,139,120)
#CB9786
(203,151,134)
#D1A394
(209,163,148)
#D7AFA2
(215,175,162)
#DDBBB0
(221,187,176)
#E3C7BE
(227,199,190)
#E9D3CC
(233,211,204)
#EFDFDA
(239,223,218)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9735C color. Also use rgb(185,115,92) instead hex code.

Text Font Color

.myTextColor { color: #B9735C; }

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

This text font color is #B9735C.


Background Color

.myBgColor { background-color: #B9735C; }

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

This div background color is #B9735C.


Border color

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

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

This div border color is #B9735C.


Opacity

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

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

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

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

This text has shadow with #B9735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9735C on black background.


Color preview on white background

This text has color #B9735C on white background.



Black color preview on #B9735C background

This text has black color on #B9735C background.


White color preview on #B9735C background

This text has white color on #B9735C background.