COLOR #B6A598

HEX: #B6A598
RGB: (182,165,152)

Color info

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

RGB color model

#B6A598 color RGB value is (182,165,152).

  • red value is 182;
  • green value is 165;
  • blue value is 152.
RGB:
(182,165,152)
(71%,65%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 152 of 255 = 60%

182
165
152

R + G + B ~ 65%. #B6A598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 152 = 499 (100%)
R 182 of 499 ~ 36.47%
G 165 of 499 ~ 33.07%
B 152 of 499 ~ 30.46%

%36.47
%33.07
%30.46

CMYK color model

#B6A598 color CMYK value is (0,9,16,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 16.48%
  • key color value is 28.63%
CMYK:
(0,9,16,29)
C0M9Y16K29 
(0%,9%,16%,29%)
(0.00/0.09/0.16/0.29)	

CMYK percentages

%0
%9.34
%16.48
%28.63

Codes

Color #B6A598 in popluar color models

B6A598
RGB182165152
HSL26°17.05%65.49%
HSB/HSV26°16.48%71.37%
CMYK0.00%9.34%16.48%
28.63%

Color #B6A598 in popluar number systems.

HEXB6A598
Decimal182165152
Binary101101101010010110011000
Octal266245230

Shades and tints

Shades of #B6A598

#B6A598
(182,165,152)
#A6968B
(166,150,139)
#96877E
(150,135,126)
#867871
(134,120,113)
#766964
(118,105,100)
#665A57
(102,90,87)
#564B4A
(86,75,74)
#463C3D
(70,60,61)
#362D30
(54,45,48)
#261E23
(38,30,35)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #B6A598

#B6A598
(182,165,152)
#BCADA1
(188,173,161)
#C2B5AA
(194,181,170)
#C8BDB3
(200,189,179)
#CEC5BC
(206,197,188)
#D4CDC5
(212,205,197)
#DAD5CE
(218,213,206)
#E0DDD7
(224,221,215)
#E6E5E0
(230,229,224)
#ECEDE9
(236,237,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A598 color. Also use rgb(182,165,152) instead hex code.

Text Font Color

.myTextColor { color: #B6A598; }

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

This text font color is #B6A598.


Background Color

.myBgColor { background-color: #B6A598; }

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

This div background color is #B6A598.


Border color

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

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

This div border color is #B6A598.


Opacity

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

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

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

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

This text has shadow with #B6A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A598 on black background.


Color preview on white background

This text has color #B6A598 on white background.



Black color preview on #B6A598 background

This text has black color on #B6A598 background.


White color preview on #B6A598 background

This text has white color on #B6A598 background.