COLOR #B2A663

HEX: #B2A663
RGB: (178,166,99)

Color info

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

RGB color model

#B2A663 color RGB value is (178,166,99).

  • red value is 178;
  • green value is 166;
  • blue value is 99.
RGB:
(178,166,99)
(70%,65%,39%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 99 of 255 = 39%

178
166
99

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

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 99 = 443 (100%)
R 178 of 443 ~ 40.18%
G 166 of 443 ~ 37.47%
B 99 of 443 ~ 22.35%

%40.18
%37.47
%22.35

CMYK color model

#B2A663 color CMYK value is (0,7,44,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK:
(0,7,44,30)
C0M7Y44K30 
(0%,7%,44%,30%)
(0.00/0.07/0.44/0.30)	

CMYK percentages

%0
%6.74
%44.38
%30.2

Codes

Color #B2A663 in popluar color models

B2A663
RGB17816699
HSL51°33.91%54.31%
HSB/HSV51°44.38%69.80%
CMYK0.00%6.74%44.38%
30.20%

Color #B2A663 in popluar number systems.

HEXB2A663
Decimal17816699
Binary10110010101001101100011
Octal262246143

Shades and tints

Shades of #B2A663

#B2A663
(178,166,99)
#A2975A
(162,151,90)
#928851
(146,136,81)
#827948
(130,121,72)
#726A3F
(114,106,63)
#625B36
(98,91,54)
#524C2D
(82,76,45)
#423D24
(66,61,36)
#322E1B
(50,46,27)
#221F12
(34,31,18)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #B2A663

#B2A663
(178,166,99)
#B9AE71
(185,174,113)
#C0B67F
(192,182,127)
#C7BE8D
(199,190,141)
#CEC69B
(206,198,155)
#D5CEA9
(213,206,169)
#DCD6B7
(220,214,183)
#E3DEC5
(227,222,197)
#EAE6D3
(234,230,211)
#F1EEE1
(241,238,225)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A663 color. Also use rgb(178,166,99) instead hex code.

Text Font Color

.myTextColor { color: #B2A663; }

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

This text font color is #B2A663.


Background Color

.myBgColor { background-color: #B2A663; }

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

This div background color is #B2A663.


Border color

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

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

This div border color is #B2A663.


Opacity

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

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

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

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

This text has shadow with #B2A663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A663 on black background.


Color preview on white background

This text has color #B2A663 on white background.



Black color preview on #B2A663 background

This text has black color on #B2A663 background.


White color preview on #B2A663 background

This text has white color on #B2A663 background.