COLOR #B94C6A

HEX: #B94C6A RGB: (185,76,106)

Color info

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

RGB color model

#B94C6A color RGB value is (185,76,106).

RGB: (185,76,106) (73%, 30%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 76 of 255 = 30%
B 106 of 255 = 42%

185
76
106

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

Portions of RGB colors in percentages

R + G + B = 185 + 76 + 106 = 367 (100%)
R 185 of 367 ~ 50.41%
G 76 of 367 ~ 20.71%
B 106 of 367 ~ 28.88'%

%50.41
%20.71
%28.88

CMYK color model

#B94C6A color CMYK value is (0,59,43,27).

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

CMYK: (0,59,43,27)
C0M59Y43K27 (0%, 59%, 43%, 27%)
(0.00 / 0.59 / 0.43 / 0.27)

CMYK percentages

%0
%58.92
%42.7
%27.45

Codes

Color #B94C6A in popluar color models

B9 4C 6A
RGB 185 76 106
HSL 343° 43.78% 51.18%
HSB/HSV 343° 58.92% 72.55%
CMYK 0.00% 58.92% 42.70%
27.45%

Color #B94C6A in popluar number systems.

HEX B9 4C 6A
Decimal 185 76 106
Binary 10111001 1001100 1101010
Octal 271 114 152

Shades and tints

Shades of #B94C6A

#B94C6A
(185,76,106)
#A94661
(169,70,97)
#994058
(153,64,88)
#893A4F
(137,58,79)
#793446
(121,52,70)
#692E3D
(105,46,61)
#592834
(89,40,52)
#49222B
(73,34,43)
#391C22
(57,28,34)
#291619
(41,22,25)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B94C6A

#B94C6A
(185,76,106)
#BF5C77
(191,92,119)
#C56C84
(197,108,132)
#CB7C91
(203,124,145)
#D18C9E
(209,140,158)
#D79CAB
(215,156,171)
#DDACB8
(221,172,184)
#E3BCC5
(227,188,197)
#E9CCD2
(233,204,210)
#EFDCDF
(239,220,223)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94C6A; }

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

This text font color is #B94C6A.

Background Color

.myBgColor { background-color: #B94C6A; }

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

This div background color is #B94C6A.

Border color

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

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

This div border color is #B94C6A.

Opacity

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

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

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

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

This text has shadow with #B94C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B94C6A.

Preview

Color preview on black background

This text has color #B94C6A on black background.


Color preview on white background

This text has color #B94C6A on white background.


Black color preview on #B94C6A background

This text has black color on #B94C6A background.


White color preview on #B94C6A background

This text has white color on #B94C6A background.


Related colors

Complementary color

Complementary color for #hex is #46B395.


I love getcolorcode.com

Triadic colors

1 #6AB94C and #4C6AB9 with #B94C6A are triadic colors.

2 #6A4CB9 and #4CB96A with #B94C6A are triadic colors.