COLOR #B28283

HEX: #B28283
RGB: (178,130,131)

Color info

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

RGB color model

#B28283 color RGB value is (178,130,131).

  • red value is 178;
  • green value is 130;
  • blue value is 131.
RGB:
(178,130,131)
(70%,51%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 130 of 255 = 51%
B 131 of 255 = 51%

178
130
131

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

Portions of RGB colors in percentages

R + G + B =
178 + 130 + 131 = 439 (100%)
R 178 of 439 ~ 40.55%
G 130 of 439 ~ 29.61%
B 131 of 439 ~ 29.84%

%40.55
%29.61
%29.84

CMYK color model

#B28283 color CMYK value is (0,27,26,30).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 26.40%
  • key color value is 30.20%
CMYK:
(0,27,26,30)
C0M27Y26K30 
(0%,27%,26%,30%)
(0.00/0.27/0.26/0.30)	

CMYK percentages

%0
%26.97
%26.4
%30.2

Codes

Color #B28283 in popluar color models

B28283
RGB178130131
HSL359°23.76%60.39%
HSB/HSV359°26.97%69.80%
CMYK0.00%26.97%26.40%
30.20%

Color #B28283 in popluar number systems.

HEXB28283
Decimal178130131
Binary101100101000001010000011
Octal262202203

Shades and tints

Shades of #B28283

#B28283
(178,130,131)
#A27778
(162,119,120)
#926C6D
(146,108,109)
#826162
(130,97,98)
#725657
(114,86,87)
#624B4C
(98,75,76)
#524041
(82,64,65)
#423536
(66,53,54)
#322A2B
(50,42,43)
#221F20
(34,31,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B28283

#B28283
(178,130,131)
#B98D8E
(185,141,142)
#C09899
(192,152,153)
#C7A3A4
(199,163,164)
#CEAEAF
(206,174,175)
#D5B9BA
(213,185,186)
#DCC4C5
(220,196,197)
#E3CFD0
(227,207,208)
#EADADB
(234,218,219)
#F1E5E6
(241,229,230)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28283 color. Also use rgb(178,130,131) instead hex code.

Text Font Color

.myTextColor { color: #B28283; }

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

This text font color is #B28283.


Background Color

.myBgColor { background-color: #B28283; }

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

This div background color is #B28283.


Border color

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

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

This div border color is #B28283.


Opacity

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

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

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

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

This text has shadow with #B28283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28283 on black background.


Color preview on white background

This text has color #B28283 on white background.



Black color preview on #B28283 background

This text has black color on #B28283 background.


White color preview on #B28283 background

This text has white color on #B28283 background.