COLOR #B6928C

HEX: #B6928C RGB: (182,146,140)

Color info

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

RGB color model

#B6928C color RGB value is (182,146,140).

RGB: (182,146,140) (71%, 57%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 140 of 255 = 55%

182
146
140

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

Portions of RGB colors in percentages

R + G + B = 182 + 146 + 140 = 468 (100%)
R 182 of 468 ~ 38.89%
G 146 of 468 ~ 31.2%
B 140 of 468 ~ 29.91'%

%38.89
%31.2
%29.91

CMYK color model

#B6928C color CMYK value is (0,20,23,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 23.08%
  • key color value is 28.63%

CMYK: (0,20,23,29)
C0M20Y23K29 (0%, 20%, 23%, 29%)
(0.00 / 0.20 / 0.23 / 0.29)

CMYK percentages

%0
%19.78
%23.08
%28.63

Codes

Color #B6928C in popluar color models

B6 92 8C
RGB 182 146 140
HSL 22.34% 63.14%
HSB/HSV 23.08% 71.37%
CMYK 0.00% 19.78% 23.08%
28.63%

Color #B6928C in popluar number systems.

HEX B6 92 8C
Decimal 182 146 140
Binary 10110110 10010010 10001100
Octal 266 222 214

Shades and tints

Shades of #B6928C

#B6928C
(182,146,140)
#A68580
(166,133,128)
#967874
(150,120,116)
#866B68
(134,107,104)
#765E5C
(118,94,92)
#665150
(102,81,80)
#564444
(86,68,68)
#463738
(70,55,56)
#362A2C
(54,42,44)
#261D20
(38,29,32)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B6928C

#B6928C
(182,146,140)
#BC9B96
(188,155,150)
#C2A4A0
(194,164,160)
#C8ADAA
(200,173,170)
#CEB6B4
(206,182,180)
#D4BFBE
(212,191,190)
#DAC8C8
(218,200,200)
#E0D1D2
(224,209,210)
#E6DADC
(230,218,220)
#ECE3E6
(236,227,230)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6928C color. Also use rgb(182,146,140) instead hex code.

Text Font Color

.myTextColor { color: #B6928C; }

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

This text font color is #B6928C.

Background Color

.myBgColor { background-color: #B6928C; }

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

This div background color is #B6928C.

Border color

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

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

This div border color is #B6928C.

Opacity

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

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

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

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

This text has shadow with #B6928C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6928C.

Preview

Color preview on black background

This text has color #B6928C on black background.


Color preview on white background

This text has color #B6928C on white background.


Black color preview on #B6928C background

This text has black color on #B6928C background.


White color preview on #B6928C background

This text has white color on #B6928C background.


Related colors

Complementary color

Complementary color for #hex is #496D73.


I love getcolorcode.com

Triadic colors

1 #8CB692 and #928CB6 with #B6928C are triadic colors.

2 #8C92B6 and #92B68C with #B6928C are triadic colors.