COLOR #B8927D

HEX: #B8927D
RGB: (184,146,125)

Color info

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

RGB color model

#B8927D color RGB value is (184,146,125).

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

RGB channels and saturation

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

184
146
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 146 + 125 = 455 (100%)
R 184 of 455 ~ 40.44%
G 146 of 455 ~ 32.09%
B 125 of 455 ~ 27.47%

%40.44
%32.09
%27.47

CMYK color model

#B8927D color CMYK value is (0,21,32,28).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK: (0,21,32,28) C0M21Y32K28 (0%,21%,32%,28%) (0.00/0.21/0.32/0.28)

CMYK percentages

%0
%20.65
%32.07
%27.84

Codes

Color #B8927D in popluar color models

B8927D
RGB184146125
HSL21°29.35%60.59%
HSB/HSV21°32.07%72.16%
CMYK0.00%20.65%32.07%
27.84%

Color #B8927D in popluar number systems.

HEXB8927D
Decimal184146125
Binary10111000100100101111101
Octal270222175

Shades and tints

Shades of #B8927D

#B8927D
(184,146,125)
#A88572
(168,133,114)
#987867
(152,120,103)
#886B5C
(136,107,92)
#785E51
(120,94,81)
#685146
(104,81,70)
#58443B
(88,68,59)
#483730
(72,55,48)
#382A25
(56,42,37)
#281D1A
(40,29,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #B8927D

#B8927D
(184,146,125)
#BE9B88
(190,155,136)
#C4A493
(196,164,147)
#CAAD9E
(202,173,158)
#D0B6A9
(208,182,169)
#D6BFB4
(214,191,180)
#DCC8BF
(220,200,191)
#E2D1CA
(226,209,202)
#E8DAD5
(232,218,213)
#EEE3E0
(238,227,224)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8927D; }

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

This text font color is #B8927D.


Background Color

.myBgColor { background-color: #B8927D; }

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

This div background color is #B8927D.


Border color

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

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

This div border color is #B8927D.


Opacity

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

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

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

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

This text has shadow with #B8927D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8927D on black background.


Color preview on white background

This text has color #B8927D on white background.



Black color preview on #B8927D background

This text has black color on #B8927D background.


White color preview on #B8927D background

This text has white color on #B8927D background.