COLOR #B4905A

HEX: #B4905A RGB: (180,144,90)

Color info

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

RGB color model

#B4905A color RGB value is (180,144,90).

RGB: (180,144,90) (71%, 56%, 35%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 90 of 255 = 35%

180
144
90

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

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 90 = 414 (100%)
R 180 of 414 ~ 43.48%
G 144 of 414 ~ 34.78%
B 90 of 414 ~ 21.74'%

%43.48
%34.78
%21.74

CMYK color model

#B4905A color CMYK value is (0,20,50,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 50.00%
  • key color value is 29.41%

CMYK: (0,20,50,29)
C0M20Y50K29 (0%, 20%, 50%, 29%)
(0.00 / 0.20 / 0.50 / 0.29)

CMYK percentages

%0
%20
%50
%29.41

Codes

Color #B4905A in popluar color models

B4 90 5A
RGB 180 144 90
HSL 36° 37.50% 52.94%
HSB/HSV 36° 50.00% 70.59%
CMYK 0.00% 20.00% 50.00%
29.41%

Color #B4905A in popluar number systems.

HEX B4 90 5A
Decimal 180 144 90
Binary 10110100 10010000 1011010
Octal 264 220 132

Shades and tints

Shades of #B4905A

#B4905A
(180,144,90)
#A48352
(164,131,82)
#94764A
(148,118,74)
#846942
(132,105,66)
#745C3A
(116,92,58)
#644F32
(100,79,50)
#54422A
(84,66,42)
#443522
(68,53,34)
#34281A
(52,40,26)
#241B12
(36,27,18)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #B4905A

#B4905A
(180,144,90)
#BA9A69
(186,154,105)
#C0A478
(192,164,120)
#C6AE87
(198,174,135)
#CCB896
(204,184,150)
#D2C2A5
(210,194,165)
#D8CCB4
(216,204,180)
#DED6C3
(222,214,195)
#E4E0D2
(228,224,210)
#EAEAE1
(234,234,225)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4905A; }

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

This text font color is #B4905A.

Background Color

.myBgColor { background-color: #B4905A; }

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

This div background color is #B4905A.

Border color

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

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

This div border color is #B4905A.

Opacity

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

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

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

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

This text has shadow with #B4905A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4905A.

Preview

Color preview on black background

This text has color #B4905A on black background.


Color preview on white background

This text has color #B4905A on white background.


Black color preview on #B4905A background

This text has black color on #B4905A background.


White color preview on #B4905A background

This text has white color on #B4905A background.


Related colors

Complementary color

Complementary color for #hex is #4B6FA5.


I love getcolorcode.com

Triadic colors

1 #5AB490 and #905AB4 with #B4905A are triadic colors.

2 #5A90B4 and #90B45A with #B4905A are triadic colors.