COLOR #B95D4C

HEX: #B95D4C RGB: (185,93,76)

Color info

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

RGB color model

#B95D4C color RGB value is (185,93,76).

RGB: (185,93,76) (73%, 36%, 30%)

RGB channels and saturation

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

185
93
76

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

Portions of RGB colors in percentages

R + G + B = 185 + 93 + 76 = 354 (100%)
R 185 of 354 ~ 52.26%
G 93 of 354 ~ 26.27%
B 76 of 354 ~ 21.47'%

%52.26
%26.27
%21.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 58.92%
  • key color value is 27.45%

CMYK: (0,50,59,27)
C0M50Y59K27 (0%, 50%, 59%, 27%)
(0.00 / 0.50 / 0.59 / 0.27)

CMYK percentages

%0
%49.73
%58.92
%27.45

Codes

Color #B95D4C in popluar color models

B9 5D 4C
RGB 185 93 76
HSL 43.78% 51.18%
HSB/HSV 58.92% 72.55%
CMYK 0.00% 49.73% 58.92%
27.45%

Color #B95D4C in popluar number systems.

HEX B9 5D 4C
Decimal 185 93 76
Binary 10111001 1011101 1001100
Octal 271 135 114

Shades and tints

Shades of #B95D4C

#B95D4C
(185,93,76)
#A95546
(169,85,70)
#994D40
(153,77,64)
#89453A
(137,69,58)
#793D34
(121,61,52)
#69352E
(105,53,46)
#592D28
(89,45,40)
#492522
(73,37,34)
#391D1C
(57,29,28)
#291516
(41,21,22)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #B95D4C

#B95D4C
(185,93,76)
#BF6B5C
(191,107,92)
#C5796C
(197,121,108)
#CB877C
(203,135,124)
#D1958C
(209,149,140)
#D7A39C
(215,163,156)
#DDB1AC
(221,177,172)
#E3BFBC
(227,191,188)
#E9CDCC
(233,205,204)
#EFDBDC
(239,219,220)
#F5E9EC
(245,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95D4C; }

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

This text font color is #B95D4C.

Background Color

.myBgColor { background-color: #B95D4C; }

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

This div background color is #B95D4C.

Border color

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

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

This div border color is #B95D4C.

Opacity

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

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

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

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

This text has shadow with #B95D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95D4C.

Preview

Color preview on black background

This text has color #B95D4C on black background.


Color preview on white background

This text has color #B95D4C on white background.


Black color preview on #B95D4C background

This text has black color on #B95D4C background.


White color preview on #B95D4C background

This text has white color on #B95D4C background.


Related colors

Complementary color

Complementary color for #hex is #46A2B3.


I love getcolorcode.com

Triadic colors

1 #4CB95D and #5D4CB9 with #B95D4C are triadic colors.

2 #4C5DB9 and #5DB94C with #B95D4C are triadic colors.