COLOR #B1A575

HEX: #B1A575 RGB: (177,165,117)

Color info

#B1A575 contains mainly red and green colors. Web safe color of #B1A575 is #999966 (or #996).

RGB color model

#B1A575 color RGB value is (177,165,117).

RGB: (177,165,117) (69%, 65%, 46%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 117 of 255 = 46%

177
165
117

R + G + B ~ 60%. #B1A575 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 177 + 165 + 117 = 459 (100%)
R 177 of 459 ~ 38.56%
G 165 of 459 ~ 35.95%
B 117 of 459 ~ 25.49'%

%38.56
%35.95
%25.49

CMYK color model

#B1A575 color CMYK value is (0,7,34,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 33.90%
  • key color value is 30.59%

CMYK: (0,7,34,31)
C0M7Y34K31 (0%, 7%, 34%, 31%)
(0.00 / 0.07 / 0.34 / 0.31)

CMYK percentages

%0
%6.78
%33.9
%30.59

Codes

Color #B1A575 in popluar color models

B1 A5 75
RGB 177 165 117
HSL 48° 27.78% 57.65%
HSB/HSV 48° 33.90% 69.41%
CMYK 0.00% 6.78% 33.90%
30.59%

Color #B1A575 in popluar number systems.

HEX B1 A5 75
Decimal 177 165 117
Binary 10110001 10100101 1110101
Octal 261 245 165

Shades and tints

Shades of #B1A575

#B1A575
(177,165,117)
#A1966B
(161,150,107)
#918761
(145,135,97)
#817857
(129,120,87)
#71694D
(113,105,77)
#615A43
(97,90,67)
#514B39
(81,75,57)
#413C2F
(65,60,47)
#312D25
(49,45,37)
#211E1B
(33,30,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #B1A575

#B1A575
(177,165,117)
#B8AD81
(184,173,129)
#BFB58D
(191,181,141)
#C6BD99
(198,189,153)
#CDC5A5
(205,197,165)
#D4CDB1
(212,205,177)
#DBD5BD
(219,213,189)
#E2DDC9
(226,221,201)
#E9E5D5
(233,229,213)
#F0EDE1
(240,237,225)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A575 color. Also use rgb(177,165,117) instead hex code.

Text Font Color

.myTextColor { color: #B1A575; }

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

This text font color is #B1A575.

Background Color

.myBgColor { background-color: #B1A575; }

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

This div background color is #B1A575.

Border color

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

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

This div border color is #B1A575.

Opacity

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

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

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

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

This text has shadow with #B1A575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A575.

Preview

Color preview on black background

This text has color #B1A575 on black background.


Color preview on white background

This text has color #B1A575 on white background.


Black color preview on #B1A575 background

This text has black color on #B1A575 background.


White color preview on #B1A575 background

This text has white color on #B1A575 background.


Related colors

Complementary color

Complementary color for #hex is #4E5A8A.


I love getcolorcode.com

Triadic colors

1 #75B1A5 and #A575B1 with #B1A575 are triadic colors.

2 #75A5B1 and #A5B175 with #B1A575 are triadic colors.