COLOR #B4A775

HEX: #B4A775 RGB: (180,167,117)

Color info

#B4A775 contains mainly red and green colors. Web safe color of #B4A775 is #CC9966 (or #C96).

RGB color model

#B4A775 color RGB value is (180,167,117).

RGB: (180,167,117) (71%, 65%, 46%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 117 of 255 = 46%

180
167
117

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

Portions of RGB colors in percentages

R + G + B = 180 + 167 + 117 = 464 (100%)
R 180 of 464 ~ 38.79%
G 167 of 464 ~ 35.99%
B 117 of 464 ~ 25.22'%

%38.79
%35.99
%25.22

CMYK color model

#B4A775 color CMYK value is (0,7,35,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 35.00%
  • key color value is 29.41%

CMYK: (0,7,35,29)
C0M7Y35K29 (0%, 7%, 35%, 29%)
(0.00 / 0.07 / 0.35 / 0.29)

CMYK percentages

%0
%7.22
%35
%29.41

Codes

Color #B4A775 in popluar color models

B4 A7 75
RGB 180 167 117
HSL 48° 29.58% 58.24%
HSB/HSV 48° 35.00% 70.59%
CMYK 0.00% 7.22% 35.00%
29.41%

Color #B4A775 in popluar number systems.

HEX B4 A7 75
Decimal 180 167 117
Binary 10110100 10100111 1110101
Octal 264 247 165

Shades and tints

Shades of #B4A775

#B4A775
(180,167,117)
#A4986B
(164,152,107)
#948961
(148,137,97)
#847A57
(132,122,87)
#746B4D
(116,107,77)
#645C43
(100,92,67)
#544D39
(84,77,57)
#443E2F
(68,62,47)
#342F25
(52,47,37)
#24201B
(36,32,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4A775

#B4A775
(180,167,117)
#BAAF81
(186,175,129)
#C0B78D
(192,183,141)
#C6BF99
(198,191,153)
#CCC7A5
(204,199,165)
#D2CFB1
(210,207,177)
#D8D7BD
(216,215,189)
#DEDFC9
(222,223,201)
#E4E7D5
(228,231,213)
#EAEFE1
(234,239,225)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A775 color. Also use rgb(180,167,117) instead hex code.

Text Font Color

.myTextColor { color: #B4A775; }

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

This text font color is #B4A775.

Background Color

.myBgColor { background-color: #B4A775; }

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

This div background color is #B4A775.

Border color

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

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

This div border color is #B4A775.

Opacity

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

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

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

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

This text has shadow with #B4A775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A775.

Preview

Color preview on black background

This text has color #B4A775 on black background.


Color preview on white background

This text has color #B4A775 on white background.


Black color preview on #B4A775 background

This text has black color on #B4A775 background.


White color preview on #B4A775 background

This text has white color on #B4A775 background.


Related colors

Complementary color

Complementary color for #hex is #4B588A.


I love getcolorcode.com

Triadic colors

1 #75B4A7 and #A775B4 with #B4A775 are triadic colors.

2 #75A7B4 and #A7B475 with #B4A775 are triadic colors.