COLOR #B0737D

HEX: #B0737D
RGB: (176,115,125)

Color info

#B0737D contains mainly red and blue colors. Web safe color of #B0737D is #996666 (or #966).

RGB color model

#B0737D color RGB value is (176,115,125).

  • red value is 176;
  • green value is 115;
  • blue value is 125.
RGB:
(176,115,125)
(69%,45%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 115 of 255 = 45%
B 125 of 255 = 49%

176
115
125

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

Portions of RGB colors in percentages

R + G + B =
176 + 115 + 125 = 416 (100%)
R 176 of 416 ~ 42.31%
G 115 of 416 ~ 27.64%
B 125 of 416 ~ 30.05%

%42.31
%27.64
%30.05

CMYK color model

#B0737D color CMYK value is (0,35,29,31).

  • cyan value is 0.00%
  • magenta value is 34.66%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK:
(0,35,29,31)
C0M35Y29K31 
(0%,35%,29%,31%)
(0.00/0.35/0.29/0.31)	

CMYK percentages

%0
%34.66
%28.98
%30.98

Codes

Color #B0737D in popluar color models

B0737D
RGB176115125
HSL350°27.85%57.06%
HSB/HSV350°34.66%69.02%
CMYK0.00%34.66%28.98%
30.98%

Color #B0737D in popluar number systems.

HEXB0737D
Decimal176115125
Binary1011000011100111111101
Octal260163175

Shades and tints

Shades of #B0737D

#B0737D
(176,115,125)
#A06972
(160,105,114)
#905F67
(144,95,103)
#80555C
(128,85,92)
#704B51
(112,75,81)
#604146
(96,65,70)
#50373B
(80,55,59)
#402D30
(64,45,48)
#302325
(48,35,37)
#20191A
(32,25,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B0737D

#B0737D
(176,115,125)
#B77F88
(183,127,136)
#BE8B93
(190,139,147)
#C5979E
(197,151,158)
#CCA3A9
(204,163,169)
#D3AFB4
(211,175,180)
#DABBBF
(218,187,191)
#E1C7CA
(225,199,202)
#E8D3D5
(232,211,213)
#EFDFE0
(239,223,224)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0737D color. Also use rgb(176,115,125) instead hex code.

Text Font Color

.myTextColor { color: #B0737D; }

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

This text font color is #B0737D.


Background Color

.myBgColor { background-color: #B0737D; }

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

This div background color is #B0737D.


Border color

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

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

This div border color is #B0737D.


Opacity

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

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

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

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

This text has shadow with #B0737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0737D on black background.


Color preview on white background

This text has color #B0737D on white background.



Black color preview on #B0737D background

This text has black color on #B0737D background.


White color preview on #B0737D background

This text has white color on #B0737D background.