COLOR #B4A591

HEX: #B4A591 RGB: (180,165,145)

Color info

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

RGB color model

#B4A591 color RGB value is (180,165,145).

RGB: (180,165,145) (71%, 65%, 57%)

RGB channels and saturation

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

180
165
145

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

Portions of RGB colors in percentages

R + G + B = 180 + 165 + 145 = 490 (100%)
R 180 of 490 ~ 36.73%
G 165 of 490 ~ 33.67%
B 145 of 490 ~ 29.59'%

%36.73
%33.67
%29.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 19.44%
  • 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
%19.44
%29.41

Codes

Color #B4A591 in popluar color models

B4 A5 91
RGB 180 165 145
HSL 34° 18.92% 63.73%
HSB/HSV 34° 19.44% 70.59%
CMYK 0.00% 8.33% 19.44%
29.41%

Color #B4A591 in popluar number systems.

HEX B4 A5 91
Decimal 180 165 145
Binary 10110100 10100101 10010001
Octal 264 245 221

Shades and tints

Shades of #B4A591

#B4A591
(180,165,145)
#A49684
(164,150,132)
#948777
(148,135,119)
#84786A
(132,120,106)
#74695D
(116,105,93)
#645A50
(100,90,80)
#544B43
(84,75,67)
#443C36
(68,60,54)
#342D29
(52,45,41)
#241E1C
(36,30,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B4A591

#B4A591
(180,165,145)
#BAAD9B
(186,173,155)
#C0B5A5
(192,181,165)
#C6BDAF
(198,189,175)
#CCC5B9
(204,197,185)
#D2CDC3
(210,205,195)
#D8D5CD
(216,213,205)
#DEDDD7
(222,221,215)
#E4E5E1
(228,229,225)
#EAEDEB
(234,237,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A591; }

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

This text font color is #B4A591.

Background Color

.myBgColor { background-color: #B4A591; }

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

This div background color is #B4A591.

Border color

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

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

This div border color is #B4A591.

Opacity

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

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

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

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

This text has shadow with #B4A591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A591.

Preview

Color preview on black background

This text has color #B4A591 on black background.


Color preview on white background

This text has color #B4A591 on white background.


Black color preview on #B4A591 background

This text has black color on #B4A591 background.


White color preview on #B4A591 background

This text has white color on #B4A591 background.


Related colors

Complementary color

Complementary color for #hex is #4B5A6E.


I love getcolorcode.com

Triadic colors

1 #91B4A5 and #A591B4 with #B4A591 are triadic colors.

2 #91A5B4 and #A5B491 with #B4A591 are triadic colors.