COLOR #B6AF58

HEX: #B6AF58 RGB: (182,175,88)

Color info

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

RGB color model

#B6AF58 color RGB value is (182,175,88).

RGB: (182,175,88) (71%, 69%, 35%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 88 of 255 = 35%

182
175
88

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

Portions of RGB colors in percentages

R + G + B = 182 + 175 + 88 = 445 (100%)
R 182 of 445 ~ 40.9%
G 175 of 445 ~ 39.33%
B 88 of 445 ~ 19.78'%

%40.9
%39.33
%19.78

CMYK color model

#B6AF58 color CMYK value is (0,4,52,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 51.65%
  • key color value is 28.63%

CMYK: (0,4,52,29)
C0M4Y52K29 (0%, 4%, 52%, 29%)
(0.00 / 0.04 / 0.52 / 0.29)

CMYK percentages

%0
%3.85
%51.65
%28.63

Codes

Color #B6AF58 in popluar color models

B6 AF 58
RGB 182 175 88
HSL 56° 39.17% 52.94%
HSB/HSV 56° 51.65% 71.37%
CMYK 0.00% 3.85% 51.65%
28.63%

Color #B6AF58 in popluar number systems.

HEX B6 AF 58
Decimal 182 175 88
Binary 10110110 10101111 1011000
Octal 266 257 130

Shades and tints

Shades of #B6AF58

#B6AF58
(182,175,88)
#A6A050
(166,160,80)
#969148
(150,145,72)
#868240
(134,130,64)
#767338
(118,115,56)
#666430
(102,100,48)
#565528
(86,85,40)
#464620
(70,70,32)
#363718
(54,55,24)
#262810
(38,40,16)
#161908
(22,25,8)
#000000
(0,0,0)

Tints of #B6AF58

#B6AF58
(182,175,88)
#BCB667
(188,182,103)
#C2BD76
(194,189,118)
#C8C485
(200,196,133)
#CECB94
(206,203,148)
#D4D2A3
(212,210,163)
#DAD9B2
(218,217,178)
#E0E0C1
(224,224,193)
#E6E7D0
(230,231,208)
#ECEEDF
(236,238,223)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AF58 color. Also use rgb(182,175,88) instead hex code.

Text Font Color

.myTextColor { color: #B6AF58; }

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

This text font color is #B6AF58.

Background Color

.myBgColor { background-color: #B6AF58; }

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

This div background color is #B6AF58.

Border color

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

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

This div border color is #B6AF58.

Opacity

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

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

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

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

This text has shadow with #B6AF58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AF58.

Preview

Color preview on black background

This text has color #B6AF58 on black background.


Color preview on white background

This text has color #B6AF58 on white background.


Black color preview on #B6AF58 background

This text has black color on #B6AF58 background.


White color preview on #B6AF58 background

This text has white color on #B6AF58 background.


Related colors

Complementary color

Complementary color for #hex is #4950A7.


I love getcolorcode.com

Triadic colors

1 #58B6AF and #AF58B6 with #B6AF58 are triadic colors.

2 #58AFB6 and #AFB658 with #B6AF58 are triadic colors.