COLOR #B4A55A

HEX: #B4A55A
RGB: (180,165,90)

Color info

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

RGB color model

#B4A55A color RGB value is (180,165,90).

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

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 90 of 255 = 35%

180
165
90

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 90 = 435 (100%)
R 180 of 435 ~ 41.38%
G 165 of 435 ~ 37.93%
B 90 of 435 ~ 20.69%

%41.38
%37.93
%20.69

CMYK color model

#B4A55A color CMYK value is (0,8,50,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 50.00%
  • key color value is 29.41%
CMYK:
(0,8,50,29)
C0M8Y50K29 
(0%,8%,50%,29%)
(0.00/0.08/0.50/0.29)	

CMYK percentages

%0
%8.33
%50
%29.41

Codes

Color #B4A55A in popluar color models

B4A55A
RGB18016590
HSL50°37.50%52.94%
HSB/HSV50°50.00%70.59%
CMYK0.00%8.33%50.00%
29.41%

Color #B4A55A in popluar number systems.

HEXB4A55A
Decimal18016590
Binary10110100101001011011010
Octal264245132

Shades and tints

Shades of #B4A55A

#B4A55A
(180,165,90)
#A49652
(164,150,82)
#94874A
(148,135,74)
#847842
(132,120,66)
#74693A
(116,105,58)
#645A32
(100,90,50)
#544B2A
(84,75,42)
#443C22
(68,60,34)
#342D1A
(52,45,26)
#241E12
(36,30,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #B4A55A

#B4A55A
(180,165,90)
#BAAD69
(186,173,105)
#C0B578
(192,181,120)
#C6BD87
(198,189,135)
#CCC596
(204,197,150)
#D2CDA5
(210,205,165)
#D8D5B4
(216,213,180)
#DEDDC3
(222,221,195)
#E4E5D2
(228,229,210)
#EAEDE1
(234,237,225)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A55A; }

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

This text font color is #B4A55A.


Background Color

.myBgColor { background-color: #B4A55A; }

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

This div background color is #B4A55A.


Border color

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

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

This div border color is #B4A55A.


Opacity

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

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

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

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

This text has shadow with #B4A55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A55A on black background.


Color preview on white background

This text has color #B4A55A on white background.



Black color preview on #B4A55A background

This text has black color on #B4A55A background.


White color preview on #B4A55A background

This text has white color on #B4A55A background.