COLOR #B9385C

HEX: #B9385C RGB: (185,56,92)

Color info

#B9385C contains mainly red color. Web safe color of #B9385C is #CC3366 (or #C36).

RGB color model

#B9385C color RGB value is (185,56,92).

RGB: (185,56,92) (73%, 22%, 36%)

RGB channels and saturation

R 185 of 255 = 73%
G 56 of 255 = 22%
B 92 of 255 = 36%

185
56
92

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

Portions of RGB colors in percentages

R + G + B = 185 + 56 + 92 = 333 (100%)
R 185 of 333 ~ 55.56%
G 56 of 333 ~ 16.82%
B 92 of 333 ~ 27.63'%

%55.56
%16.82
%27.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.73%
  • yellow value is 50.27%
  • key color value is 27.45%
CMYK: (0,70,50,27) C0M70Y50K27 (0%,70%,50%,27%) (0.00/0.70/0.50/0.27) 

CMYK percentages

%0
%69.73
%50.27
%27.45

Codes

Color #B9385C in popluar color models

B9 38 5C
RGB 185 56 92
HSL 343° 53.53% 47.25%
HSB/HSV 343° 69.73% 72.55%
CMYK 0.00% 69.73% 50.27%
27.45%

Color #B9385C in popluar number systems.

HEX B9 38 5C
Decimal 185 56 92
Binary 10111001 111000 1011100
Octal 271 70 134

Shades and tints

Shades of #B9385C

#B9385C
(185,56,92)
#A93354
(169,51,84)
#992E4C
(153,46,76)
#892944
(137,41,68)
#79243C
(121,36,60)
#691F34
(105,31,52)
#591A2C
(89,26,44)
#491524
(73,21,36)
#39101C
(57,16,28)
#290B14
(41,11,20)
#19060C
(25,6,12)
#000000
(0,0,0)

Tints of #B9385C

#B9385C
(185,56,92)
#BF4A6A
(191,74,106)
#C55C78
(197,92,120)
#CB6E86
(203,110,134)
#D18094
(209,128,148)
#D792A2
(215,146,162)
#DDA4B0
(221,164,176)
#E3B6BE
(227,182,190)
#E9C8CC
(233,200,204)
#EFDADA
(239,218,218)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9385C; }

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

This text font color is #B9385C.

Background Color

.myBgColor { background-color: #B9385C; }

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

This div background color is #B9385C.

Border color

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

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

This div border color is #B9385C.

Opacity

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

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

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

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

This text has shadow with #B9385C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9385C.

Preview

Color preview on black background

This text has color #B9385C on black background.


Color preview on white background

This text has color #B9385C on white background.


Black color preview on #B9385C background

This text has black color on #B9385C background.


White color preview on #B9385C background

This text has white color on #B9385C background.


Related colors

Complementary color

Complementary color for #hex is #46C7A3.


I love getcolorcode.com

Triadic colors

1 #5CB938 and #385CB9 with #B9385C are triadic colors.

2 #5C38B9 and #38B95C with #B9385C are triadic colors.