COLOR #B2A262

HEX: #B2A262 RGB: (178,162,98)

Color info

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

RGB color model

#B2A262 color RGB value is (178,162,98).

RGB: (178,162,98) (70%, 64%, 38%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 98 of 255 = 38%

178
162
98

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

Portions of RGB colors in percentages

R + G + B = 178 + 162 + 98 = 438 (100%)
R 178 of 438 ~ 40.64%
G 162 of 438 ~ 36.99%
B 98 of 438 ~ 22.37'%

%40.64
%36.99
%22.37

CMYK color model

#B2A262 color CMYK value is (0,9,45,30).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 44.94%
  • key color value is 30.20%

CMYK: (0,9,45,30)
C0M9Y45K30 (0%, 9%, 45%, 30%)
(0.00 / 0.09 / 0.45 / 0.30)

CMYK percentages

%0
%8.99
%44.94
%30.2

Codes

Color #B2A262 in popluar color models

B2 A2 62
RGB 178 162 98
HSL 48° 34.19% 54.12%
HSB/HSV 48° 44.94% 69.80%
CMYK 0.00% 8.99% 44.94%
30.20%

Color #B2A262 in popluar number systems.

HEX B2 A2 62
Decimal 178 162 98
Binary 10110010 10100010 1100010
Octal 262 242 142

Shades and tints

Shades of #B2A262

#B2A262
(178,162,98)
#A2945A
(162,148,90)
#928652
(146,134,82)
#82784A
(130,120,74)
#726A42
(114,106,66)
#625C3A
(98,92,58)
#524E32
(82,78,50)
#42402A
(66,64,42)
#323222
(50,50,34)
#22241A
(34,36,26)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2A262

#B2A262
(178,162,98)
#B9AA70
(185,170,112)
#C0B27E
(192,178,126)
#C7BA8C
(199,186,140)
#CEC29A
(206,194,154)
#D5CAA8
(213,202,168)
#DCD2B6
(220,210,182)
#E3DAC4
(227,218,196)
#EAE2D2
(234,226,210)
#F1EAE0
(241,234,224)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A262 color. Also use rgb(178,162,98) instead hex code.

Text Font Color

.myTextColor { color: #B2A262; }

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

This text font color is #B2A262.

Background Color

.myBgColor { background-color: #B2A262; }

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

This div background color is #B2A262.

Border color

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

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

This div border color is #B2A262.

Opacity

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

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

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

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

This text has shadow with #B2A262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A262.

Preview

Color preview on black background

This text has color #B2A262 on black background.


Color preview on white background

This text has color #B2A262 on white background.


Black color preview on #B2A262 background

This text has black color on #B2A262 background.


White color preview on #B2A262 background

This text has white color on #B2A262 background.


Related colors

Complementary color

Complementary color for #hex is #4D5D9D.


I love getcolorcode.com

Triadic colors

1 #62B2A2 and #A262B2 with #B2A262 are triadic colors.

2 #62A2B2 and #A2B262 with #B2A262 are triadic colors.