COLOR #B78592

HEX: #B78592
RGB: (183,133,146)

Color info

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

RGB color model

#B78592 color RGB value is (183,133,146).

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

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 146 of 255 = 57%

183
133
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 133 + 146 = 462 (100%)
R 183 of 462 ~ 39.61%
G 133 of 462 ~ 28.79%
B 146 of 462 ~ 31.6%

%39.61
%28.79
%31.6

CMYK color model

#B78592 color CMYK value is (0,27,20,28).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,27,20,28)
C0M27Y20K28 
(0%,27%,20%,28%)
(0.00/0.27/0.20/0.28)	

CMYK percentages

%0
%27.32
%20.22
%28.24

Codes

Color #B78592 in popluar color models

B78592
RGB183133146
HSL344°25.77%61.96%
HSB/HSV344°27.32%71.76%
CMYK0.00%27.32%20.22%
28.24%

Color #B78592 in popluar number systems.

HEXB78592
Decimal183133146
Binary101101111000010110010010
Octal267205222

Shades and tints

Shades of #B78592

#B78592
(183,133,146)
#A77985
(167,121,133)
#976D78
(151,109,120)
#87616B
(135,97,107)
#77555E
(119,85,94)
#674951
(103,73,81)
#573D44
(87,61,68)
#473137
(71,49,55)
#37252A
(55,37,42)
#27191D
(39,25,29)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #B78592

#B78592
(183,133,146)
#BD909B
(189,144,155)
#C39BA4
(195,155,164)
#C9A6AD
(201,166,173)
#CFB1B6
(207,177,182)
#D5BCBF
(213,188,191)
#DBC7C8
(219,199,200)
#E1D2D1
(225,210,209)
#E7DDDA
(231,221,218)
#EDE8E3
(237,232,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78592; }

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

This text font color is #B78592.


Background Color

.myBgColor { background-color: #B78592; }

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

This div background color is #B78592.


Border color

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

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

This div border color is #B78592.


Opacity

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

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

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

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

This text has shadow with #B78592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78592 on black background.


Color preview on white background

This text has color #B78592 on white background.



Black color preview on #B78592 background

This text has black color on #B78592 background.


White color preview on #B78592 background

This text has white color on #B78592 background.