COLOR #B6B298

HEX: #B6B298
RGB: (182,178,152)

Color info

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

RGB color model

#B6B298 color RGB value is (182,178,152).

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

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 152 of 255 = 60%

182
178
152

R + G + B ~ 67%. #B6B298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 152 = 512 (100%)
R 182 of 512 ~ 35.55%
G 178 of 512 ~ 34.77%
B 152 of 512 ~ 29.69%

%35.55
%34.77
%29.69

CMYK color model

#B6B298 color CMYK value is (0,2,16,29).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 16.48%
  • key color value is 28.63%
CMYK:
(0,2,16,29)
C0M2Y16K29 
(0%,2%,16%,29%)
(0.00/0.02/0.16/0.29)	

CMYK percentages

%0
%2.2
%16.48
%28.63

Codes

Color #B6B298 in popluar color models

B6B298
RGB182178152
HSL52°17.05%65.49%
HSB/HSV52°16.48%71.37%
CMYK0.00%2.20%16.48%
28.63%

Color #B6B298 in popluar number systems.

HEXB6B298
Decimal182178152
Binary101101101011001010011000
Octal266262230

Shades and tints

Shades of #B6B298

#B6B298
(182,178,152)
#A6A28B
(166,162,139)
#96927E
(150,146,126)
#868271
(134,130,113)
#767264
(118,114,100)
#666257
(102,98,87)
#56524A
(86,82,74)
#46423D
(70,66,61)
#363230
(54,50,48)
#262223
(38,34,35)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B6B298

#B6B298
(182,178,152)
#BCB9A1
(188,185,161)
#C2C0AA
(194,192,170)
#C8C7B3
(200,199,179)
#CECEBC
(206,206,188)
#D4D5C5
(212,213,197)
#DADCCE
(218,220,206)
#E0E3D7
(224,227,215)
#E6EAE0
(230,234,224)
#ECF1E9
(236,241,233)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B298; }

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

This text font color is #B6B298.


Background Color

.myBgColor { background-color: #B6B298; }

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

This div background color is #B6B298.


Border color

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

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

This div border color is #B6B298.


Opacity

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

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

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

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

This text has shadow with #B6B298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B298 on black background.


Color preview on white background

This text has color #B6B298 on white background.



Black color preview on #B6B298 background

This text has black color on #B6B298 background.


White color preview on #B6B298 background

This text has white color on #B6B298 background.