COLOR #B4A692

HEX: #B4A692
RGB: (180,166,146)

Color info

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

RGB color model

#B4A692 color RGB value is (180,166,146).

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

RGB channels and saturation

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

180
166
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 166 + 146 = 492 (100%)
R 180 of 492 ~ 36.59%
G 166 of 492 ~ 33.74%
B 146 of 492 ~ 29.67%

%36.59
%33.74
%29.67

CMYK color model

#B4A692 color CMYK value is (0,8,19,29).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,8,19,29)
C0M8Y19K29 
(0%,8%,19%,29%)
(0.00/0.08/0.19/0.29)	

CMYK percentages

%0
%7.78
%18.89
%29.41

Codes

Color #B4A692 in popluar color models

B4A692
RGB180166146
HSL35°18.48%63.92%
HSB/HSV35°18.89%70.59%
CMYK0.00%7.78%18.89%
29.41%

Color #B4A692 in popluar number systems.

HEXB4A692
Decimal180166146
Binary101101001010011010010010
Octal264246222

Shades and tints

Shades of #B4A692

#B4A692
(180,166,146)
#A49785
(164,151,133)
#948878
(148,136,120)
#84796B
(132,121,107)
#746A5E
(116,106,94)
#645B51
(100,91,81)
#544C44
(84,76,68)
#443D37
(68,61,55)
#342E2A
(52,46,42)
#241F1D
(36,31,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B4A692

#B4A692
(180,166,146)
#BAAE9B
(186,174,155)
#C0B6A4
(192,182,164)
#C6BEAD
(198,190,173)
#CCC6B6
(204,198,182)
#D2CEBF
(210,206,191)
#D8D6C8
(216,214,200)
#DEDED1
(222,222,209)
#E4E6DA
(228,230,218)
#EAEEE3
(234,238,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A692; }

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

This text font color is #B4A692.


Background Color

.myBgColor { background-color: #B4A692; }

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

This div background color is #B4A692.


Border color

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

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

This div border color is #B4A692.


Opacity

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

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

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

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

This text has shadow with #B4A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A692 on black background.


Color preview on white background

This text has color #B4A692 on white background.



Black color preview on #B4A692 background

This text has black color on #B4A692 background.


White color preview on #B4A692 background

This text has white color on #B4A692 background.