COLOR #B28790

HEX: #B28790
RGB: (178,135,144)

Color info

#B28790 contains red, green and blue colors in about the same proportion. Web safe color of #B28790 is #999999 (or #999).

RGB color model

#B28790 color RGB value is (178,135,144).

  • red value is 178;
  • green value is 135;
  • blue value is 144.
RGB:
(178,135,144)
(70%,53%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 144 of 255 = 56%

178
135
144

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

Portions of RGB colors in percentages

R + G + B =
178 + 135 + 144 = 457 (100%)
R 178 of 457 ~ 38.95%
G 135 of 457 ~ 29.54%
B 144 of 457 ~ 31.51%

%38.95
%29.54
%31.51

CMYK color model

#B28790 color CMYK value is (0,24,19,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(0,24,19,30)
C0M24Y19K30 
(0%,24%,19%,30%)
(0.00/0.24/0.19/0.30)	

CMYK percentages

%0
%24.16
%19.1
%30.2

Codes

Color #B28790 in popluar color models

B28790
RGB178135144
HSL347°21.83%61.37%
HSB/HSV347°24.16%69.80%
CMYK0.00%24.16%19.10%
30.20%

Color #B28790 in popluar number systems.

HEXB28790
Decimal178135144
Binary101100101000011110010000
Octal262207220

Shades and tints

Shades of #B28790

#B28790
(178,135,144)
#A27B83
(162,123,131)
#926F76
(146,111,118)
#826369
(130,99,105)
#72575C
(114,87,92)
#624B4F
(98,75,79)
#523F42
(82,63,66)
#423335
(66,51,53)
#322728
(50,39,40)
#221B1B
(34,27,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #B28790

#B28790
(178,135,144)
#B9919A
(185,145,154)
#C09BA4
(192,155,164)
#C7A5AE
(199,165,174)
#CEAFB8
(206,175,184)
#D5B9C2
(213,185,194)
#DCC3CC
(220,195,204)
#E3CDD6
(227,205,214)
#EAD7E0
(234,215,224)
#F1E1EA
(241,225,234)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28790 color. Also use rgb(178,135,144) instead hex code.

Text Font Color

.myTextColor { color: #B28790; }

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

This text font color is #B28790.


Background Color

.myBgColor { background-color: #B28790; }

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

This div background color is #B28790.


Border color

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

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

This div border color is #B28790.


Opacity

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

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

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

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

This text has shadow with #B28790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28790 on black background.


Color preview on white background

This text has color #B28790 on white background.



Black color preview on #B28790 background

This text has black color on #B28790 background.


White color preview on #B28790 background

This text has white color on #B28790 background.