COLOR #B4958A

HEX: #B4958A
RGB: (180,149,138)

Color info

#B4958A contains red, green and blue colors in about the same proportion. Web safe color of #B4958A is #CC9999 (or #C99).

RGB color model

#B4958A color RGB value is (180,149,138).

  • red value is 180;
  • green value is 149;
  • blue value is 138.
RGB: (180,149,138) (71%,58%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 138 of 255 = 54%

180
149
138

R + G + B ~ 61%. #B4958A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 138 = 467 (100%)
R 180 of 467 ~ 38.54%
G 149 of 467 ~ 31.91%
B 138 of 467 ~ 29.55%

%38.54
%31.91
%29.55

CMYK color model

#B4958A color CMYK value is (0,17,23,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK: (0,17,23,29) C0M17Y23K29 (0%,17%,23%,29%) (0.00/0.17/0.23/0.29)

CMYK percentages

%0
%17.22
%23.33
%29.41

Codes

Color #B4958A in popluar color models

B4958A
RGB180149138
HSL16°21.88%62.35%
HSB/HSV16°23.33%70.59%
CMYK0.00%17.22%23.33%
29.41%

Color #B4958A in popluar number systems.

HEXB4958A
Decimal180149138
Binary101101001001010110001010
Octal264225212

Shades and tints

Shades of #B4958A

#B4958A
(180,149,138)
#A4887E
(164,136,126)
#947B72
(148,123,114)
#846E66
(132,110,102)
#74615A
(116,97,90)
#64544E
(100,84,78)
#544742
(84,71,66)
#443A36
(68,58,54)
#342D2A
(52,45,42)
#24201E
(36,32,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #B4958A

#B4958A
(180,149,138)
#BA9E94
(186,158,148)
#C0A79E
(192,167,158)
#C6B0A8
(198,176,168)
#CCB9B2
(204,185,178)
#D2C2BC
(210,194,188)
#D8CBC6
(216,203,198)
#DED4D0
(222,212,208)
#E4DDDA
(228,221,218)
#EAE6E4
(234,230,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4958A color. Also use rgb(180,149,138) instead hex code.

Text Font Color

.myTextColor { color: #B4958A; }

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

This text font color is #B4958A.


Background Color

.myBgColor { background-color: #B4958A; }

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

This div background color is #B4958A.


Border color

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

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

This div border color is #B4958A.


Opacity

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

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

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

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

This text has shadow with #B4958A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4958A on black background.


Color preview on white background

This text has color #B4958A on white background.



Black color preview on #B4958A background

This text has black color on #B4958A background.


White color preview on #B4958A background

This text has white color on #B4958A background.