COLOR #B4A592

HEX: #B4A592
RGB: (180,165,146)

Color info

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

RGB color model

#B4A592 color RGB value is (180,165,146).

  • red value is 180;
  • green value is 165;
  • blue value is 146.
RGB:
(180,165,146)
(71%,65%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 146 of 255 = 57%

180
165
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 146 = 491 (100%)
R 180 of 491 ~ 36.66%
G 165 of 491 ~ 33.6%
B 146 of 491 ~ 29.74%

%36.66
%33.6
%29.74

CMYK color model

#B4A592 color CMYK value is (0,8,19,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,8,19,29)
C0M8Y19K29 
(0%,8%,19%,29%)
(0.00/0.08/0.19/0.29)	

CMYK percentages

%0
%8.33
%18.89
%29.41

Codes

Color #B4A592 in popluar color models

B4A592
RGB180165146
HSL34°18.48%63.92%
HSB/HSV34°18.89%70.59%
CMYK0.00%8.33%18.89%
29.41%

Color #B4A592 in popluar number systems.

HEXB4A592
Decimal180165146
Binary101101001010010110010010
Octal264245222

Shades and tints

Shades of #B4A592

#B4A592
(180,165,146)
#A49685
(164,150,133)
#948778
(148,135,120)
#84786B
(132,120,107)
#74695E
(116,105,94)
#645A51
(100,90,81)
#544B44
(84,75,68)
#443C37
(68,60,55)
#342D2A
(52,45,42)
#241E1D
(36,30,29)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #B4A592

#B4A592
(180,165,146)
#BAAD9B
(186,173,155)
#C0B5A4
(192,181,164)
#C6BDAD
(198,189,173)
#CCC5B6
(204,197,182)
#D2CDBF
(210,205,191)
#D8D5C8
(216,213,200)
#DEDDD1
(222,221,209)
#E4E5DA
(228,229,218)
#EAEDE3
(234,237,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A592 color. Also use rgb(180,165,146) instead hex code.

Text Font Color

.myTextColor { color: #B4A592; }

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

This text font color is #B4A592.


Background Color

.myBgColor { background-color: #B4A592; }

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

This div background color is #B4A592.


Border color

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

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

This div border color is #B4A592.


Opacity

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

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

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

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

This text has shadow with #B4A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A592 on black background.


Color preview on white background

This text has color #B4A592 on white background.



Black color preview on #B4A592 background

This text has black color on #B4A592 background.


White color preview on #B4A592 background

This text has white color on #B4A592 background.