COLOR #B7927D

HEX: #B7927D
RGB: (183,146,125)

Color info

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

RGB color model

#B7927D color RGB value is (183,146,125).

  • red value is 183;
  • green value is 146;
  • blue value is 125.
RGB:
(183,146,125)
(72%,57%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 146 of 255 = 57%
B 125 of 255 = 49%

183
146
125

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

Portions of RGB colors in percentages

R + G + B =
183 + 146 + 125 = 454 (100%)
R 183 of 454 ~ 40.31%
G 146 of 454 ~ 32.16%
B 125 of 454 ~ 27.53%

%40.31
%32.16
%27.53

CMYK color model

#B7927D color CMYK value is (0,20,32,28).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 31.69%
  • key color value is 28.24%
CMYK:
(0,20,32,28)
C0M20Y32K28 
(0%,20%,32%,28%)
(0.00/0.20/0.32/0.28)	

CMYK percentages

%0
%20.22
%31.69
%28.24

Codes

Color #B7927D in popluar color models

B7927D
RGB183146125
HSL22°28.71%60.39%
HSB/HSV22°31.69%71.76%
CMYK0.00%20.22%31.69%
28.24%

Color #B7927D in popluar number systems.

HEXB7927D
Decimal183146125
Binary10110111100100101111101
Octal267222175

Shades and tints

Shades of #B7927D

#B7927D
(183,146,125)
#A78572
(167,133,114)
#977867
(151,120,103)
#876B5C
(135,107,92)
#775E51
(119,94,81)
#675146
(103,81,70)
#57443B
(87,68,59)
#473730
(71,55,48)
#372A25
(55,42,37)
#271D1A
(39,29,26)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #B7927D

#B7927D
(183,146,125)
#BD9B88
(189,155,136)
#C3A493
(195,164,147)
#C9AD9E
(201,173,158)
#CFB6A9
(207,182,169)
#D5BFB4
(213,191,180)
#DBC8BF
(219,200,191)
#E1D1CA
(225,209,202)
#E7DAD5
(231,218,213)
#EDE3E0
(237,227,224)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7927D color. Also use rgb(183,146,125) instead hex code.

Text Font Color

.myTextColor { color: #B7927D; }

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

This text font color is #B7927D.


Background Color

.myBgColor { background-color: #B7927D; }

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

This div background color is #B7927D.


Border color

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

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

This div border color is #B7927D.


Opacity

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

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

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

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

This text has shadow with #B7927D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7927D on black background.


Color preview on white background

This text has color #B7927D on white background.



Black color preview on #B7927D background

This text has black color on #B7927D background.


White color preview on #B7927D background

This text has white color on #B7927D background.