COLOR #B4955D

HEX: #B4955D
RGB: (180,149,93)

Color info

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

RGB color model

#B4955D color RGB value is (180,149,93).

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

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 93 of 255 = 36%

180
149
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 93 = 422 (100%)
R 180 of 422 ~ 42.65%
G 149 of 422 ~ 35.31%
B 93 of 422 ~ 22.04%

%42.65
%35.31
%22.04

CMYK color model

#B4955D color CMYK value is (0,17,48,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(0,17,48,29)
C0M17Y48K29 
(0%,17%,48%,29%)
(0.00/0.17/0.48/0.29)	

CMYK percentages

%0
%17.22
%48.33
%29.41

Codes

Color #B4955D in popluar color models

B4955D
RGB18014993
HSL39°36.71%53.53%
HSB/HSV39°48.33%70.59%
CMYK0.00%17.22%48.33%
29.41%

Color #B4955D in popluar number systems.

HEXB4955D
Decimal18014993
Binary10110100100101011011101
Octal264225135

Shades and tints

Shades of #B4955D

#B4955D
(180,149,93)
#A48855
(164,136,85)
#947B4D
(148,123,77)
#846E45
(132,110,69)
#74613D
(116,97,61)
#645435
(100,84,53)
#54472D
(84,71,45)
#443A25
(68,58,37)
#342D1D
(52,45,29)
#242015
(36,32,21)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #B4955D

#B4955D
(180,149,93)
#BA9E6B
(186,158,107)
#C0A779
(192,167,121)
#C6B087
(198,176,135)
#CCB995
(204,185,149)
#D2C2A3
(210,194,163)
#D8CBB1
(216,203,177)
#DED4BF
(222,212,191)
#E4DDCD
(228,221,205)
#EAE6DB
(234,230,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4955D; }

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

This text font color is #B4955D.


Background Color

.myBgColor { background-color: #B4955D; }

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

This div background color is #B4955D.


Border color

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

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

This div border color is #B4955D.


Opacity

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

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

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

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

This text has shadow with #B4955D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4955D on black background.


Color preview on white background

This text has color #B4955D on white background.



Black color preview on #B4955D background

This text has black color on #B4955D background.


White color preview on #B4955D background

This text has white color on #B4955D background.