COLOR #B6927C

HEX: #B6927C
RGB: (182,146,124)

Color info

#B6927C contains red, green and blue colors in about the same proportion. Web safe color of #B6927C is #CC9966 (or #C96).

RGB color model

#B6927C color RGB value is (182,146,124).

  • red value is 182;
  • green value is 146;
  • blue value is 124.
RGB:
(182,146,124)
(71%,57%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 124 of 255 = 49%

182
146
124

R + G + B ~ 59%. #B6927C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 124 = 452 (100%)
R 182 of 452 ~ 40.27%
G 146 of 452 ~ 32.3%
B 124 of 452 ~ 27.43%

%40.27
%32.3
%27.43

CMYK color model

#B6927C color CMYK value is (0,20,32,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK:
(0,20,32,29)
C0M20Y32K29 
(0%,20%,32%,29%)
(0.00/0.20/0.32/0.29)	

CMYK percentages

%0
%19.78
%31.87
%28.63

Codes

Color #B6927C in popluar color models

B6927C
RGB182146124
HSL23°28.43%60.00%
HSB/HSV23°31.87%71.37%
CMYK0.00%19.78%31.87%
28.63%

Color #B6927C in popluar number systems.

HEXB6927C
Decimal182146124
Binary10110110100100101111100
Octal266222174

Shades and tints

Shades of #B6927C

#B6927C
(182,146,124)
#A68571
(166,133,113)
#967866
(150,120,102)
#866B5B
(134,107,91)
#765E50
(118,94,80)
#665145
(102,81,69)
#56443A
(86,68,58)
#46372F
(70,55,47)
#362A24
(54,42,36)
#261D19
(38,29,25)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B6927C

#B6927C
(182,146,124)
#BC9B87
(188,155,135)
#C2A492
(194,164,146)
#C8AD9D
(200,173,157)
#CEB6A8
(206,182,168)
#D4BFB3
(212,191,179)
#DAC8BE
(218,200,190)
#E0D1C9
(224,209,201)
#E6DAD4
(230,218,212)
#ECE3DF
(236,227,223)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6927C; }

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

This text font color is #B6927C.


Background Color

.myBgColor { background-color: #B6927C; }

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

This div background color is #B6927C.


Border color

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

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

This div border color is #B6927C.


Opacity

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

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

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

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

This text has shadow with #B6927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6927C on black background.


Color preview on white background

This text has color #B6927C on white background.



Black color preview on #B6927C background

This text has black color on #B6927C background.


White color preview on #B6927C background

This text has white color on #B6927C background.