COLOR #B7A380

HEX: #B7A380
RGB: (183,163,128)

Color info

#B7A380 contains red, green and blue colors in about the same proportion. Web safe color of #B7A380 is #CC9966 (or #C96).

RGB color model

#B7A380 color RGB value is (183,163,128).

  • red value is 183;
  • green value is 163;
  • blue value is 128.
RGB:
(183,163,128)
(72%,64%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 128 of 255 = 50%

183
163
128

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 128 = 474 (100%)
R 183 of 474 ~ 38.61%
G 163 of 474 ~ 34.39%
B 128 of 474 ~ 27%

%38.61
%34.39
%27

CMYK color model

#B7A380 color CMYK value is (0,11,30,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(0,11,30,28)
C0M11Y30K28 
(0%,11%,30%,28%)
(0.00/0.11/0.30/0.28)	

CMYK percentages

%0
%10.93
%30.05
%28.24

Codes

Color #B7A380 in popluar color models

B7A380
RGB183163128
HSL38°27.64%60.98%
HSB/HSV38°30.05%71.76%
CMYK0.00%10.93%30.05%
28.24%

Color #B7A380 in popluar number systems.

HEXB7A380
Decimal183163128
Binary101101111010001110000000
Octal267243200

Shades and tints

Shades of #B7A380

#B7A380
(183,163,128)
#A79575
(167,149,117)
#97876A
(151,135,106)
#87795F
(135,121,95)
#776B54
(119,107,84)
#675D49
(103,93,73)
#574F3E
(87,79,62)
#474133
(71,65,51)
#373328
(55,51,40)
#27251D
(39,37,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7A380

#B7A380
(183,163,128)
#BDAB8B
(189,171,139)
#C3B396
(195,179,150)
#C9BBA1
(201,187,161)
#CFC3AC
(207,195,172)
#D5CBB7
(213,203,183)
#DBD3C2
(219,211,194)
#E1DBCD
(225,219,205)
#E7E3D8
(231,227,216)
#EDEBE3
(237,235,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A380 color. Also use rgb(183,163,128) instead hex code.

Text Font Color

.myTextColor { color: #B7A380; }

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

This text font color is #B7A380.


Background Color

.myBgColor { background-color: #B7A380; }

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

This div background color is #B7A380.


Border color

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

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

This div border color is #B7A380.


Opacity

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

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

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

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

This text has shadow with #B7A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A380 on black background.


Color preview on white background

This text has color #B7A380 on white background.



Black color preview on #B7A380 background

This text has black color on #B7A380 background.


White color preview on #B7A380 background

This text has white color on #B7A380 background.