COLOR #B78291

HEX: #B78291
RGB: (183,130,145)

Color info

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

RGB color model

#B78291 color RGB value is (183,130,145).

  • red value is 183;
  • green value is 130;
  • blue value is 145.
RGB:
(183,130,145)
(72%,51%,57%)

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 145 of 255 = 57%

183
130
145

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

Portions of RGB colors in percentages

R + G + B =
183 + 130 + 145 = 458 (100%)
R 183 of 458 ~ 39.96%
G 130 of 458 ~ 28.38%
B 145 of 458 ~ 31.66%

%39.96
%28.38
%31.66

CMYK color model

#B78291 color CMYK value is (0,29,21,28).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(0,29,21,28)
C0M29Y21K28 
(0%,29%,21%,28%)
(0.00/0.29/0.21/0.28)	

CMYK percentages

%0
%28.96
%20.77
%28.24

Codes

Color #B78291 in popluar color models

B78291
RGB183130145
HSL343°26.90%61.37%
HSB/HSV343°28.96%71.76%
CMYK0.00%28.96%20.77%
28.24%

Color #B78291 in popluar number systems.

HEXB78291
Decimal183130145
Binary101101111000001010010001
Octal267202221

Shades and tints

Shades of #B78291

#B78291
(183,130,145)
#A77784
(167,119,132)
#976C77
(151,108,119)
#87616A
(135,97,106)
#77565D
(119,86,93)
#674B50
(103,75,80)
#574043
(87,64,67)
#473536
(71,53,54)
#372A29
(55,42,41)
#271F1C
(39,31,28)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #B78291

#B78291
(183,130,145)
#BD8D9B
(189,141,155)
#C398A5
(195,152,165)
#C9A3AF
(201,163,175)
#CFAEB9
(207,174,185)
#D5B9C3
(213,185,195)
#DBC4CD
(219,196,205)
#E1CFD7
(225,207,215)
#E7DAE1
(231,218,225)
#EDE5EB
(237,229,235)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78291; }

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

This text font color is #B78291.


Background Color

.myBgColor { background-color: #B78291; }

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

This div background color is #B78291.


Border color

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

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

This div border color is #B78291.


Opacity

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

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

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

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

This text has shadow with #B78291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78291 on black background.


Color preview on white background

This text has color #B78291 on white background.



Black color preview on #B78291 background

This text has black color on #B78291 background.


White color preview on #B78291 background

This text has white color on #B78291 background.