COLOR #B78989

HEX: #B78989
RGB: (183,137,137)

Color info

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

RGB color model

#B78989 color RGB value is (183,137,137).

  • red value is 183;
  • green value is 137;
  • blue value is 137.
RGB:
(183,137,137)
(72%,54%,54%)

RGB channels and saturation

R 183 of 255 = 72%
G 137 of 255 = 54%
B 137 of 255 = 54%

183
137
137

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

Portions of RGB colors in percentages

R + G + B =
183 + 137 + 137 = 457 (100%)
R 183 of 457 ~ 40.04%
G 137 of 457 ~ 29.98%
B 137 of 457 ~ 29.98%

%40.04
%29.98
%29.98

CMYK color model

#B78989 color CMYK value is (0,25,25,28).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 25.14%
  • key color value is 28.24%
CMYK:
(0,25,25,28)
C0M25Y25K28 
(0%,25%,25%,28%)
(0.00/0.25/0.25/0.28)	

CMYK percentages

%0
%25.14
%25.14
%28.24

Codes

Color #B78989 in popluar color models

B78989
RGB183137137
HSL24.21%62.75%
HSB/HSV25.14%71.76%
CMYK0.00%25.14%25.14%
28.24%

Color #B78989 in popluar number systems.

HEXB78989
Decimal183137137
Binary101101111000100110001001
Octal267211211

Shades and tints

Shades of #B78989

#B78989
(183,137,137)
#A77D7D
(167,125,125)
#977171
(151,113,113)
#876565
(135,101,101)
#775959
(119,89,89)
#674D4D
(103,77,77)
#574141
(87,65,65)
#473535
(71,53,53)
#372929
(55,41,41)
#271D1D
(39,29,29)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #B78989

#B78989
(183,137,137)
#BD9393
(189,147,147)
#C39D9D
(195,157,157)
#C9A7A7
(201,167,167)
#CFB1B1
(207,177,177)
#D5BBBB
(213,187,187)
#DBC5C5
(219,197,197)
#E1CFCF
(225,207,207)
#E7D9D9
(231,217,217)
#EDE3E3
(237,227,227)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78989; }

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

This text font color is #B78989.


Background Color

.myBgColor { background-color: #B78989; }

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

This div background color is #B78989.


Border color

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

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

This div border color is #B78989.


Opacity

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

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

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

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

This text has shadow with #B78989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78989 on black background.


Color preview on white background

This text has color #B78989 on white background.



Black color preview on #B78989 background

This text has black color on #B78989 background.


White color preview on #B78989 background

This text has white color on #B78989 background.