COLOR #B8AB61

HEX: #B8AB61 RGB: (184,171,97)

Color info

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

RGB color model

#B8AB61 color RGB value is (184,171,97).

RGB: (184,171,97) (72%, 67%, 38%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 97 of 255 = 38%

184
171
97

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

Portions of RGB colors in percentages

R + G + B = 184 + 171 + 97 = 452 (100%)
R 184 of 452 ~ 40.71%
G 171 of 452 ~ 37.83%
B 97 of 452 ~ 21.46'%

%40.71
%37.83
%21.46

CMYK color model

#B8AB61 color CMYK value is (0,7,47,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 47.28%
  • key color value is 27.84%

CMYK: (0,7,47,28)
C0M7Y47K28 (0%, 7%, 47%, 28%)
(0.00 / 0.07 / 0.47 / 0.28)

CMYK percentages

%0
%7.07
%47.28
%27.84

Codes

Color #B8AB61 in popluar color models

B8 AB 61
RGB 184 171 97
HSL 51° 37.99% 55.10%
HSB/HSV 51° 47.28% 72.16%
CMYK 0.00% 7.07% 47.28%
27.84%

Color #B8AB61 in popluar number systems.

HEX B8 AB 61
Decimal 184 171 97
Binary 10111000 10101011 1100001
Octal 270 253 141

Shades and tints

Shades of #B8AB61

#B8AB61
(184,171,97)
#A89C59
(168,156,89)
#988D51
(152,141,81)
#887E49
(136,126,73)
#786F41
(120,111,65)
#686039
(104,96,57)
#585131
(88,81,49)
#484229
(72,66,41)
#383321
(56,51,33)
#282419
(40,36,25)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #B8AB61

#B8AB61
(184,171,97)
#BEB26F
(190,178,111)
#C4B97D
(196,185,125)
#CAC08B
(202,192,139)
#D0C799
(208,199,153)
#D6CEA7
(214,206,167)
#DCD5B5
(220,213,181)
#E2DCC3
(226,220,195)
#E8E3D1
(232,227,209)
#EEEADF
(238,234,223)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AB61 color. Also use rgb(184,171,97) instead hex code.

Text Font Color

.myTextColor { color: #B8AB61; }

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

This text font color is #B8AB61.

Background Color

.myBgColor { background-color: #B8AB61; }

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

This div background color is #B8AB61.

Border color

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

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

This div border color is #B8AB61.

Opacity

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

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

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

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

This text has shadow with #B8AB61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AB61.

Preview

Color preview on black background

This text has color #B8AB61 on black background.


Color preview on white background

This text has color #B8AB61 on white background.


Black color preview on #B8AB61 background

This text has black color on #B8AB61 background.


White color preview on #B8AB61 background

This text has white color on #B8AB61 background.


Related colors

Complementary color

Complementary color for #hex is #47549E.


I love getcolorcode.com

Triadic colors

1 #61B8AB and #AB61B8 with #B8AB61 are triadic colors.

2 #61ABB8 and #ABB861 with #B8AB61 are triadic colors.