COLOR #B9915A

HEX: #B9915A
RGB: (185,145,90)

Color info

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

RGB color model

#B9915A color RGB value is (185,145,90).

  • red value is 185;
  • green value is 145;
  • blue value is 90.
RGB:
(185,145,90)
(73%,57%,35%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 90 of 255 = 35%

185
145
90

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 90 = 420 (100%)
R 185 of 420 ~ 44.05%
G 145 of 420 ~ 34.52%
B 90 of 420 ~ 21.43%

%44.05
%34.52
%21.43

CMYK color model

#B9915A color CMYK value is (0,22,51,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 51.35%
  • key color value is 27.45%
CMYK:
(0,22,51,27)
C0M22Y51K27 
(0%,22%,51%,27%)
(0.00/0.22/0.51/0.27)	

CMYK percentages

%0
%21.62
%51.35
%27.45

Codes

Color #B9915A in popluar color models

B9915A
RGB18514590
HSL35°40.43%53.92%
HSB/HSV35°51.35%72.55%
CMYK0.00%21.62%51.35%
27.45%

Color #B9915A in popluar number systems.

HEXB9915A
Decimal18514590
Binary10111001100100011011010
Octal271221132

Shades and tints

Shades of #B9915A

#B9915A
(185,145,90)
#A98452
(169,132,82)
#99774A
(153,119,74)
#896A42
(137,106,66)
#795D3A
(121,93,58)
#695032
(105,80,50)
#59432A
(89,67,42)
#493622
(73,54,34)
#39291A
(57,41,26)
#291C12
(41,28,18)
#190F0A
(25,15,10)
#000000
(0,0,0)

Tints of #B9915A

#B9915A
(185,145,90)
#BF9B69
(191,155,105)
#C5A578
(197,165,120)
#CBAF87
(203,175,135)
#D1B996
(209,185,150)
#D7C3A5
(215,195,165)
#DDCDB4
(221,205,180)
#E3D7C3
(227,215,195)
#E9E1D2
(233,225,210)
#EFEBE1
(239,235,225)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9915A color. Also use rgb(185,145,90) instead hex code.

Text Font Color

.myTextColor { color: #B9915A; }

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

This text font color is #B9915A.


Background Color

.myBgColor { background-color: #B9915A; }

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

This div background color is #B9915A.


Border color

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

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

This div border color is #B9915A.


Opacity

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

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

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

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

This text has shadow with #B9915A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9915A on black background.


Color preview on white background

This text has color #B9915A on white background.



Black color preview on #B9915A background

This text has black color on #B9915A background.


White color preview on #B9915A background

This text has white color on #B9915A background.