COLOR #B5737F

HEX: #B5737F
RGB: (181,115,127)

Color info

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

RGB color model

#B5737F color RGB value is (181,115,127).

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

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 127 of 255 = 50%

181
115
127

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

Portions of RGB colors in percentages

R + G + B =
181 + 115 + 127 = 423 (100%)
R 181 of 423 ~ 42.79%
G 115 of 423 ~ 27.19%
B 127 of 423 ~ 30.02%

%42.79
%27.19
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 29.83%
  • 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
%36.46
%29.83
%29.02

Codes

Color #B5737F in popluar color models

B5737F
RGB181115127
HSL349°30.84%58.04%
HSB/HSV349°36.46%70.98%
CMYK0.00%36.46%29.83%
29.02%

Color #B5737F in popluar number systems.

HEXB5737F
Decimal181115127
Binary1011010111100111111111
Octal265163177

Shades and tints

Shades of #B5737F

#B5737F
(181,115,127)
#A56974
(165,105,116)
#955F69
(149,95,105)
#85555E
(133,85,94)
#754B53
(117,75,83)
#654148
(101,65,72)
#55373D
(85,55,61)
#452D32
(69,45,50)
#352327
(53,35,39)
#25191C
(37,25,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #B5737F

#B5737F
(181,115,127)
#BB7F8A
(187,127,138)
#C18B95
(193,139,149)
#C797A0
(199,151,160)
#CDA3AB
(205,163,171)
#D3AFB6
(211,175,182)
#D9BBC1
(217,187,193)
#DFC7CC
(223,199,204)
#E5D3D7
(229,211,215)
#EBDFE2
(235,223,226)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5737F; }

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

This text font color is #B5737F.


Background Color

.myBgColor { background-color: #B5737F; }

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

This div background color is #B5737F.


Border color

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

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

This div border color is #B5737F.


Opacity

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

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

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

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

This text has shadow with #B5737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5737F on black background.


Color preview on white background

This text has color #B5737F on white background.



Black color preview on #B5737F background

This text has black color on #B5737F background.


White color preview on #B5737F background

This text has white color on #B5737F background.