COLOR #B3A448

HEX: #B3A448 RGB: (179,164,72)

Color info

#B3A448 contains mainly red and green colors. Web safe color of #B3A448 is #999933 (or #993).

RGB color model

#B3A448 color RGB value is (179,164,72).

RGB: (179,164,72) (70%, 64%, 28%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 72 of 255 = 28%

179
164
72

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

Portions of RGB colors in percentages

R + G + B = 179 + 164 + 72 = 415 (100%)
R 179 of 415 ~ 43.13%
G 164 of 415 ~ 39.52%
B 72 of 415 ~ 17.35'%

%43.13
%39.52
%17.35

CMYK color model

#B3A448 color CMYK value is (0,8,60,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 59.78%
  • key color value is 29.80%

CMYK: (0,8,60,30)
C0M8Y60K30 (0%, 8%, 60%, 30%)
(0.00 / 0.08 / 0.60 / 0.30)

CMYK percentages

%0
%8.38
%59.78
%29.8

Codes

Color #B3A448 in popluar color models

B3 A4 48
RGB 179 164 72
HSL 52° 42.63% 49.22%
HSB/HSV 52° 59.78% 70.20%
CMYK 0.00% 8.38% 59.78%
29.80%

Color #B3A448 in popluar number systems.

HEX B3 A4 48
Decimal 179 164 72
Binary 10110011 10100100 1001000
Octal 263 244 110

Shades and tints

Shades of #B3A448

#B3A448
(179,164,72)
#A39642
(163,150,66)
#93883C
(147,136,60)
#837A36
(131,122,54)
#736C30
(115,108,48)
#635E2A
(99,94,42)
#535024
(83,80,36)
#43421E
(67,66,30)
#333418
(51,52,24)
#232612
(35,38,18)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #B3A448

#B3A448
(179,164,72)
#B9AC58
(185,172,88)
#BFB468
(191,180,104)
#C5BC78
(197,188,120)
#CBC488
(203,196,136)
#D1CC98
(209,204,152)
#D7D4A8
(215,212,168)
#DDDCB8
(221,220,184)
#E3E4C8
(227,228,200)
#E9ECD8
(233,236,216)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A448 color. Also use rgb(179,164,72) instead hex code.

Text Font Color

.myTextColor { color: #B3A448; }

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

This text font color is #B3A448.

Background Color

.myBgColor { background-color: #B3A448; }

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

This div background color is #B3A448.

Border color

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

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

This div border color is #B3A448.

Opacity

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

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

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

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

This text has shadow with #B3A448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A448.

Preview

Color preview on black background

This text has color #B3A448 on black background.


Color preview on white background

This text has color #B3A448 on white background.


Black color preview on #B3A448 background

This text has black color on #B3A448 background.


White color preview on #B3A448 background

This text has white color on #B3A448 background.


Related colors

Complementary color

Complementary color for #hex is #4C5BB7.


I love getcolorcode.com

Triadic colors

1 #48B3A4 and #A448B3 with #B3A448 are triadic colors.

2 #48A4B3 and #A4B348 with #B3A448 are triadic colors.