COLOR #B78595

HEX: #B78595
RGB: (183,133,149)

Color info

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

RGB color model

#B78595 color RGB value is (183,133,149).

  • red value is 183;
  • green value is 133;
  • blue value is 149.
RGB:
(183,133,149)
(72%,52%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 149 of 255 = 58%

183
133
149

R + G + B ~ 61%. #B78595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 133 + 149 = 465 (100%)
R 183 of 465 ~ 39.35%
G 133 of 465 ~ 28.6%
B 149 of 465 ~ 32.04%

%39.35
%28.6
%32.04

CMYK color model

#B78595 color CMYK value is (0,27,19,28).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(0,27,19,28)
C0M27Y19K28 
(0%,27%,19%,28%)
(0.00/0.27/0.19/0.28)	

CMYK percentages

%0
%27.32
%18.58
%28.24

Codes

Color #B78595 in popluar color models

B78595
RGB183133149
HSL341°25.77%61.96%
HSB/HSV341°27.32%71.76%
CMYK0.00%27.32%18.58%
28.24%

Color #B78595 in popluar number systems.

HEXB78595
Decimal183133149
Binary101101111000010110010101
Octal267205225

Shades and tints

Shades of #B78595

#B78595
(183,133,149)
#A77988
(167,121,136)
#976D7B
(151,109,123)
#87616E
(135,97,110)
#775561
(119,85,97)
#674954
(103,73,84)
#573D47
(87,61,71)
#47313A
(71,49,58)
#37252D
(55,37,45)
#271920
(39,25,32)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #B78595

#B78595
(183,133,149)
#BD909E
(189,144,158)
#C39BA7
(195,155,167)
#C9A6B0
(201,166,176)
#CFB1B9
(207,177,185)
#D5BCC2
(213,188,194)
#DBC7CB
(219,199,203)
#E1D2D4
(225,210,212)
#E7DDDD
(231,221,221)
#EDE8E6
(237,232,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78595; }

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

This text font color is #B78595.


Background Color

.myBgColor { background-color: #B78595; }

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

This div background color is #B78595.


Border color

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

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

This div border color is #B78595.


Opacity

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

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

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

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

This text has shadow with #B78595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78595 on black background.


Color preview on white background

This text has color #B78595 on white background.



Black color preview on #B78595 background

This text has black color on #B78595 background.


White color preview on #B78595 background

This text has white color on #B78595 background.