COLOR #B5747E

HEX: #B5747E RGB: (181,116,126)

Color info

#B5747E contains mainly red and blue colors. Web safe color of #B5747E is #CC6666 (or #C66).

RGB color model

#B5747E color RGB value is (181,116,126).

RGB: (181,116,126) (71%, 45%, 49%)

RGB channels and saturation

R 181 of 255 = 71%
G 116 of 255 = 45%
B 126 of 255 = 49%

181
116
126

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

Portions of RGB colors in percentages

R + G + B = 181 + 116 + 126 = 423 (100%)
R 181 of 423 ~ 42.79%
G 116 of 423 ~ 27.42%
B 126 of 423 ~ 29.79'%

%42.79
%27.42
%29.79

CMYK color model

#B5747E color CMYK value is (0,36,30,29).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK: (0,36,30,29) C0M36Y30K29 (0%,36%,30%,29%) (0.00/0.36/0.30/0.29) 

CMYK percentages

%0
%35.91
%30.39
%29.02

Codes

Color #B5747E in popluar color models

B5 74 7E
RGB 181 116 126
HSL 351° 30.52% 58.24%
HSB/HSV 351° 35.91% 70.98%
CMYK 0.00% 35.91% 30.39%
29.02%

Color #B5747E in popluar number systems.

HEX B5 74 7E
Decimal 181 116 126
Binary 10110101 1110100 1111110
Octal 265 164 176

Shades and tints

Shades of #B5747E

#B5747E
(181,116,126)
#A56A73
(165,106,115)
#956068
(149,96,104)
#85565D
(133,86,93)
#754C52
(117,76,82)
#654247
(101,66,71)
#55383C
(85,56,60)
#452E31
(69,46,49)
#352426
(53,36,38)
#251A1B
(37,26,27)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #B5747E

#B5747E
(181,116,126)
#BB8089
(187,128,137)
#C18C94
(193,140,148)
#C7989F
(199,152,159)
#CDA4AA
(205,164,170)
#D3B0B5
(211,176,181)
#D9BCC0
(217,188,192)
#DFC8CB
(223,200,203)
#E5D4D6
(229,212,214)
#EBE0E1
(235,224,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5747E color. Also use rgb(181,116,126) instead hex code.

Text Font Color

.myTextColor { color: #B5747E; }

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

This text font color is #B5747E.

Background Color

.myBgColor { background-color: #B5747E; }

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

This div background color is #B5747E.

Border color

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

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

This div border color is #B5747E.

Opacity

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

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

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

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

This text has shadow with #B5747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5747E.

Preview

Color preview on black background

This text has color #B5747E on black background.


Color preview on white background

This text has color #B5747E on white background.


Black color preview on #B5747E background

This text has black color on #B5747E background.


White color preview on #B5747E background

This text has white color on #B5747E background.


Related colors

Complementary color

Complementary color for #hex is #4A8B81.


I love getcolorcode.com

Triadic colors

1 #7EB574 and #747EB5 with #B5747E are triadic colors.

2 #7E74B5 and #74B57E with #B5747E are triadic colors.