COLOR #B4746D

HEX: #B4746D
RGB: (180,116,109)

Color info

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

RGB color model

#B4746D color RGB value is (180,116,109).

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

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 109 of 255 = 43%

180
116
109

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 109 = 405 (100%)
R 180 of 405 ~ 44.44%
G 116 of 405 ~ 28.64%
B 109 of 405 ~ 26.91%

%44.44
%28.64
%26.91

CMYK color model

#B4746D color CMYK value is (0,36,39,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(0,36,39,29)
C0M36Y39K29 
(0%,36%,39%,29%)
(0.00/0.36/0.39/0.29)	

CMYK percentages

%0
%35.56
%39.44
%29.41

Codes

Color #B4746D in popluar color models

B4746D
RGB180116109
HSL32.13%56.67%
HSB/HSV39.44%70.59%
CMYK0.00%35.56%39.44%
29.41%

Color #B4746D in popluar number systems.

HEXB4746D
Decimal180116109
Binary1011010011101001101101
Octal264164155

Shades and tints

Shades of #B4746D

#B4746D
(180,116,109)
#A46A64
(164,106,100)
#94605B
(148,96,91)
#845652
(132,86,82)
#744C49
(116,76,73)
#644240
(100,66,64)
#543837
(84,56,55)
#442E2E
(68,46,46)
#342425
(52,36,37)
#241A1C
(36,26,28)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B4746D

#B4746D
(180,116,109)
#BA807A
(186,128,122)
#C08C87
(192,140,135)
#C69894
(198,152,148)
#CCA4A1
(204,164,161)
#D2B0AE
(210,176,174)
#D8BCBB
(216,188,187)
#DEC8C8
(222,200,200)
#E4D4D5
(228,212,213)
#EAE0E2
(234,224,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4746D; }

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

This text font color is #B4746D.


Background Color

.myBgColor { background-color: #B4746D; }

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

This div background color is #B4746D.


Border color

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

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

This div border color is #B4746D.


Opacity

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

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

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

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

This text has shadow with #B4746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4746D on black background.


Color preview on white background

This text has color #B4746D on white background.



Black color preview on #B4746D background

This text has black color on #B4746D background.


White color preview on #B4746D background

This text has white color on #B4746D background.