COLOR #B4897D

HEX: #B4897D
RGB: (180,137,125)

Color info

#B4897D contains red, green and blue colors in about the same proportion. Web safe color of #B4897D is #CC9966 (or #C96).

RGB color model

#B4897D color RGB value is (180,137,125).

  • red value is 180;
  • green value is 137;
  • blue value is 125.
RGB:
(180,137,125)
(71%,54%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 125 of 255 = 49%

180
137
125

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 125 = 442 (100%)
R 180 of 442 ~ 40.72%
G 137 of 442 ~ 31%
B 125 of 442 ~ 28.28%

%40.72
%31
%28.28

CMYK color model

#B4897D color CMYK value is (0,24,31,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 30.56%
  • key color value is 29.41%
CMYK:
(0,24,31,29)
C0M24Y31K29 
(0%,24%,31%,29%)
(0.00/0.24/0.31/0.29)	

CMYK percentages

%0
%23.89
%30.56
%29.41

Codes

Color #B4897D in popluar color models

B4897D
RGB180137125
HSL13°26.83%59.80%
HSB/HSV13°30.56%70.59%
CMYK0.00%23.89%30.56%
29.41%

Color #B4897D in popluar number systems.

HEXB4897D
Decimal180137125
Binary10110100100010011111101
Octal264211175

Shades and tints

Shades of #B4897D

#B4897D
(180,137,125)
#A47D72
(164,125,114)
#947167
(148,113,103)
#84655C
(132,101,92)
#745951
(116,89,81)
#644D46
(100,77,70)
#54413B
(84,65,59)
#443530
(68,53,48)
#342925
(52,41,37)
#241D1A
(36,29,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #B4897D

#B4897D
(180,137,125)
#BA9388
(186,147,136)
#C09D93
(192,157,147)
#C6A79E
(198,167,158)
#CCB1A9
(204,177,169)
#D2BBB4
(210,187,180)
#D8C5BF
(216,197,191)
#DECFCA
(222,207,202)
#E4D9D5
(228,217,213)
#EAE3E0
(234,227,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4897D color. Also use rgb(180,137,125) instead hex code.

Text Font Color

.myTextColor { color: #B4897D; }

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

This text font color is #B4897D.


Background Color

.myBgColor { background-color: #B4897D; }

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

This div background color is #B4897D.


Border color

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

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

This div border color is #B4897D.


Opacity

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

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

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

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

This text has shadow with #B4897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4897D on black background.


Color preview on white background

This text has color #B4897D on white background.



Black color preview on #B4897D background

This text has black color on #B4897D background.


White color preview on #B4897D background

This text has white color on #B4897D background.