COLOR #B95949

HEX: #B95949
RGB: (185,89,73)

Color info

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

RGB color model

#B95949 color RGB value is (185,89,73).

  • red value is 185;
  • green value is 89;
  • blue value is 73.
RGB:
(185,89,73)
(73%,35%,29%)

RGB channels and saturation

R 185 of 255 = 73%
G 89 of 255 = 35%
B 73 of 255 = 29%

185
89
73

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

Portions of RGB colors in percentages

R + G + B =
185 + 89 + 73 = 347 (100%)
R 185 of 347 ~ 53.31%
G 89 of 347 ~ 25.65%
B 73 of 347 ~ 21.04%

%53.31
%25.65
%21.04

CMYK color model

#B95949 color CMYK value is (0,52,61,27).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 60.54%
  • key color value is 27.45%
CMYK:
(0,52,61,27)
C0M52Y61K27 
(0%,52%,61%,27%)
(0.00/0.52/0.61/0.27)	

CMYK percentages

%0
%51.89
%60.54
%27.45

Codes

Color #B95949 in popluar color models

B95949
RGB1858973
HSL44.44%50.59%
HSB/HSV60.54%72.55%
CMYK0.00%51.89%60.54%
27.45%

Color #B95949 in popluar number systems.

HEXB95949
Decimal1858973
Binary1011100110110011001001
Octal271131111

Shades and tints

Shades of #B95949

#B95949
(185,89,73)
#A95143
(169,81,67)
#99493D
(153,73,61)
#894137
(137,65,55)
#793931
(121,57,49)
#69312B
(105,49,43)
#592925
(89,41,37)
#49211F
(73,33,31)
#391919
(57,25,25)
#291113
(41,17,19)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #B95949

#B95949
(185,89,73)
#BF6859
(191,104,89)
#C57769
(197,119,105)
#CB8679
(203,134,121)
#D19589
(209,149,137)
#D7A499
(215,164,153)
#DDB3A9
(221,179,169)
#E3C2B9
(227,194,185)
#E9D1C9
(233,209,201)
#EFE0D9
(239,224,217)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95949 color. Also use rgb(185,89,73) instead hex code.

Text Font Color

.myTextColor { color: #B95949; }

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

This text font color is #B95949.


Background Color

.myBgColor { background-color: #B95949; }

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

This div background color is #B95949.


Border color

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

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

This div border color is #B95949.


Opacity

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

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

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

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

This text has shadow with #B95949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95949 on black background.


Color preview on white background

This text has color #B95949 on white background.



Black color preview on #B95949 background

This text has black color on #B95949 background.


White color preview on #B95949 background

This text has white color on #B95949 background.