COLOR #B4875E

HEX: #B4875E
RGB: (180,135,94)

Color info

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

RGB color model

#B4875E color RGB value is (180,135,94).

  • red value is 180;
  • green value is 135;
  • blue value is 94.
RGB:
(180,135,94)
(71%,53%,37%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 94 of 255 = 37%

180
135
94

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 94 = 409 (100%)
R 180 of 409 ~ 44.01%
G 135 of 409 ~ 33.01%
B 94 of 409 ~ 22.98%

%44.01
%33.01
%22.98

CMYK color model

#B4875E color CMYK value is (0,25,48,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 47.78%
  • key color value is 29.41%
CMYK:
(0,25,48,29)
C0M25Y48K29 
(0%,25%,48%,29%)
(0.00/0.25/0.48/0.29)	

CMYK percentages

%0
%25
%47.78
%29.41

Codes

Color #B4875E in popluar color models

B4875E
RGB18013594
HSL29°36.44%53.73%
HSB/HSV29°47.78%70.59%
CMYK0.00%25.00%47.78%
29.41%

Color #B4875E in popluar number systems.

HEXB4875E
Decimal18013594
Binary10110100100001111011110
Octal264207136

Shades and tints

Shades of #B4875E

#B4875E
(180,135,94)
#A47B56
(164,123,86)
#946F4E
(148,111,78)
#846346
(132,99,70)
#74573E
(116,87,62)
#644B36
(100,75,54)
#543F2E
(84,63,46)
#443326
(68,51,38)
#34271E
(52,39,30)
#241B16
(36,27,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #B4875E

#B4875E
(180,135,94)
#BA916C
(186,145,108)
#C09B7A
(192,155,122)
#C6A588
(198,165,136)
#CCAF96
(204,175,150)
#D2B9A4
(210,185,164)
#D8C3B2
(216,195,178)
#DECDC0
(222,205,192)
#E4D7CE
(228,215,206)
#EAE1DC
(234,225,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4875E color. Also use rgb(180,135,94) instead hex code.

Text Font Color

.myTextColor { color: #B4875E; }

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

This text font color is #B4875E.


Background Color

.myBgColor { background-color: #B4875E; }

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

This div background color is #B4875E.


Border color

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

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

This div border color is #B4875E.


Opacity

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

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

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

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

This text has shadow with #B4875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4875E on black background.


Color preview on white background

This text has color #B4875E on white background.



Black color preview on #B4875E background

This text has black color on #B4875E background.


White color preview on #B4875E background

This text has white color on #B4875E background.