COLOR #B6948A

HEX: #B6948A
RGB: (182,148,138)

Color info

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

RGB color model

#B6948A color RGB value is (182,148,138).

  • red value is 182;
  • green value is 148;
  • blue value is 138.
RGB:
(182,148,138)
(71%,58%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 148 of 255 = 58%
B 138 of 255 = 54%

182
148
138

R + G + B ~ 61%. #B6948A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 148 + 138 = 468 (100%)
R 182 of 468 ~ 38.89%
G 148 of 468 ~ 31.62%
B 138 of 468 ~ 29.49%

%38.89
%31.62
%29.49

CMYK color model

#B6948A color CMYK value is (0,19,24,29).

  • cyan value is 0.00%
  • magenta value is 18.68%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,19,24,29)
C0M19Y24K29 
(0%,19%,24%,29%)
(0.00/0.19/0.24/0.29)	

CMYK percentages

%0
%18.68
%24.18
%28.63

Codes

Color #B6948A in popluar color models

B6948A
RGB182148138
HSL14°23.16%62.75%
HSB/HSV14°24.18%71.37%
CMYK0.00%18.68%24.18%
28.63%

Color #B6948A in popluar number systems.

HEXB6948A
Decimal182148138
Binary101101101001010010001010
Octal266224212

Shades and tints

Shades of #B6948A

#B6948A
(182,148,138)
#A6877E
(166,135,126)
#967A72
(150,122,114)
#866D66
(134,109,102)
#76605A
(118,96,90)
#66534E
(102,83,78)
#564642
(86,70,66)
#463936
(70,57,54)
#362C2A
(54,44,42)
#261F1E
(38,31,30)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #B6948A

#B6948A
(182,148,138)
#BC9D94
(188,157,148)
#C2A69E
(194,166,158)
#C8AFA8
(200,175,168)
#CEB8B2
(206,184,178)
#D4C1BC
(212,193,188)
#DACAC6
(218,202,198)
#E0D3D0
(224,211,208)
#E6DCDA
(230,220,218)
#ECE5E4
(236,229,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6948A color. Also use rgb(182,148,138) instead hex code.

Text Font Color

.myTextColor { color: #B6948A; }

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

This text font color is #B6948A.


Background Color

.myBgColor { background-color: #B6948A; }

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

This div background color is #B6948A.


Border color

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

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

This div border color is #B6948A.


Opacity

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

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

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

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

This text has shadow with #B6948A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6948A on black background.


Color preview on white background

This text has color #B6948A on white background.



Black color preview on #B6948A background

This text has black color on #B6948A background.


White color preview on #B6948A background

This text has white color on #B6948A background.