COLOR #B89992

HEX: #B89992
RGB: (184,153,146)

Color info

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

RGB color model

#B89992 color RGB value is (184,153,146).

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

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 146 of 255 = 57%

184
153
146

R + G + B ~ 63%. #B89992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 153 + 146 = 483 (100%)
R 184 of 483 ~ 38.1%
G 153 of 483 ~ 31.68%
B 146 of 483 ~ 30.23%

%38.1
%31.68
%30.23

CMYK color model

#B89992 color CMYK value is (0,17,21,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(0,17,21,28)
C0M17Y21K28 
(0%,17%,21%,28%)
(0.00/0.17/0.21/0.28)	

CMYK percentages

%0
%16.85
%20.65
%27.84

Codes

Color #B89992 in popluar color models

B89992
RGB184153146
HSL11°21.11%64.71%
HSB/HSV11°20.65%72.16%
CMYK0.00%16.85%20.65%
27.84%

Color #B89992 in popluar number systems.

HEXB89992
Decimal184153146
Binary101110001001100110010010
Octal270231222

Shades and tints

Shades of #B89992

#B89992
(184,153,146)
#A88C85
(168,140,133)
#987F78
(152,127,120)
#88726B
(136,114,107)
#78655E
(120,101,94)
#685851
(104,88,81)
#584B44
(88,75,68)
#483E37
(72,62,55)
#38312A
(56,49,42)
#28241D
(40,36,29)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #B89992

#B89992
(184,153,146)
#BEA29B
(190,162,155)
#C4ABA4
(196,171,164)
#CAB4AD
(202,180,173)
#D0BDB6
(208,189,182)
#D6C6BF
(214,198,191)
#DCCFC8
(220,207,200)
#E2D8D1
(226,216,209)
#E8E1DA
(232,225,218)
#EEEAE3
(238,234,227)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89992; }

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

This text font color is #B89992.


Background Color

.myBgColor { background-color: #B89992; }

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

This div background color is #B89992.


Border color

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

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

This div border color is #B89992.


Opacity

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

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

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

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

This text has shadow with #B89992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89992 on black background.


Color preview on white background

This text has color #B89992 on white background.



Black color preview on #B89992 background

This text has black color on #B89992 background.


White color preview on #B89992 background

This text has white color on #B89992 background.