COLOR #B4B789

HEX: #B4B789
RGB: (180,183,137)

Color info

#B4B789 contains red, green and blue colors in about the same proportion. Web safe color of #B4B789 is #CCCC99 (or #CC9).

RGB color model

#B4B789 color RGB value is (180,183,137).

  • red value is 180;
  • green value is 183;
  • blue value is 137.
RGB:
(180,183,137)
(71%,72%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 137 of 255 = 54%

180
183
137

R + G + B ~ 66%. #B4B789 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 137 = 500 (100%)
R 180 of 500 ~ 36%
G 183 of 500 ~ 36.6%
B 137 of 500 ~ 27.4%

%36
%36.6
%27.4

CMYK color model

#B4B789 color CMYK value is (2,0,25,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 28.24%
CMYK:
(2,0,25,28)
C2M0Y25K28 
(2%,0%,25%,28%)
(0.02/0.00/0.25/0.28)	

CMYK percentages

%1.64
%0
%25.14
%28.24

Codes

Color #B4B789 in popluar color models

B4B789
RGB180183137
HSL64°24.21%62.75%
HSB/HSV64°25.14%71.76%
CMYK1.64%0.00%25.14%
28.24%

Color #B4B789 in popluar number systems.

HEXB4B789
Decimal180183137
Binary101101001011011110001001
Octal264267211

Shades and tints

Shades of #B4B789

#B4B789
(180,183,137)
#A4A77D
(164,167,125)
#949771
(148,151,113)
#848765
(132,135,101)
#747759
(116,119,89)
#64674D
(100,103,77)
#545741
(84,87,65)
#444735
(68,71,53)
#343729
(52,55,41)
#24271D
(36,39,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #B4B789

#B4B789
(180,183,137)
#BABD93
(186,189,147)
#C0C39D
(192,195,157)
#C6C9A7
(198,201,167)
#CCCFB1
(204,207,177)
#D2D5BB
(210,213,187)
#D8DBC5
(216,219,197)
#DEE1CF
(222,225,207)
#E4E7D9
(228,231,217)
#EAEDE3
(234,237,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B789 color. Also use rgb(180,183,137) instead hex code.

Text Font Color

.myTextColor { color: #B4B789; }

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

This text font color is #B4B789.


Background Color

.myBgColor { background-color: #B4B789; }

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

This div background color is #B4B789.


Border color

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

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

This div border color is #B4B789.


Opacity

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

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

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

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

This text has shadow with #B4B789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B789 on black background.


Color preview on white background

This text has color #B4B789 on white background.



Black color preview on #B4B789 background

This text has black color on #B4B789 background.


White color preview on #B4B789 background

This text has white color on #B4B789 background.