COLOR #B4A25A

HEX: #B4A25A
RGB: (180,162,90)

Color info

#B4A25A contains mainly red and green colors. Web safe color of #B4A25A is #CC9966 (or #C96).

RGB color model

#B4A25A color RGB value is (180,162,90).

  • red value is 180;
  • green value is 162;
  • blue value is 90.
RGB:
(180,162,90)
(71%,64%,35%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 90 of 255 = 35%

180
162
90

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

Portions of RGB colors in percentages

R + G + B =
180 + 162 + 90 = 432 (100%)
R 180 of 432 ~ 41.67%
G 162 of 432 ~ 37.5%
B 90 of 432 ~ 20.83%

%41.67
%37.5
%20.83

CMYK color model

#B4A25A color CMYK value is (0,10,50,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 50.00%
  • key color value is 29.41%
CMYK:
(0,10,50,29)
C0M10Y50K29 
(0%,10%,50%,29%)
(0.00/0.10/0.50/0.29)	

CMYK percentages

%0
%10
%50
%29.41

Codes

Color #B4A25A in popluar color models

B4A25A
RGB18016290
HSL48°37.50%52.94%
HSB/HSV48°50.00%70.59%
CMYK0.00%10.00%50.00%
29.41%

Color #B4A25A in popluar number systems.

HEXB4A25A
Decimal18016290
Binary10110100101000101011010
Octal264242132

Shades and tints

Shades of #B4A25A

#B4A25A
(180,162,90)
#A49452
(164,148,82)
#94864A
(148,134,74)
#847842
(132,120,66)
#746A3A
(116,106,58)
#645C32
(100,92,50)
#544E2A
(84,78,42)
#444022
(68,64,34)
#34321A
(52,50,26)
#242412
(36,36,18)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #B4A25A

#B4A25A
(180,162,90)
#BAAA69
(186,170,105)
#C0B278
(192,178,120)
#C6BA87
(198,186,135)
#CCC296
(204,194,150)
#D2CAA5
(210,202,165)
#D8D2B4
(216,210,180)
#DEDAC3
(222,218,195)
#E4E2D2
(228,226,210)
#EAEAE1
(234,234,225)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A25A color. Also use rgb(180,162,90) instead hex code.

Text Font Color

.myTextColor { color: #B4A25A; }

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

This text font color is #B4A25A.


Background Color

.myBgColor { background-color: #B4A25A; }

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

This div background color is #B4A25A.


Border color

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

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

This div border color is #B4A25A.


Opacity

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

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

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

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

This text has shadow with #B4A25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A25A on black background.


Color preview on white background

This text has color #B4A25A on white background.



Black color preview on #B4A25A background

This text has black color on #B4A25A background.


White color preview on #B4A25A background

This text has white color on #B4A25A background.