COLOR #B4936F

HEX: #B4936F RGB: (180,147,111)

Color info

#B4936F contains mainly red and green colors. Web safe color of #B4936F is #CC9966 (or #C96).

RGB color model

#B4936F color RGB value is (180,147,111).

RGB: (180,147,111) (71%, 58%, 44%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 111 of 255 = 44%

180
147
111

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

Portions of RGB colors in percentages

R + G + B = 180 + 147 + 111 = 438 (100%)
R 180 of 438 ~ 41.1%
G 147 of 438 ~ 33.56%
B 111 of 438 ~ 25.34'%

%41.1
%33.56
%25.34

CMYK color model

#B4936F color CMYK value is (0,18,38,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 38.33%
  • key color value is 29.41%

CMYK: (0,18,38,29)
C0M18Y38K29 (0%, 18%, 38%, 29%)
(0.00 / 0.18 / 0.38 / 0.29)

CMYK percentages

%0
%18.33
%38.33
%29.41

Codes

Color #B4936F in popluar color models

B4 93 6F
RGB 180 147 111
HSL 31° 31.51% 57.06%
HSB/HSV 31° 38.33% 70.59%
CMYK 0.00% 18.33% 38.33%
29.41%

Color #B4936F in popluar number systems.

HEX B4 93 6F
Decimal 180 147 111
Binary 10110100 10010011 1101111
Octal 264 223 157

Shades and tints

Shades of #B4936F

#B4936F
(180,147,111)
#A48665
(164,134,101)
#94795B
(148,121,91)
#846C51
(132,108,81)
#745F47
(116,95,71)
#64523D
(100,82,61)
#544533
(84,69,51)
#443829
(68,56,41)
#342B1F
(52,43,31)
#241E15
(36,30,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #B4936F

#B4936F
(180,147,111)
#BA9C7C
(186,156,124)
#C0A589
(192,165,137)
#C6AE96
(198,174,150)
#CCB7A3
(204,183,163)
#D2C0B0
(210,192,176)
#D8C9BD
(216,201,189)
#DED2CA
(222,210,202)
#E4DBD7
(228,219,215)
#EAE4E4
(234,228,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4936F; }

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

This text font color is #B4936F.

Background Color

.myBgColor { background-color: #B4936F; }

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

This div background color is #B4936F.

Border color

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

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

This div border color is #B4936F.

Opacity

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

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

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

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

This text has shadow with #B4936F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4936F.

Preview

Color preview on black background

This text has color #B4936F on black background.


Color preview on white background

This text has color #B4936F on white background.


Black color preview on #B4936F background

This text has black color on #B4936F background.


White color preview on #B4936F background

This text has white color on #B4936F background.


Related colors

Complementary color

Complementary color for #hex is #4B6C90.


I love getcolorcode.com

Triadic colors

1 #6FB493 and #936FB4 with #B4936F are triadic colors.

2 #6F93B4 and #93B46F with #B4936F are triadic colors.