COLOR #B95C35

HEX: #B95C35 RGB: (185,92,53)

Color info

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

RGB color model

#B95C35 color RGB value is (185,92,53).

RGB: (185,92,53) (73%, 36%, 21%)

RGB channels and saturation

R 185 of 255 = 73%
G 92 of 255 = 36%
B 53 of 255 = 21%

185
92
53

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

Portions of RGB colors in percentages

R + G + B = 185 + 92 + 53 = 330 (100%)
R 185 of 330 ~ 56.06%
G 92 of 330 ~ 27.88%
B 53 of 330 ~ 16.06'%

%56.06
%27.88
%16.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.27%
  • yellow value is 71.35%
  • key color value is 27.45%

CMYK: (0,50,71,27)
C0M50Y71K27 (0%, 50%, 71%, 27%)
(0.00 / 0.50 / 0.71 / 0.27)

CMYK percentages

%0
%50.27
%71.35
%27.45

Codes

Color #B95C35 in popluar color models

B9 5C 35
RGB 185 92 53
HSL 18° 55.46% 46.67%
HSB/HSV 18° 71.35% 72.55%
CMYK 0.00% 50.27% 71.35%
27.45%

Color #B95C35 in popluar number systems.

HEX B9 5C 35
Decimal 185 92 53
Binary 10111001 1011100 110101
Octal 271 134 65

Shades and tints

Shades of #B95C35

#B95C35
(185,92,53)
#A95431
(169,84,49)
#994C2D
(153,76,45)
#894429
(137,68,41)
#793C25
(121,60,37)
#693421
(105,52,33)
#592C1D
(89,44,29)
#492419
(73,36,25)
#391C15
(57,28,21)
#291411
(41,20,17)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #B95C35

#B95C35
(185,92,53)
#BF6A47
(191,106,71)
#C57859
(197,120,89)
#CB866B
(203,134,107)
#D1947D
(209,148,125)
#D7A28F
(215,162,143)
#DDB0A1
(221,176,161)
#E3BEB3
(227,190,179)
#E9CCC5
(233,204,197)
#EFDAD7
(239,218,215)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95C35; }

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

This text font color is #B95C35.

Background Color

.myBgColor { background-color: #B95C35; }

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

This div background color is #B95C35.

Border color

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

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

This div border color is #B95C35.

Opacity

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

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

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

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

This text has shadow with #B95C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95C35.

Preview

Color preview on black background

This text has color #B95C35 on black background.


Color preview on white background

This text has color #B95C35 on white background.


Black color preview on #B95C35 background

This text has black color on #B95C35 background.


White color preview on #B95C35 background

This text has white color on #B95C35 background.


Related colors

Complementary color

Complementary color for #hex is #46A3CA.


I love getcolorcode.com

Triadic colors

1 #35B95C and #5C35B9 with #B95C35 are triadic colors.

2 #355CB9 and #5CB935 with #B95C35 are triadic colors.