COLOR #B8AB70

HEX: #B8AB70 RGB: (184,171,112)

Color info

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

RGB color model

#B8AB70 color RGB value is (184,171,112).

RGB: (184,171,112) (72%, 67%, 44%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 112 of 255 = 44%

184
171
112

R + G + B ~ 61%. #B8AB70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 171 + 112 = 467 (100%)
R 184 of 467 ~ 39.4%
G 171 of 467 ~ 36.62%
B 112 of 467 ~ 23.98'%

%39.4
%36.62
%23.98

CMYK color model

#B8AB70 color CMYK value is (0,7,39,28).

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

CMYK: (0,7,39,28)
C0M7Y39K28 (0%, 7%, 39%, 28%)
(0.00 / 0.07 / 0.39 / 0.28)

CMYK percentages

%0
%7.07
%39.13
%27.84

Codes

Color #B8AB70 in popluar color models

B8 AB 70
RGB 184 171 112
HSL 49° 33.64% 58.04%
HSB/HSV 49° 39.13% 72.16%
CMYK 0.00% 7.07% 39.13%
27.84%

Color #B8AB70 in popluar number systems.

HEX B8 AB 70
Decimal 184 171 112
Binary 10111000 10101011 1110000
Octal 270 253 160

Shades and tints

Shades of #B8AB70

#B8AB70
(184,171,112)
#A89C66
(168,156,102)
#988D5C
(152,141,92)
#887E52
(136,126,82)
#786F48
(120,111,72)
#68603E
(104,96,62)
#585134
(88,81,52)
#48422A
(72,66,42)
#383320
(56,51,32)
#282416
(40,36,22)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #B8AB70

#B8AB70
(184,171,112)
#BEB27D
(190,178,125)
#C4B98A
(196,185,138)
#CAC097
(202,192,151)
#D0C7A4
(208,199,164)
#D6CEB1
(214,206,177)
#DCD5BE
(220,213,190)
#E2DCCB
(226,220,203)
#E8E3D8
(232,227,216)
#EEEAE5
(238,234,229)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB70; }

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

This text font color is #B8AB70.

Background Color

.myBgColor { background-color: #B8AB70; }

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

This div background color is #B8AB70.

Border color

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

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

This div border color is #B8AB70.

Opacity

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

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

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

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

This text has shadow with #B8AB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AB70.

Preview

Color preview on black background

This text has color #B8AB70 on black background.


Color preview on white background

This text has color #B8AB70 on white background.


Black color preview on #B8AB70 background

This text has black color on #B8AB70 background.


White color preview on #B8AB70 background

This text has white color on #B8AB70 background.


Related colors

Complementary color

Complementary color for #hex is #47548F.


I love getcolorcode.com

Triadic colors

1 #70B8AB and #AB70B8 with #B8AB70 are triadic colors.

2 #70ABB8 and #ABB870 with #B8AB70 are triadic colors.