COLOR #B2A795

HEX: #B2A795
RGB: (178,167,149)

Color info

#B2A795 contains red, green and blue colors in about the same proportion. Web safe color of #B2A795 is #999999 (or #999).

RGB color model

#B2A795 color RGB value is (178,167,149).

  • red value is 178;
  • green value is 167;
  • blue value is 149.
RGB:
(178,167,149)
(70%,65%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 149 of 255 = 58%

178
167
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 149 = 494 (100%)
R 178 of 494 ~ 36.03%
G 167 of 494 ~ 33.81%
B 149 of 494 ~ 30.16%

%36.03
%33.81
%30.16

CMYK color model

#B2A795 color CMYK value is (0,6,16,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,6,16,30)
C0M6Y16K30 
(0%,6%,16%,30%)
(0.00/0.06/0.16/0.30)	

CMYK percentages

%0
%6.18
%16.29
%30.2

Codes

Color #B2A795 in popluar color models

B2A795
RGB178167149
HSL37°15.85%64.12%
HSB/HSV37°16.29%69.80%
CMYK0.00%6.18%16.29%
30.20%

Color #B2A795 in popluar number systems.

HEXB2A795
Decimal178167149
Binary101100101010011110010101
Octal262247225

Shades and tints

Shades of #B2A795

#B2A795
(178,167,149)
#A29888
(162,152,136)
#92897B
(146,137,123)
#827A6E
(130,122,110)
#726B61
(114,107,97)
#625C54
(98,92,84)
#524D47
(82,77,71)
#423E3A
(66,62,58)
#322F2D
(50,47,45)
#222020
(34,32,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B2A795

#B2A795
(178,167,149)
#B9AF9E
(185,175,158)
#C0B7A7
(192,183,167)
#C7BFB0
(199,191,176)
#CEC7B9
(206,199,185)
#D5CFC2
(213,207,194)
#DCD7CB
(220,215,203)
#E3DFD4
(227,223,212)
#EAE7DD
(234,231,221)
#F1EFE6
(241,239,230)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A795 color. Also use rgb(178,167,149) instead hex code.

Text Font Color

.myTextColor { color: #B2A795; }

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

This text font color is #B2A795.


Background Color

.myBgColor { background-color: #B2A795; }

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

This div background color is #B2A795.


Border color

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

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

This div border color is #B2A795.


Opacity

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

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

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

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

This text has shadow with #B2A795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A795 on black background.


Color preview on white background

This text has color #B2A795 on white background.



Black color preview on #B2A795 background

This text has black color on #B2A795 background.


White color preview on #B2A795 background

This text has white color on #B2A795 background.