COLOR #B1A665

HEX: #B1A665
RGB: (177,166,101)

Color info

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

RGB color model

#B1A665 color RGB value is (177,166,101).

  • red value is 177;
  • green value is 166;
  • blue value is 101.
RGB:
(177,166,101)
(69%,65%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 101 of 255 = 40%

177
166
101

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

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 101 = 444 (100%)
R 177 of 444 ~ 39.86%
G 166 of 444 ~ 37.39%
B 101 of 444 ~ 22.75%

%39.86
%37.39
%22.75

CMYK color model

#B1A665 color CMYK value is (0,6,43,31).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 42.94%
  • key color value is 30.59%
CMYK:
(0,6,43,31)
C0M6Y43K31 
(0%,6%,43%,31%)
(0.00/0.06/0.43/0.31)	

CMYK percentages

%0
%6.21
%42.94
%30.59

Codes

Color #B1A665 in popluar color models

B1A665
RGB177166101
HSL51°32.76%54.51%
HSB/HSV51°42.94%69.41%
CMYK0.00%6.21%42.94%
30.59%

Color #B1A665 in popluar number systems.

HEXB1A665
Decimal177166101
Binary10110001101001101100101
Octal261246145

Shades and tints

Shades of #B1A665

#B1A665
(177,166,101)
#A1975C
(161,151,92)
#918853
(145,136,83)
#81794A
(129,121,74)
#716A41
(113,106,65)
#615B38
(97,91,56)
#514C2F
(81,76,47)
#413D26
(65,61,38)
#312E1D
(49,46,29)
#211F14
(33,31,20)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #B1A665

#B1A665
(177,166,101)
#B8AE73
(184,174,115)
#BFB681
(191,182,129)
#C6BE8F
(198,190,143)
#CDC69D
(205,198,157)
#D4CEAB
(212,206,171)
#DBD6B9
(219,214,185)
#E2DEC7
(226,222,199)
#E9E6D5
(233,230,213)
#F0EEE3
(240,238,227)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A665 color. Also use rgb(177,166,101) instead hex code.

Text Font Color

.myTextColor { color: #B1A665; }

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

This text font color is #B1A665.


Background Color

.myBgColor { background-color: #B1A665; }

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

This div background color is #B1A665.


Border color

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

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

This div border color is #B1A665.


Opacity

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

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

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

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

This text has shadow with #B1A665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A665 on black background.


Color preview on white background

This text has color #B1A665 on white background.



Black color preview on #B1A665 background

This text has black color on #B1A665 background.


White color preview on #B1A665 background

This text has white color on #B1A665 background.