COLOR #B4A27A

HEX: #B4A27A RGB: (180,162,122)

Color info

#B4A27A contains red, green and blue colors in about the same proportion. Web safe color of #B4A27A is #CC9966 (or #C96).

RGB color model

#B4A27A color RGB value is (180,162,122).

RGB: (180,162,122) (71%, 64%, 48%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 122 of 255 = 48%

180
162
122

R + G + B ~ 61%. #B4A27A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 162 + 122 = 464 (100%)
R 180 of 464 ~ 38.79%
G 162 of 464 ~ 34.91%
B 122 of 464 ~ 26.29'%

%38.79
%34.91
%26.29

CMYK color model

#B4A27A color CMYK value is (0,10,32,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 32.22%
  • key color value is 29.41%

CMYK: (0,10,32,29)
C0M10Y32K29 (0%, 10%, 32%, 29%)
(0.00 / 0.10 / 0.32 / 0.29)

CMYK percentages

%0
%10
%32.22
%29.41

Codes

Color #B4A27A in popluar color models

B4 A2 7A
RGB 180 162 122
HSL 41° 27.88% 59.22%
HSB/HSV 41° 32.22% 70.59%
CMYK 0.00% 10.00% 32.22%
29.41%

Color #B4A27A in popluar number systems.

HEX B4 A2 7A
Decimal 180 162 122
Binary 10110100 10100010 1111010
Octal 264 242 172

Shades and tints

Shades of #B4A27A

#B4A27A
(180,162,122)
#A4946F
(164,148,111)
#948664
(148,134,100)
#847859
(132,120,89)
#746A4E
(116,106,78)
#645C43
(100,92,67)
#544E38
(84,78,56)
#44402D
(68,64,45)
#343222
(52,50,34)
#242417
(36,36,23)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #B4A27A

#B4A27A
(180,162,122)
#BAAA86
(186,170,134)
#C0B292
(192,178,146)
#C6BA9E
(198,186,158)
#CCC2AA
(204,194,170)
#D2CAB6
(210,202,182)
#D8D2C2
(216,210,194)
#DEDACE
(222,218,206)
#E4E2DA
(228,226,218)
#EAEAE6
(234,234,230)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A27A color. Also use rgb(180,162,122) instead hex code.

Text Font Color

.myTextColor { color: #B4A27A; }

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

This text font color is #B4A27A.

Background Color

.myBgColor { background-color: #B4A27A; }

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

This div background color is #B4A27A.

Border color

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

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

This div border color is #B4A27A.

Opacity

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

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

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

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

This text has shadow with #B4A27A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A27A.

Preview

Color preview on black background

This text has color #B4A27A on black background.


Color preview on white background

This text has color #B4A27A on white background.


Black color preview on #B4A27A background

This text has black color on #B4A27A background.


White color preview on #B4A27A background

This text has white color on #B4A27A background.


Related colors

Complementary color

Complementary color for #hex is #4B5D85.


I love getcolorcode.com

Triadic colors

1 #7AB4A2 and #A27AB4 with #B4A27A are triadic colors.

2 #7AA2B4 and #A2B47A with #B4A27A are triadic colors.