COLOR #B4744D

HEX: #B4744D RGB: (180,116,77)

Color info

#B4744D contains mainly red color. Web safe color of #B4744D is #CC6633 (or #C63).

RGB color model

#B4744D color RGB value is (180,116,77).

RGB: (180,116,77) (71%, 45%, 30%)

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 77 of 255 = 30%

180
116
77

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

Portions of RGB colors in percentages

R + G + B = 180 + 116 + 77 = 373 (100%)
R 180 of 373 ~ 48.26%
G 116 of 373 ~ 31.1%
B 77 of 373 ~ 20.64'%

%48.26
%31.1
%20.64

CMYK color model

#B4744D color CMYK value is (0,36,57,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 57.22%
  • key color value is 29.41%

CMYK: (0,36,57,29)
C0M36Y57K29 (0%, 36%, 57%, 29%)
(0.00 / 0.36 / 0.57 / 0.29)

CMYK percentages

%0
%35.56
%57.22
%29.41

Codes

Color #B4744D in popluar color models

B4 74 4D
RGB 180 116 77
HSL 23° 40.71% 50.39%
HSB/HSV 23° 57.22% 70.59%
CMYK 0.00% 35.56% 57.22%
29.41%

Color #B4744D in popluar number systems.

HEX B4 74 4D
Decimal 180 116 77
Binary 10110100 1110100 1001101
Octal 264 164 115

Shades and tints

Shades of #B4744D

#B4744D
(180,116,77)
#A46A46
(164,106,70)
#94603F
(148,96,63)
#845638
(132,86,56)
#744C31
(116,76,49)
#64422A
(100,66,42)
#543823
(84,56,35)
#442E1C
(68,46,28)
#342415
(52,36,21)
#241A0E
(36,26,14)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #B4744D

#B4744D
(180,116,77)
#BA805D
(186,128,93)
#C08C6D
(192,140,109)
#C6987D
(198,152,125)
#CCA48D
(204,164,141)
#D2B09D
(210,176,157)
#D8BCAD
(216,188,173)
#DEC8BD
(222,200,189)
#E4D4CD
(228,212,205)
#EAE0DD
(234,224,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4744D; }

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

This text font color is #B4744D.

Background Color

.myBgColor { background-color: #B4744D; }

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

This div background color is #B4744D.

Border color

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

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

This div border color is #B4744D.

Opacity

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

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

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

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

This text has shadow with #B4744D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4744D.

Preview

Color preview on black background

This text has color #B4744D on black background.


Color preview on white background

This text has color #B4744D on white background.


Black color preview on #B4744D background

This text has black color on #B4744D background.


White color preview on #B4744D background

This text has white color on #B4744D background.


Related colors

Complementary color

Complementary color for #hex is #4B8BB2.


I love getcolorcode.com

Triadic colors

1 #4DB474 and #744DB4 with #B4744D are triadic colors.

2 #4D74B4 and #74B44D with #B4744D are triadic colors.