COLOR #B5AE06

HEX: #B5AE06 RGB: (181,174,6)

Color info

#B5AE06 contains mainly red and green colors. Web safe color of #B5AE06 is #CC9900 (or #C90).

RGB color model

#B5AE06 color RGB value is (181,174,6).

RGB: (181,174,6) (71%, 68%, 2%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 6 of 255 = 2%

181
174
6

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

Portions of RGB colors in percentages

R + G + B = 181 + 174 + 6 = 361 (100%)
R 181 of 361 ~ 50.14%
G 174 of 361 ~ 48.2%
B 6 of 361 ~ 1.66'%

%50.14
%48.2

CMYK color model

#B5AE06 color CMYK value is (0,4,97,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 96.69%
  • key color value is 29.02%
CMYK: (0,4,97,29) C0M4Y97K29 (0%,4%,97%,29%) (0.00/0.04/0.97/0.29) 

CMYK percentages

%0
%3.87
%96.69
%29.02

Codes

Color #B5AE06 in popluar color models

B5 AE 06
RGB 181 174 6
HSL 58° 93.58% 36.67%
HSB/HSV 58° 96.69% 70.98%
CMYK 0.00% 3.87% 96.69%
29.02%

Color #B5AE06 in popluar number systems.

HEX B5 AE 06
Decimal 181 174 6
Binary 10110101 10101110 110
Octal 265 256 6

Shades and tints

Shades of #B5AE06

#B5AE06
(181,174,6)
#A59F06
(165,159,6)
#959006
(149,144,6)
#858106
(133,129,6)
#757206
(117,114,6)
#656306
(101,99,6)
#555406
(85,84,6)
#454506
(69,69,6)
#353606
(53,54,6)
#252706
(37,39,6)
#151806
(21,24,6)
#000000
(0,0,0)

Tints of #B5AE06

#B5AE06
(181,174,6)
#BBB51C
(187,181,28)
#C1BC32
(193,188,50)
#C7C348
(199,195,72)
#CDCA5E
(205,202,94)
#D3D174
(211,209,116)
#D9D88A
(217,216,138)
#DFDFA0
(223,223,160)
#E5E6B6
(229,230,182)
#EBEDCC
(235,237,204)
#F1F4E2
(241,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AE06 color. Also use rgb(181,174,6) instead hex code.

Text Font Color

.myTextColor { color: #B5AE06; }

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

This text font color is #B5AE06.

Background Color

.myBgColor { background-color: #B5AE06; }

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

This div background color is #B5AE06.

Border color

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

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

This div border color is #B5AE06.

Opacity

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

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

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

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

This text has shadow with #B5AE06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AE06.

Preview

Color preview on black background

This text has color #B5AE06 on black background.


Color preview on white background

This text has color #B5AE06 on white background.


Black color preview on #B5AE06 background

This text has black color on #B5AE06 background.


White color preview on #B5AE06 background

This text has white color on #B5AE06 background.


Related colors

Complementary color

Complementary color for #hex is #4A51F9.


I love getcolorcode.com

Triadic colors

1 #06B5AE and #AE06B5 with #B5AE06 are triadic colors.

2 #06AEB5 and #AEB506 with #B5AE06 are triadic colors.