COLOR #B0AE37

HEX: #B0AE37
RGB: (176,174,55)

Color info

#B0AE37 contains mainly red and green colors. Web safe color of #B0AE37 is #999933 (or #993).

RGB color model

#B0AE37 color RGB value is (176,174,55).

  • red value is 176;
  • green value is 174;
  • blue value is 55.
RGB:
(176,174,55)
(69%,68%,22%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 55 of 255 = 22%

176
174
55

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 55 = 405 (100%)
R 176 of 405 ~ 43.46%
G 174 of 405 ~ 42.96%
B 55 of 405 ~ 13.58%

%43.46
%42.96
%13.58

CMYK color model

#B0AE37 color CMYK value is (0,1,69,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 68.75%
  • key color value is 30.98%
CMYK:
(0,1,69,31)
C0M1Y69K31 
(0%,1%,69%,31%)
(0.00/0.01/0.69/0.31)	

CMYK percentages

%0
%1.14
%68.75
%30.98

Codes

Color #B0AE37 in popluar color models

B0AE37
RGB17617455
HSL59°52.38%45.29%
HSB/HSV59°68.75%69.02%
CMYK0.00%1.14%68.75%
30.98%

Color #B0AE37 in popluar number systems.

HEXB0AE37
Decimal17617455
Binary1011000010101110110111
Octal26025667

Shades and tints

Shades of #B0AE37

#B0AE37
(176,174,55)
#A09F32
(160,159,50)
#90902D
(144,144,45)
#808128
(128,129,40)
#707223
(112,114,35)
#60631E
(96,99,30)
#505419
(80,84,25)
#404514
(64,69,20)
#30360F
(48,54,15)
#20270A
(32,39,10)
#101805
(16,24,5)
#000000
(0,0,0)

Tints of #B0AE37

#B0AE37
(176,174,55)
#B7B549
(183,181,73)
#BEBC5B
(190,188,91)
#C5C36D
(197,195,109)
#CCCA7F
(204,202,127)
#D3D191
(211,209,145)
#DAD8A3
(218,216,163)
#E1DFB5
(225,223,181)
#E8E6C7
(232,230,199)
#EFEDD9
(239,237,217)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AE37 color. Also use rgb(176,174,55) instead hex code.

Text Font Color

.myTextColor { color: #B0AE37; }

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

This text font color is #B0AE37.


Background Color

.myBgColor { background-color: #B0AE37; }

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

This div background color is #B0AE37.


Border color

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

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

This div border color is #B0AE37.


Opacity

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

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

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

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

This text has shadow with #B0AE37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AE37 on black background.


Color preview on white background

This text has color #B0AE37 on white background.



Black color preview on #B0AE37 background

This text has black color on #B0AE37 background.


White color preview on #B0AE37 background

This text has white color on #B0AE37 background.