COLOR #B95F27

HEX: #B95F27
RGB: (185,95,39)

Color info

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

RGB color model

#B95F27 color RGB value is (185,95,39).

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

RGB channels and saturation

R 185 of 255 = 73%
G 95 of 255 = 37%
B 39 of 255 = 15%

185
95
39

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

Portions of RGB colors in percentages

R + G + B =
185 + 95 + 39 = 319 (100%)
R 185 of 319 ~ 57.99%
G 95 of 319 ~ 29.78%
B 39 of 319 ~ 12.23%

%57.99
%29.78
%12.23

CMYK color model

#B95F27 color CMYK value is (0,49,79,27).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 78.92%
  • key color value is 27.45%
CMYK:
(0,49,79,27)
C0M49Y79K27 
(0%,49%,79%,27%)
(0.00/0.49/0.79/0.27)	

CMYK percentages

%0
%48.65
%78.92
%27.45

Codes

Color #B95F27 in popluar color models

B95F27
RGB1859539
HSL23°65.18%43.92%
HSB/HSV23°78.92%72.55%
CMYK0.00%48.65%78.92%
27.45%

Color #B95F27 in popluar number systems.

HEXB95F27
Decimal1859539
Binary101110011011111100111
Octal27113747

Shades and tints

Shades of #B95F27

#B95F27
(185,95,39)
#A95724
(169,87,36)
#994F21
(153,79,33)
#89471E
(137,71,30)
#793F1B
(121,63,27)
#693718
(105,55,24)
#592F15
(89,47,21)
#492712
(73,39,18)
#391F0F
(57,31,15)
#29170C
(41,23,12)
#190F09
(25,15,9)
#000000
(0,0,0)

Tints of #B95F27

#B95F27
(185,95,39)
#BF6D3A
(191,109,58)
#C57B4D
(197,123,77)
#CB8960
(203,137,96)
#D19773
(209,151,115)
#D7A586
(215,165,134)
#DDB399
(221,179,153)
#E3C1AC
(227,193,172)
#E9CFBF
(233,207,191)
#EFDDD2
(239,221,210)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95F27; }

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

This text font color is #B95F27.


Background Color

.myBgColor { background-color: #B95F27; }

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

This div background color is #B95F27.


Border color

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

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

This div border color is #B95F27.


Opacity

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

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

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

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

This text has shadow with #B95F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95F27 on black background.


Color preview on white background

This text has color #B95F27 on white background.



Black color preview on #B95F27 background

This text has black color on #B95F27 background.


White color preview on #B95F27 background

This text has white color on #B95F27 background.