COLOR #B99125

HEX: #B99125
RGB: (185,145,37)

Color info

#B99125 contains mainly red and green colors. Web safe color of #B99125 is #CC9933 (or #C93).

RGB color model

#B99125 color RGB value is (185,145,37).

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

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 37 of 255 = 15%

185
145
37

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 37 = 367 (100%)
R 185 of 367 ~ 50.41%
G 145 of 367 ~ 39.51%
B 37 of 367 ~ 10.08%

%50.41
%39.51
%10.08

CMYK color model

#B99125 color CMYK value is (0,22,80,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 80.00%
  • key color value is 27.45%
CMYK:
(0,22,80,27)
C0M22Y80K27 
(0%,22%,80%,27%)
(0.00/0.22/0.80/0.27)	

CMYK percentages

%0
%21.62
%80
%27.45

Codes

Color #B99125 in popluar color models

B99125
RGB18514537
HSL44°66.67%43.53%
HSB/HSV44°80.00%72.55%
CMYK0.00%21.62%80.00%
27.45%

Color #B99125 in popluar number systems.

HEXB99125
Decimal18514537
Binary1011100110010001100101
Octal27122145

Shades and tints

Shades of #B99125

#B99125
(185,145,37)
#A98422
(169,132,34)
#99771F
(153,119,31)
#896A1C
(137,106,28)
#795D19
(121,93,25)
#695016
(105,80,22)
#594313
(89,67,19)
#493610
(73,54,16)
#39290D
(57,41,13)
#291C0A
(41,28,10)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #B99125

#B99125
(185,145,37)
#BF9B38
(191,155,56)
#C5A54B
(197,165,75)
#CBAF5E
(203,175,94)
#D1B971
(209,185,113)
#D7C384
(215,195,132)
#DDCD97
(221,205,151)
#E3D7AA
(227,215,170)
#E9E1BD
(233,225,189)
#EFEBD0
(239,235,208)
#F5F5E3
(245,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99125; }

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

This text font color is #B99125.


Background Color

.myBgColor { background-color: #B99125; }

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

This div background color is #B99125.


Border color

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

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

This div border color is #B99125.


Opacity

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

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

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

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

This text has shadow with #B99125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99125 on black background.


Color preview on white background

This text has color #B99125 on white background.



Black color preview on #B99125 background

This text has black color on #B99125 background.


White color preview on #B99125 background

This text has white color on #B99125 background.