COLOR #B4B285

HEX: #B4B285
RGB: (180,178,133)

Color info

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

RGB color model

#B4B285 color RGB value is (180,178,133).

  • red value is 180;
  • green value is 178;
  • blue value is 133.
RGB:
(180,178,133)
(71%,70%,52%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 133 of 255 = 52%

180
178
133

R + G + B ~ 64%. #B4B285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 178 + 133 = 491 (100%)
R 180 of 491 ~ 36.66%
G 178 of 491 ~ 36.25%
B 133 of 491 ~ 27.09%

%36.66
%36.25
%27.09

CMYK color model

#B4B285 color CMYK value is (0,1,26,29).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(0,1,26,29)
C0M1Y26K29 
(0%,1%,26%,29%)
(0.00/0.01/0.26/0.29)	

CMYK percentages

%0
%1.11
%26.11
%29.41

Codes

Color #B4B285 in popluar color models

B4B285
RGB180178133
HSL57°23.86%61.37%
HSB/HSV57°26.11%70.59%
CMYK0.00%1.11%26.11%
29.41%

Color #B4B285 in popluar number systems.

HEXB4B285
Decimal180178133
Binary101101001011001010000101
Octal264262205

Shades and tints

Shades of #B4B285

#B4B285
(180,178,133)
#A4A279
(164,162,121)
#94926D
(148,146,109)
#848261
(132,130,97)
#747255
(116,114,85)
#646249
(100,98,73)
#54523D
(84,82,61)
#444231
(68,66,49)
#343225
(52,50,37)
#242219
(36,34,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #B4B285

#B4B285
(180,178,133)
#BAB990
(186,185,144)
#C0C09B
(192,192,155)
#C6C7A6
(198,199,166)
#CCCEB1
(204,206,177)
#D2D5BC
(210,213,188)
#D8DCC7
(216,220,199)
#DEE3D2
(222,227,210)
#E4EADD
(228,234,221)
#EAF1E8
(234,241,232)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B285 color. Also use rgb(180,178,133) instead hex code.

Text Font Color

.myTextColor { color: #B4B285; }

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

This text font color is #B4B285.


Background Color

.myBgColor { background-color: #B4B285; }

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

This div background color is #B4B285.


Border color

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

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

This div border color is #B4B285.


Opacity

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

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

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

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

This text has shadow with #B4B285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B285 on black background.


Color preview on white background

This text has color #B4B285 on white background.



Black color preview on #B4B285 background

This text has black color on #B4B285 background.


White color preview on #B4B285 background

This text has white color on #B4B285 background.