COLOR #B4A792

HEX: #B4A792
RGB: (180,167,146)

Color info

#B4A792 contains red, green and blue colors in about the same proportion. Web safe color of #B4A792 is #CC9999 (or #C99).

RGB color model

#B4A792 color RGB value is (180,167,146).

  • red value is 180;
  • green value is 167;
  • blue value is 146.
RGB:
(180,167,146)
(71%,65%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 146 of 255 = 57%

180
167
146

R + G + B ~ 64%. #B4A792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 146 = 493 (100%)
R 180 of 493 ~ 36.51%
G 167 of 493 ~ 33.87%
B 146 of 493 ~ 29.61%

%36.51
%33.87
%29.61

CMYK color model

#B4A792 color CMYK value is (0,7,19,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,7,19,29)
C0M7Y19K29 
(0%,7%,19%,29%)
(0.00/0.07/0.19/0.29)	

CMYK percentages

%0
%7.22
%18.89
%29.41

Codes

Color #B4A792 in popluar color models

B4A792
RGB180167146
HSL37°18.48%63.92%
HSB/HSV37°18.89%70.59%
CMYK0.00%7.22%18.89%
29.41%

Color #B4A792 in popluar number systems.

HEXB4A792
Decimal180167146
Binary101101001010011110010010
Octal264247222

Shades and tints

Shades of #B4A792

#B4A792
(180,167,146)
#A49885
(164,152,133)
#948978
(148,137,120)
#847A6B
(132,122,107)
#746B5E
(116,107,94)
#645C51
(100,92,81)
#544D44
(84,77,68)
#443E37
(68,62,55)
#342F2A
(52,47,42)
#24201D
(36,32,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B4A792

#B4A792
(180,167,146)
#BAAF9B
(186,175,155)
#C0B7A4
(192,183,164)
#C6BFAD
(198,191,173)
#CCC7B6
(204,199,182)
#D2CFBF
(210,207,191)
#D8D7C8
(216,215,200)
#DEDFD1
(222,223,209)
#E4E7DA
(228,231,218)
#EAEFE3
(234,239,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A792 color. Also use rgb(180,167,146) instead hex code.

Text Font Color

.myTextColor { color: #B4A792; }

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

This text font color is #B4A792.


Background Color

.myBgColor { background-color: #B4A792; }

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

This div background color is #B4A792.


Border color

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

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

This div border color is #B4A792.


Opacity

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

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

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

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

This text has shadow with #B4A792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A792 on black background.


Color preview on white background

This text has color #B4A792 on white background.



Black color preview on #B4A792 background

This text has black color on #B4A792 background.


White color preview on #B4A792 background

This text has white color on #B4A792 background.