COLOR #B5738C

HEX: #B5738C
RGB: (181,115,140)

Color info

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

RGB color model

#B5738C color RGB value is (181,115,140).

  • red value is 181;
  • green value is 115;
  • blue value is 140.
RGB:
(181,115,140)
(71%,45%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 140 of 255 = 55%

181
115
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 115 + 140 = 436 (100%)
R 181 of 436 ~ 41.51%
G 115 of 436 ~ 26.38%
B 140 of 436 ~ 32.11%

%41.51
%26.38
%32.11

CMYK color model

#B5738C color CMYK value is (0,36,23,29).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,36,23,29)
C0M36Y23K29 
(0%,36%,23%,29%)
(0.00/0.36/0.23/0.29)	

CMYK percentages

%0
%36.46
%22.65
%29.02

Codes

Color #B5738C in popluar color models

B5738C
RGB181115140
HSL337°30.84%58.04%
HSB/HSV337°36.46%70.98%
CMYK0.00%36.46%22.65%
29.02%

Color #B5738C in popluar number systems.

HEXB5738C
Decimal181115140
Binary10110101111001110001100
Octal265163214

Shades and tints

Shades of #B5738C

#B5738C
(181,115,140)
#A56980
(165,105,128)
#955F74
(149,95,116)
#855568
(133,85,104)
#754B5C
(117,75,92)
#654150
(101,65,80)
#553744
(85,55,68)
#452D38
(69,45,56)
#35232C
(53,35,44)
#251920
(37,25,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #B5738C

#B5738C
(181,115,140)
#BB7F96
(187,127,150)
#C18BA0
(193,139,160)
#C797AA
(199,151,170)
#CDA3B4
(205,163,180)
#D3AFBE
(211,175,190)
#D9BBC8
(217,187,200)
#DFC7D2
(223,199,210)
#E5D3DC
(229,211,220)
#EBDFE6
(235,223,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5738C color. Also use rgb(181,115,140) instead hex code.

Text Font Color

.myTextColor { color: #B5738C; }

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

This text font color is #B5738C.


Background Color

.myBgColor { background-color: #B5738C; }

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

This div background color is #B5738C.


Border color

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

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

This div border color is #B5738C.


Opacity

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

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

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

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

This text has shadow with #B5738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5738C on black background.


Color preview on white background

This text has color #B5738C on white background.



Black color preview on #B5738C background

This text has black color on #B5738C background.


White color preview on #B5738C background

This text has white color on #B5738C background.