COLOR #B4746A

HEX: #B4746A
RGB: (180,116,106)

Color info

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

RGB color model

#B4746A color RGB value is (180,116,106).

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

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 106 of 255 = 42%

180
116
106

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 106 = 402 (100%)
R 180 of 402 ~ 44.78%
G 116 of 402 ~ 28.86%
B 106 of 402 ~ 26.37%

%44.78
%28.86
%26.37

CMYK color model

#B4746A color CMYK value is (0,36,41,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 41.11%
  • key color value is 29.41%
CMYK:
(0,36,41,29)
C0M36Y41K29 
(0%,36%,41%,29%)
(0.00/0.36/0.41/0.29)	

CMYK percentages

%0
%35.56
%41.11
%29.41

Codes

Color #B4746A in popluar color models

B4746A
RGB180116106
HSL33.04%56.08%
HSB/HSV41.11%70.59%
CMYK0.00%35.56%41.11%
29.41%

Color #B4746A in popluar number systems.

HEXB4746A
Decimal180116106
Binary1011010011101001101010
Octal264164152

Shades and tints

Shades of #B4746A

#B4746A
(180,116,106)
#A46A61
(164,106,97)
#946058
(148,96,88)
#84564F
(132,86,79)
#744C46
(116,76,70)
#64423D
(100,66,61)
#543834
(84,56,52)
#442E2B
(68,46,43)
#342422
(52,36,34)
#241A19
(36,26,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B4746A

#B4746A
(180,116,106)
#BA8077
(186,128,119)
#C08C84
(192,140,132)
#C69891
(198,152,145)
#CCA49E
(204,164,158)
#D2B0AB
(210,176,171)
#D8BCB8
(216,188,184)
#DEC8C5
(222,200,197)
#E4D4D2
(228,212,210)
#EAE0DF
(234,224,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4746A; }

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

This text font color is #B4746A.


Background Color

.myBgColor { background-color: #B4746A; }

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

This div background color is #B4746A.


Border color

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

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

This div border color is #B4746A.


Opacity

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

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

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

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

This text has shadow with #B4746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4746A on black background.


Color preview on white background

This text has color #B4746A on white background.



Black color preview on #B4746A background

This text has black color on #B4746A background.


White color preview on #B4746A background

This text has white color on #B4746A background.