COLOR #B8AB75

HEX: #B8AB75
RGB: (184,171,117)

Color info

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

RGB color model

#B8AB75 color RGB value is (184,171,117).

  • red value is 184;
  • green value is 171;
  • blue value is 117.
RGB:
(184,171,117)
(72%,67%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 117 of 255 = 46%

184
171
117

R + G + B ~ 62%. #B8AB75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 117 = 472 (100%)
R 184 of 472 ~ 38.98%
G 171 of 472 ~ 36.23%
B 117 of 472 ~ 24.79%

%38.98
%36.23
%24.79

CMYK color model

#B8AB75 color CMYK value is (0,7,36,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,7,36,28)
C0M7Y36K28 
(0%,7%,36%,28%)
(0.00/0.07/0.36/0.28)	

CMYK percentages

%0
%7.07
%36.41
%27.84

Codes

Color #B8AB75 in popluar color models

B8AB75
RGB184171117
HSL48°32.06%59.02%
HSB/HSV48°36.41%72.16%
CMYK0.00%7.07%36.41%
27.84%

Color #B8AB75 in popluar number systems.

HEXB8AB75
Decimal184171117
Binary10111000101010111110101
Octal270253165

Shades and tints

Shades of #B8AB75

#B8AB75
(184,171,117)
#A89C6B
(168,156,107)
#988D61
(152,141,97)
#887E57
(136,126,87)
#786F4D
(120,111,77)
#686043
(104,96,67)
#585139
(88,81,57)
#48422F
(72,66,47)
#383325
(56,51,37)
#28241B
(40,36,27)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #B8AB75

#B8AB75
(184,171,117)
#BEB281
(190,178,129)
#C4B98D
(196,185,141)
#CAC099
(202,192,153)
#D0C7A5
(208,199,165)
#D6CEB1
(214,206,177)
#DCD5BD
(220,213,189)
#E2DCC9
(226,220,201)
#E8E3D5
(232,227,213)
#EEEAE1
(238,234,225)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB75; }

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

This text font color is #B8AB75.


Background Color

.myBgColor { background-color: #B8AB75; }

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

This div background color is #B8AB75.


Border color

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

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

This div border color is #B8AB75.


Opacity

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

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

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

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

This text has shadow with #B8AB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB75 on black background.


Color preview on white background

This text has color #B8AB75 on white background.



Black color preview on #B8AB75 background

This text has black color on #B8AB75 background.


White color preview on #B8AB75 background

This text has white color on #B8AB75 background.