COLOR #B95B5B

HEX: #B95B5B RGB: (185,91,91)

Color info

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

RGB color model

#B95B5B color RGB value is (185,91,91).

RGB: (185,91,91) (73%, 36%, 36%)

RGB channels and saturation

R 185 of 255 = 73%
G 91 of 255 = 36%
B 91 of 255 = 36%

185
91
91

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

Portions of RGB colors in percentages

R + G + B = 185 + 91 + 91 = 367 (100%)
R 185 of 367 ~ 50.41%
G 91 of 367 ~ 24.8%
B 91 of 367 ~ 24.8'%

%50.41
%24.8
%24.8

CMYK color model

#B95B5B color CMYK value is (0,51,51,27).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 50.81%
  • key color value is 27.45%

CMYK: (0,51,51,27)
C0M51Y51K27 (0%, 51%, 51%, 27%)
(0.00 / 0.51 / 0.51 / 0.27)

CMYK percentages

%0
%50.81
%50.81
%27.45

Codes

Color #B95B5B in popluar color models

B9 5B 5B
RGB 185 91 91
HSL 40.17% 54.12%
HSB/HSV 50.81% 72.55%
CMYK 0.00% 50.81% 50.81%
27.45%

Color #B95B5B in popluar number systems.

HEX B9 5B 5B
Decimal 185 91 91
Binary 10111001 1011011 1011011
Octal 271 133 133

Shades and tints

Shades of #B95B5B

#B95B5B
(185,91,91)
#A95353
(169,83,83)
#994B4B
(153,75,75)
#894343
(137,67,67)
#793B3B
(121,59,59)
#693333
(105,51,51)
#592B2B
(89,43,43)
#492323
(73,35,35)
#391B1B
(57,27,27)
#291313
(41,19,19)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #B95B5B

#B95B5B
(185,91,91)
#BF6969
(191,105,105)
#C57777
(197,119,119)
#CB8585
(203,133,133)
#D19393
(209,147,147)
#D7A1A1
(215,161,161)
#DDAFAF
(221,175,175)
#E3BDBD
(227,189,189)
#E9CBCB
(233,203,203)
#EFD9D9
(239,217,217)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95B5B; }

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

This text font color is #B95B5B.

Background Color

.myBgColor { background-color: #B95B5B; }

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

This div background color is #B95B5B.

Border color

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

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

This div border color is #B95B5B.

Opacity

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

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

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

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

This text has shadow with #B95B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95B5B.

Preview

Color preview on black background

This text has color #B95B5B on black background.


Color preview on white background

This text has color #B95B5B on white background.


Black color preview on #B95B5B background

This text has black color on #B95B5B background.


White color preview on #B95B5B background

This text has white color on #B95B5B background.


Related colors

Complementary color

Complementary color for #hex is #46A4A4.


I love getcolorcode.com