COLOR #B94B7D

HEX: #B94B7D
RGB: (185,75,125)

Color info

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

RGB color model

#B94B7D color RGB value is (185,75,125).

  • red value is 185;
  • green value is 75;
  • blue value is 125.
RGB:
(185,75,125)
(73%,29%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 75 of 255 = 29%
B 125 of 255 = 49%

185
75
125

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

Portions of RGB colors in percentages

R + G + B =
185 + 75 + 125 = 385 (100%)
R 185 of 385 ~ 48.05%
G 75 of 385 ~ 19.48%
B 125 of 385 ~ 32.47%

%48.05
%19.48
%32.47

CMYK color model

#B94B7D color CMYK value is (0,59,32,27).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,59,32,27)
C0M59Y32K27 
(0%,59%,32%,27%)
(0.00/0.59/0.32/0.27)	

CMYK percentages

%0
%59.46
%32.43
%27.45

Codes

Color #B94B7D in popluar color models

B94B7D
RGB18575125
HSL333°44.00%50.98%
HSB/HSV333°59.46%72.55%
CMYK0.00%59.46%32.43%
27.45%

Color #B94B7D in popluar number systems.

HEXB94B7D
Decimal18575125
Binary1011100110010111111101
Octal271113175

Shades and tints

Shades of #B94B7D

#B94B7D
(185,75,125)
#A94572
(169,69,114)
#993F67
(153,63,103)
#89395C
(137,57,92)
#793351
(121,51,81)
#692D46
(105,45,70)
#59273B
(89,39,59)
#492130
(73,33,48)
#391B25
(57,27,37)
#29151A
(41,21,26)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B94B7D

#B94B7D
(185,75,125)
#BF5B88
(191,91,136)
#C56B93
(197,107,147)
#CB7B9E
(203,123,158)
#D18BA9
(209,139,169)
#D79BB4
(215,155,180)
#DDABBF
(221,171,191)
#E3BBCA
(227,187,202)
#E9CBD5
(233,203,213)
#EFDBE0
(239,219,224)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94B7D; }

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

This text font color is #B94B7D.


Background Color

.myBgColor { background-color: #B94B7D; }

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

This div background color is #B94B7D.


Border color

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

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

This div border color is #B94B7D.


Opacity

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

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

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

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

This text has shadow with #B94B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94B7D on black background.


Color preview on white background

This text has color #B94B7D on white background.



Black color preview on #B94B7D background

This text has black color on #B94B7D background.


White color preview on #B94B7D background

This text has white color on #B94B7D background.