COLOR #B4966C

HEX: #B4966C
RGB: (180,150,108)

Color info

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

RGB color model

#B4966C color RGB value is (180,150,108).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 108 of 255 = 42%

180
150
108

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 108 = 438 (100%)
R 180 of 438 ~ 41.1%
G 150 of 438 ~ 34.25%
B 108 of 438 ~ 24.66%

%41.1
%34.25
%24.66

CMYK color model

#B4966C color CMYK value is (0,17,40,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(0,17,40,29)
C0M17Y40K29 
(0%,17%,40%,29%)
(0.00/0.17/0.40/0.29)	

CMYK percentages

%0
%16.67
%40
%29.41

Codes

Color #B4966C in popluar color models

B4966C
RGB180150108
HSL35°32.43%56.47%
HSB/HSV35°40.00%70.59%
CMYK0.00%16.67%40.00%
29.41%

Color #B4966C in popluar number systems.

HEXB4966C
Decimal180150108
Binary10110100100101101101100
Octal264226154

Shades and tints

Shades of #B4966C

#B4966C
(180,150,108)
#A48963
(164,137,99)
#947C5A
(148,124,90)
#846F51
(132,111,81)
#746248
(116,98,72)
#64553F
(100,85,63)
#544836
(84,72,54)
#443B2D
(68,59,45)
#342E24
(52,46,36)
#24211B
(36,33,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4966C

#B4966C
(180,150,108)
#BA9F79
(186,159,121)
#C0A886
(192,168,134)
#C6B193
(198,177,147)
#CCBAA0
(204,186,160)
#D2C3AD
(210,195,173)
#D8CCBA
(216,204,186)
#DED5C7
(222,213,199)
#E4DED4
(228,222,212)
#EAE7E1
(234,231,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4966C; }

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

This text font color is #B4966C.


Background Color

.myBgColor { background-color: #B4966C; }

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

This div background color is #B4966C.


Border color

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

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

This div border color is #B4966C.


Opacity

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

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

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

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

This text has shadow with #B4966C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4966C on black background.


Color preview on white background

This text has color #B4966C on white background.



Black color preview on #B4966C background

This text has black color on #B4966C background.


White color preview on #B4966C background

This text has white color on #B4966C background.