COLOR #B7A441

HEX: #B7A441
RGB: (183,164,65)

Color info

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

RGB color model

#B7A441 color RGB value is (183,164,65).

  • red value is 183;
  • green value is 164;
  • blue value is 65.
RGB:
(183,164,65)
(72%,64%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 65 of 255 = 25%

183
164
65

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 65 = 412 (100%)
R 183 of 412 ~ 44.42%
G 164 of 412 ~ 39.81%
B 65 of 412 ~ 15.78%

%44.42
%39.81
%15.78

CMYK color model

#B7A441 color CMYK value is (0,10,64,28).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 64.48%
  • key color value is 28.24%
CMYK:
(0,10,64,28)
C0M10Y64K28 
(0%,10%,64%,28%)
(0.00/0.10/0.64/0.28)	

CMYK percentages

%0
%10.38
%64.48
%28.24

Codes

Color #B7A441 in popluar color models

B7A441
RGB18316465
HSL50°47.58%48.63%
HSB/HSV50°64.48%71.76%
CMYK0.00%10.38%64.48%
28.24%

Color #B7A441 in popluar number systems.

HEXB7A441
Decimal18316465
Binary10110111101001001000001
Octal267244101

Shades and tints

Shades of #B7A441

#B7A441
(183,164,65)
#A7963C
(167,150,60)
#978837
(151,136,55)
#877A32
(135,122,50)
#776C2D
(119,108,45)
#675E28
(103,94,40)
#575023
(87,80,35)
#47421E
(71,66,30)
#373419
(55,52,25)
#272614
(39,38,20)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7A441

#B7A441
(183,164,65)
#BDAC52
(189,172,82)
#C3B463
(195,180,99)
#C9BC74
(201,188,116)
#CFC485
(207,196,133)
#D5CC96
(213,204,150)
#DBD4A7
(219,212,167)
#E1DCB8
(225,220,184)
#E7E4C9
(231,228,201)
#EDECDA
(237,236,218)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A441 color. Also use rgb(183,164,65) instead hex code.

Text Font Color

.myTextColor { color: #B7A441; }

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

This text font color is #B7A441.


Background Color

.myBgColor { background-color: #B7A441; }

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

This div background color is #B7A441.


Border color

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

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

This div border color is #B7A441.


Opacity

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

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

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

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

This text has shadow with #B7A441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A441 on black background.


Color preview on white background

This text has color #B7A441 on white background.



Black color preview on #B7A441 background

This text has black color on #B7A441 background.


White color preview on #B7A441 background

This text has white color on #B7A441 background.