COLOR #B7AB55

HEX: #B7AB55 RGB: (183,171,85)

Color info

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

RGB color model

#B7AB55 color RGB value is (183,171,85).

RGB: (183,171,85) (72%, 67%, 33%)

RGB channels and saturation

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

183
171
85

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

Portions of RGB colors in percentages

R + G + B = 183 + 171 + 85 = 439 (100%)
R 183 of 439 ~ 41.69%
G 171 of 439 ~ 38.95%
B 85 of 439 ~ 19.36'%

%41.69
%38.95
%19.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 53.55%
  • 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
%53.55
%28.24

Codes

Color #B7AB55 in popluar color models

B7 AB 55
RGB 183 171 85
HSL 53° 40.50% 52.55%
HSB/HSV 53° 53.55% 71.76%
CMYK 0.00% 6.56% 53.55%
28.24%

Color #B7AB55 in popluar number systems.

HEX B7 AB 55
Decimal 183 171 85
Binary 10110111 10101011 1010101
Octal 267 253 125

Shades and tints

Shades of #B7AB55

#B7AB55
(183,171,85)
#A79C4E
(167,156,78)
#978D47
(151,141,71)
#877E40
(135,126,64)
#776F39
(119,111,57)
#676032
(103,96,50)
#57512B
(87,81,43)
#474224
(71,66,36)
#37331D
(55,51,29)
#272416
(39,36,22)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #B7AB55

#B7AB55
(183,171,85)
#BDB264
(189,178,100)
#C3B973
(195,185,115)
#C9C082
(201,192,130)
#CFC791
(207,199,145)
#D5CEA0
(213,206,160)
#DBD5AF
(219,213,175)
#E1DCBE
(225,220,190)
#E7E3CD
(231,227,205)
#EDEADC
(237,234,220)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AB55; }

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

This text font color is #B7AB55.

Background Color

.myBgColor { background-color: #B7AB55; }

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

This div background color is #B7AB55.

Border color

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

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

This div border color is #B7AB55.

Opacity

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

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

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

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

This text has shadow with #B7AB55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AB55.

Preview

Color preview on black background

This text has color #B7AB55 on black background.


Color preview on white background

This text has color #B7AB55 on white background.


Black color preview on #B7AB55 background

This text has black color on #B7AB55 background.


White color preview on #B7AB55 background

This text has white color on #B7AB55 background.


Related colors

Complementary color

Complementary color for #hex is #4854AA.


I love getcolorcode.com

Triadic colors

1 #55B7AB and #AB55B7 with #B7AB55 are triadic colors.

2 #55ABB7 and #ABB755 with #B7AB55 are triadic colors.