COLOR #B9705F

HEX: #B9705F
RGB: (185,112,95)

Color info

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

RGB color model

#B9705F color RGB value is (185,112,95).

  • red value is 185;
  • green value is 112;
  • blue value is 95.
RGB:
(185,112,95)
(73%,44%,37%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 95 of 255 = 37%

185
112
95

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

Portions of RGB colors in percentages

R + G + B =
185 + 112 + 95 = 392 (100%)
R 185 of 392 ~ 47.19%
G 112 of 392 ~ 28.57%
B 95 of 392 ~ 24.23%

%47.19
%28.57
%24.23

CMYK color model

#B9705F color CMYK value is (0,39,49,27).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 48.65%
  • key color value is 27.45%
CMYK:
(0,39,49,27)
C0M39Y49K27 
(0%,39%,49%,27%)
(0.00/0.39/0.49/0.27)	

CMYK percentages

%0
%39.46
%48.65
%27.45

Codes

Color #B9705F in popluar color models

B9705F
RGB18511295
HSL11°39.13%54.90%
HSB/HSV11°48.65%72.55%
CMYK0.00%39.46%48.65%
27.45%

Color #B9705F in popluar number systems.

HEXB9705F
Decimal18511295
Binary1011100111100001011111
Octal271160137

Shades and tints

Shades of #B9705F

#B9705F
(185,112,95)
#A96657
(169,102,87)
#995C4F
(153,92,79)
#895247
(137,82,71)
#79483F
(121,72,63)
#693E37
(105,62,55)
#59342F
(89,52,47)
#492A27
(73,42,39)
#39201F
(57,32,31)
#291617
(41,22,23)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #B9705F

#B9705F
(185,112,95)
#BF7D6D
(191,125,109)
#C58A7B
(197,138,123)
#CB9789
(203,151,137)
#D1A497
(209,164,151)
#D7B1A5
(215,177,165)
#DDBEB3
(221,190,179)
#E3CBC1
(227,203,193)
#E9D8CF
(233,216,207)
#EFE5DD
(239,229,221)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9705F color. Also use rgb(185,112,95) instead hex code.

Text Font Color

.myTextColor { color: #B9705F; }

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

This text font color is #B9705F.


Background Color

.myBgColor { background-color: #B9705F; }

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

This div background color is #B9705F.


Border color

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

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

This div border color is #B9705F.


Opacity

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

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

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

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

This text has shadow with #B9705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9705F on black background.


Color preview on white background

This text has color #B9705F on white background.



Black color preview on #B9705F background

This text has black color on #B9705F background.


White color preview on #B9705F background

This text has white color on #B9705F background.