COLOR #B7AB54

HEX: #B7AB54
RGB: (183,171,84)

Color info

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

RGB color model

#B7AB54 color RGB value is (183,171,84).

  • red value is 183;
  • green value is 171;
  • blue value is 84.
RGB:
(183,171,84)
(72%,67%,33%)

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 84 of 255 = 33%

183
171
84

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 84 = 438 (100%)
R 183 of 438 ~ 41.78%
G 171 of 438 ~ 39.04%
B 84 of 438 ~ 19.18%

%41.78
%39.04
%19.18

CMYK color model

#B7AB54 color CMYK value is (0,7,54,28).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 54.10%
  • key color value is 28.24%
CMYK:
(0,7,54,28)
C0M7Y54K28 
(0%,7%,54%,28%)
(0.00/0.07/0.54/0.28)	

CMYK percentages

%0
%6.56
%54.1
%28.24

Codes

Color #B7AB54 in popluar color models

B7AB54
RGB18317184
HSL53°40.74%52.35%
HSB/HSV53°54.10%71.76%
CMYK0.00%6.56%54.10%
28.24%

Color #B7AB54 in popluar number systems.

HEXB7AB54
Decimal18317184
Binary10110111101010111010100
Octal267253124

Shades and tints

Shades of #B7AB54

#B7AB54
(183,171,84)
#A79C4D
(167,156,77)
#978D46
(151,141,70)
#877E3F
(135,126,63)
#776F38
(119,111,56)
#676031
(103,96,49)
#57512A
(87,81,42)
#474223
(71,66,35)
#37331C
(55,51,28)
#272415
(39,36,21)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #B7AB54

#B7AB54
(183,171,84)
#BDB263
(189,178,99)
#C3B972
(195,185,114)
#C9C081
(201,192,129)
#CFC790
(207,199,144)
#D5CE9F
(213,206,159)
#DBD5AE
(219,213,174)
#E1DCBD
(225,220,189)
#E7E3CC
(231,227,204)
#EDEADB
(237,234,219)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AB54 color. Also use rgb(183,171,84) instead hex code.

Text Font Color

.myTextColor { color: #B7AB54; }

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

This text font color is #B7AB54.


Background Color

.myBgColor { background-color: #B7AB54; }

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

This div background color is #B7AB54.


Border color

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

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

This div border color is #B7AB54.


Opacity

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

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

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

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

This text has shadow with #B7AB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AB54 on black background.


Color preview on white background

This text has color #B7AB54 on white background.



Black color preview on #B7AB54 background

This text has black color on #B7AB54 background.


White color preview on #B7AB54 background

This text has white color on #B7AB54 background.