COLOR #B7A123

HEX: #B7A123 RGB: (183,161,35)

Color info

#B7A123 contains mainly red and green colors. Web safe color of #B7A123 is #CC9933 (or #C93).

RGB color model

#B7A123 color RGB value is (183,161,35).

RGB: (183,161,35) (72%, 63%, 14%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 35 of 255 = 14%

183
161
35

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

Portions of RGB colors in percentages

R + G + B = 183 + 161 + 35 = 379 (100%)
R 183 of 379 ~ 48.28%
G 161 of 379 ~ 42.48%
B 35 of 379 ~ 9.23'%

%48.28
%42.48

CMYK color model

#B7A123 color CMYK value is (0,12,81,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 80.87%
  • key color value is 28.24%

CMYK: (0,12,81,28)
C0M12Y81K28 (0%, 12%, 81%, 28%)
(0.00 / 0.12 / 0.81 / 0.28)

CMYK percentages

%0
%12.02
%80.87
%28.24

Codes

Color #B7A123 in popluar color models

B7 A1 23
RGB 183 161 35
HSL 51° 67.89% 42.75%
HSB/HSV 51° 80.87% 71.76%
CMYK 0.00% 12.02% 80.87%
28.24%

Color #B7A123 in popluar number systems.

HEX B7 A1 23
Decimal 183 161 35
Binary 10110111 10100001 100011
Octal 267 241 43

Shades and tints

Shades of #B7A123

#B7A123
(183,161,35)
#A79320
(167,147,32)
#97851D
(151,133,29)
#87771A
(135,119,26)
#776917
(119,105,23)
#675B14
(103,91,20)
#574D11
(87,77,17)
#473F0E
(71,63,14)
#37310B
(55,49,11)
#272308
(39,35,8)
#171505
(23,21,5)
#000000
(0,0,0)

Tints of #B7A123

#B7A123
(183,161,35)
#BDA937
(189,169,55)
#C3B14B
(195,177,75)
#C9B95F
(201,185,95)
#CFC173
(207,193,115)
#D5C987
(213,201,135)
#DBD19B
(219,209,155)
#E1D9AF
(225,217,175)
#E7E1C3
(231,225,195)
#EDE9D7
(237,233,215)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A123 color. Also use rgb(183,161,35) instead hex code.

Text Font Color

.myTextColor { color: #B7A123; }

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

This text font color is #B7A123.

Background Color

.myBgColor { background-color: #B7A123; }

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

This div background color is #B7A123.

Border color

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

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

This div border color is #B7A123.

Opacity

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

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

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

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

This text has shadow with #B7A123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A123.

Preview

Color preview on black background

This text has color #B7A123 on black background.


Color preview on white background

This text has color #B7A123 on white background.


Black color preview on #B7A123 background

This text has black color on #B7A123 background.


White color preview on #B7A123 background

This text has white color on #B7A123 background.


Related colors

Complementary color

Complementary color for #hex is #485EDC.


I love getcolorcode.com

Triadic colors

1 #23B7A1 and #A123B7 with #B7A123 are triadic colors.

2 #23A1B7 and #A1B723 with #B7A123 are triadic colors.