COLOR #B9758F

HEX: #B9758F RGB: (185,117,143)

Color info

#B9758F contains mainly red and blue colors. Web safe color of #B9758F is #CC6699 (or #C69).

RGB color model

#B9758F color RGB value is (185,117,143).

RGB: (185,117,143) (73%, 46%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 117 of 255 = 46%
B 143 of 255 = 56%

185
117
143

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

Portions of RGB colors in percentages

R + G + B = 185 + 117 + 143 = 445 (100%)
R 185 of 445 ~ 41.57%
G 117 of 445 ~ 26.29%
B 143 of 445 ~ 32.13'%

%41.57
%26.29
%32.13

CMYK color model

#B9758F color CMYK value is (0,37,23,27).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK: (0,37,23,27) C0M37Y23K27 (0%,37%,23%,27%) (0.00/0.37/0.23/0.27) 

CMYK percentages

%0
%36.76
%22.7
%27.45

Codes

Color #B9758F in popluar color models

B9 75 8F
RGB 185 117 143
HSL 337° 32.69% 59.22%
HSB/HSV 337° 36.76% 72.55%
CMYK 0.00% 36.76% 22.70%
27.45%

Color #B9758F in popluar number systems.

HEX B9 75 8F
Decimal 185 117 143
Binary 10111001 1110101 10001111
Octal 271 165 217

Shades and tints

Shades of #B9758F

#B9758F
(185,117,143)
#A96B82
(169,107,130)
#996175
(153,97,117)
#895768
(137,87,104)
#794D5B
(121,77,91)
#69434E
(105,67,78)
#593941
(89,57,65)
#492F34
(73,47,52)
#392527
(57,37,39)
#291B1A
(41,27,26)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B9758F

#B9758F
(185,117,143)
#BF8199
(191,129,153)
#C58DA3
(197,141,163)
#CB99AD
(203,153,173)
#D1A5B7
(209,165,183)
#D7B1C1
(215,177,193)
#DDBDCB
(221,189,203)
#E3C9D5
(227,201,213)
#E9D5DF
(233,213,223)
#EFE1E9
(239,225,233)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9758F color. Also use rgb(185,117,143) instead hex code.

Text Font Color

.myTextColor { color: #B9758F; }

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

This text font color is #B9758F.

Background Color

.myBgColor { background-color: #B9758F; }

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

This div background color is #B9758F.

Border color

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

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

This div border color is #B9758F.

Opacity

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

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

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

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

This text has shadow with #B9758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9758F.

Preview

Color preview on black background

This text has color #B9758F on black background.


Color preview on white background

This text has color #B9758F on white background.


Black color preview on #B9758F background

This text has black color on #B9758F background.


White color preview on #B9758F background

This text has white color on #B9758F background.


Related colors

Complementary color

Complementary color for #hex is #468A70.


I love getcolorcode.com

Triadic colors

1 #8FB975 and #758FB9 with #B9758F are triadic colors.

2 #8F75B9 and #75B98F with #B9758F are triadic colors.