COLOR #B4737C

HEX: #B4737C
RGB: (180,115,124)

Color info

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

RGB color model

#B4737C color RGB value is (180,115,124).

  • red value is 180;
  • green value is 115;
  • blue value is 124.
RGB:
(180,115,124)
(71%,45%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 115 of 255 = 45%
B 124 of 255 = 49%

180
115
124

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

Portions of RGB colors in percentages

R + G + B =
180 + 115 + 124 = 419 (100%)
R 180 of 419 ~ 42.96%
G 115 of 419 ~ 27.45%
B 124 of 419 ~ 29.59%

%42.96
%27.45
%29.59

CMYK color model

#B4737C color CMYK value is (0,36,31,29).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(0,36,31,29)
C0M36Y31K29 
(0%,36%,31%,29%)
(0.00/0.36/0.31/0.29)	

CMYK percentages

%0
%36.11
%31.11
%29.41

Codes

Color #B4737C in popluar color models

B4737C
RGB180115124
HSL352°30.23%57.84%
HSB/HSV352°36.11%70.59%
CMYK0.00%36.11%31.11%
29.41%

Color #B4737C in popluar number systems.

HEXB4737C
Decimal180115124
Binary1011010011100111111100
Octal264163174

Shades and tints

Shades of #B4737C

#B4737C
(180,115,124)
#A46971
(164,105,113)
#945F66
(148,95,102)
#84555B
(132,85,91)
#744B50
(116,75,80)
#644145
(100,65,69)
#54373A
(84,55,58)
#442D2F
(68,45,47)
#342324
(52,35,36)
#241919
(36,25,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #B4737C

#B4737C
(180,115,124)
#BA7F87
(186,127,135)
#C08B92
(192,139,146)
#C6979D
(198,151,157)
#CCA3A8
(204,163,168)
#D2AFB3
(210,175,179)
#D8BBBE
(216,187,190)
#DEC7C9
(222,199,201)
#E4D3D4
(228,211,212)
#EADFDF
(234,223,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4737C color. Also use rgb(180,115,124) instead hex code.

Text Font Color

.myTextColor { color: #B4737C; }

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

This text font color is #B4737C.


Background Color

.myBgColor { background-color: #B4737C; }

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

This div background color is #B4737C.


Border color

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

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

This div border color is #B4737C.


Opacity

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

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

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

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

This text has shadow with #B4737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4737C on black background.


Color preview on white background

This text has color #B4737C on white background.



Black color preview on #B4737C background

This text has black color on #B4737C background.


White color preview on #B4737C background

This text has white color on #B4737C background.