COLOR #B4746F

HEX: #B4746F
RGB: (180,116,111)

Color info

#B4746F contains mainly red color. Web safe color of #B4746F is #CC6666 (or #C66).

RGB color model

#B4746F color RGB value is (180,116,111).

  • red value is 180;
  • green value is 116;
  • blue value is 111.
RGB:
(180,116,111)
(71%,45%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 111 of 255 = 44%

180
116
111

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 111 = 407 (100%)
R 180 of 407 ~ 44.23%
G 116 of 407 ~ 28.5%
B 111 of 407 ~ 27.27%

%44.23
%28.5
%27.27

CMYK color model

#B4746F color CMYK value is (0,36,38,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(0,36,38,29)
C0M36Y38K29 
(0%,36%,38%,29%)
(0.00/0.36/0.38/0.29)	

CMYK percentages

%0
%35.56
%38.33
%29.41

Codes

Color #B4746F in popluar color models

B4746F
RGB180116111
HSL31.51%57.06%
HSB/HSV38.33%70.59%
CMYK0.00%35.56%38.33%
29.41%

Color #B4746F in popluar number systems.

HEXB4746F
Decimal180116111
Binary1011010011101001101111
Octal264164157

Shades and tints

Shades of #B4746F

#B4746F
(180,116,111)
#A46A65
(164,106,101)
#94605B
(148,96,91)
#845651
(132,86,81)
#744C47
(116,76,71)
#64423D
(100,66,61)
#543833
(84,56,51)
#442E29
(68,46,41)
#34241F
(52,36,31)
#241A15
(36,26,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B4746F

#B4746F
(180,116,111)
#BA807C
(186,128,124)
#C08C89
(192,140,137)
#C69896
(198,152,150)
#CCA4A3
(204,164,163)
#D2B0B0
(210,176,176)
#D8BCBD
(216,188,189)
#DEC8CA
(222,200,202)
#E4D4D7
(228,212,215)
#EAE0E4
(234,224,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4746F color. Also use rgb(180,116,111) instead hex code.

Text Font Color

.myTextColor { color: #B4746F; }

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

This text font color is #B4746F.


Background Color

.myBgColor { background-color: #B4746F; }

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

This div background color is #B4746F.


Border color

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

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

This div border color is #B4746F.


Opacity

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

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

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

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

This text has shadow with #B4746F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4746F on black background.


Color preview on white background

This text has color #B4746F on white background.



Black color preview on #B4746F background

This text has black color on #B4746F background.


White color preview on #B4746F background

This text has white color on #B4746F background.