COLOR #B2737D

HEX: #B2737D
RGB: (178,115,125)

Color info

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

RGB color model

#B2737D color RGB value is (178,115,125).

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

RGB channels and saturation

R 178 of 255 = 70%
G 115 of 255 = 45%
B 125 of 255 = 49%

178
115
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 115 + 125 = 418 (100%)
R 178 of 418 ~ 42.58%
G 115 of 418 ~ 27.51%
B 125 of 418 ~ 29.9%

%42.58
%27.51
%29.9

CMYK color model

#B2737D color CMYK value is (0,35,30,30).

  • cyan value is 0.00%
  • magenta value is 35.39%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,35,30,30)
C0M35Y30K30 
(0%,35%,30%,30%)
(0.00/0.35/0.30/0.30)	

CMYK percentages

%0
%35.39
%29.78
%30.2

Codes

Color #B2737D in popluar color models

B2737D
RGB178115125
HSL350°29.03%57.45%
HSB/HSV350°35.39%69.80%
CMYK0.00%35.39%29.78%
30.20%

Color #B2737D in popluar number systems.

HEXB2737D
Decimal178115125
Binary1011001011100111111101
Octal262163175

Shades and tints

Shades of #B2737D

#B2737D
(178,115,125)
#A26972
(162,105,114)
#925F67
(146,95,103)
#82555C
(130,85,92)
#724B51
(114,75,81)
#624146
(98,65,70)
#52373B
(82,55,59)
#422D30
(66,45,48)
#322325
(50,35,37)
#22191A
(34,25,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #B2737D

#B2737D
(178,115,125)
#B97F88
(185,127,136)
#C08B93
(192,139,147)
#C7979E
(199,151,158)
#CEA3A9
(206,163,169)
#D5AFB4
(213,175,180)
#DCBBBF
(220,187,191)
#E3C7CA
(227,199,202)
#EAD3D5
(234,211,213)
#F1DFE0
(241,223,224)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2737D; }

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

This text font color is #B2737D.


Background Color

.myBgColor { background-color: #B2737D; }

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

This div background color is #B2737D.


Border color

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

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

This div border color is #B2737D.


Opacity

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

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

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

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

This text has shadow with #B2737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2737D on black background.


Color preview on white background

This text has color #B2737D on white background.



Black color preview on #B2737D background

This text has black color on #B2737D background.


White color preview on #B2737D background

This text has white color on #B2737D background.