COLOR #B47864

HEX: #B47864 RGB: (180,120,100)

Color info

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

RGB color model

#B47864 color RGB value is (180,120,100).

RGB: (180,120,100) (71%, 47%, 39%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 100 of 255 = 39%

180
120
100

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

Portions of RGB colors in percentages

R + G + B = 180 + 120 + 100 = 400 (100%)
R 180 of 400 ~ 45%
G 120 of 400 ~ 30%
B 100 of 400 ~ 25'%

%45
%30
%25

CMYK color model

#B47864 color CMYK value is (0,33,44,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 44.44%
  • key color value is 29.41%

CMYK: (0,33,44,29)
C0M33Y44K29 (0%, 33%, 44%, 29%)
(0.00 / 0.33 / 0.44 / 0.29)

CMYK percentages

%0
%33.33
%44.44
%29.41

Codes

Color #B47864 in popluar color models

B4 78 64
RGB 180 120 100
HSL 15° 34.78% 54.90%
HSB/HSV 15° 44.44% 70.59%
CMYK 0.00% 33.33% 44.44%
29.41%

Color #B47864 in popluar number systems.

HEX B4 78 64
Decimal 180 120 100
Binary 10110100 1111000 1100100
Octal 264 170 144

Shades and tints

Shades of #B47864

#B47864
(180,120,100)
#A46E5B
(164,110,91)
#946452
(148,100,82)
#845A49
(132,90,73)
#745040
(116,80,64)
#644637
(100,70,55)
#543C2E
(84,60,46)
#443225
(68,50,37)
#34281C
(52,40,28)
#241E13
(36,30,19)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #B47864

#B47864
(180,120,100)
#BA8472
(186,132,114)
#C09080
(192,144,128)
#C69C8E
(198,156,142)
#CCA89C
(204,168,156)
#D2B4AA
(210,180,170)
#D8C0B8
(216,192,184)
#DECCC6
(222,204,198)
#E4D8D4
(228,216,212)
#EAE4E2
(234,228,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47864 color. Also use rgb(180,120,100) instead hex code.

Text Font Color

.myTextColor { color: #B47864; }

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

This text font color is #B47864.

Background Color

.myBgColor { background-color: #B47864; }

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

This div background color is #B47864.

Border color

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

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

This div border color is #B47864.

Opacity

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

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

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

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

This text has shadow with #B47864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47864.

Preview

Color preview on black background

This text has color #B47864 on black background.


Color preview on white background

This text has color #B47864 on white background.


Black color preview on #B47864 background

This text has black color on #B47864 background.


White color preview on #B47864 background

This text has white color on #B47864 background.


Related colors

Complementary color

Complementary color for #hex is #4B879B.


I love getcolorcode.com

Triadic colors

1 #64B478 and #7864B4 with #B47864 are triadic colors.

2 #6478B4 and #78B464 with #B47864 are triadic colors.