COLOR #B4965D

HEX: #B4965D
RGB: (180,150,93)

Color info

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

RGB color model

#B4965D color RGB value is (180,150,93).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 93 of 255 = 36%

180
150
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 93 = 423 (100%)
R 180 of 423 ~ 42.55%
G 150 of 423 ~ 35.46%
B 93 of 423 ~ 21.99%

%42.55
%35.46
%21.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%48.33
%29.41

Codes

Color #B4965D in popluar color models

B4965D
RGB18015093
HSL39°36.71%53.53%
HSB/HSV39°48.33%70.59%
CMYK0.00%16.67%48.33%
29.41%

Color #B4965D in popluar number systems.

HEXB4965D
Decimal18015093
Binary10110100100101101011101
Octal264226135

Shades and tints

Shades of #B4965D

#B4965D
(180,150,93)
#A48955
(164,137,85)
#947C4D
(148,124,77)
#846F45
(132,111,69)
#74623D
(116,98,61)
#645535
(100,85,53)
#54482D
(84,72,45)
#443B25
(68,59,37)
#342E1D
(52,46,29)
#242115
(36,33,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #B4965D

#B4965D
(180,150,93)
#BA9F6B
(186,159,107)
#C0A879
(192,168,121)
#C6B187
(198,177,135)
#CCBA95
(204,186,149)
#D2C3A3
(210,195,163)
#D8CCB1
(216,204,177)
#DED5BF
(222,213,191)
#E4DECD
(228,222,205)
#EAE7DB
(234,231,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4965D; }

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

This text font color is #B4965D.


Background Color

.myBgColor { background-color: #B4965D; }

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

This div background color is #B4965D.


Border color

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

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

This div border color is #B4965D.


Opacity

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

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

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

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

This text has shadow with #B4965D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4965D on black background.


Color preview on white background

This text has color #B4965D on white background.



Black color preview on #B4965D background

This text has black color on #B4965D background.


White color preview on #B4965D background

This text has white color on #B4965D background.