COLOR #B95D5D

HEX: #B95D5D
RGB: (185,93,93)

Color info

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

RGB color model

#B95D5D color RGB value is (185,93,93).

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

RGB channels and saturation

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

185
93
93

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

Portions of RGB colors in percentages

R + G + B =
185 + 93 + 93 = 371 (100%)
R 185 of 371 ~ 49.87%
G 93 of 371 ~ 25.07%
B 93 of 371 ~ 25.07%

%49.87
%25.07
%25.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 49.73%
  • key color value is 27.45%
CMYK:
(0,50,50,27)
C0M50Y50K27 
(0%,50%,50%,27%)
(0.00/0.50/0.50/0.27)	

CMYK percentages

%0
%49.73
%49.73
%27.45

Codes

Color #B95D5D in popluar color models

B95D5D
RGB1859393
HSL39.66%54.51%
HSB/HSV49.73%72.55%
CMYK0.00%49.73%49.73%
27.45%

Color #B95D5D in popluar number systems.

HEXB95D5D
Decimal1859393
Binary1011100110111011011101
Octal271135135

Shades and tints

Shades of #B95D5D

#B95D5D
(185,93,93)
#A95555
(169,85,85)
#994D4D
(153,77,77)
#894545
(137,69,69)
#793D3D
(121,61,61)
#693535
(105,53,53)
#592D2D
(89,45,45)
#492525
(73,37,37)
#391D1D
(57,29,29)
#291515
(41,21,21)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #B95D5D

#B95D5D
(185,93,93)
#BF6B6B
(191,107,107)
#C57979
(197,121,121)
#CB8787
(203,135,135)
#D19595
(209,149,149)
#D7A3A3
(215,163,163)
#DDB1B1
(221,177,177)
#E3BFBF
(227,191,191)
#E9CDCD
(233,205,205)
#EFDBDB
(239,219,219)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95D5D; }

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

This text font color is #B95D5D.


Background Color

.myBgColor { background-color: #B95D5D; }

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

This div background color is #B95D5D.


Border color

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

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

This div border color is #B95D5D.


Opacity

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

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

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

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

This text has shadow with #B95D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95D5D on black background.


Color preview on white background

This text has color #B95D5D on white background.



Black color preview on #B95D5D background

This text has black color on #B95D5D background.


White color preview on #B95D5D background

This text has white color on #B95D5D background.