COLOR #B7858D

HEX: #B7858D RGB: (183,133,141)

Color info

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

RGB color model

#B7858D color RGB value is (183,133,141).

RGB: (183,133,141) (72%, 52%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 141 of 255 = 55%

183
133
141

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

Portions of RGB colors in percentages

R + G + B = 183 + 133 + 141 = 457 (100%)
R 183 of 457 ~ 40.04%
G 133 of 457 ~ 29.1%
B 141 of 457 ~ 30.85'%

%40.04
%29.1
%30.85

CMYK color model

#B7858D color CMYK value is (0,27,23,28).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 22.95%
  • key color value is 28.24%
CMYK: (0,27,23,28) C0M27Y23K28 (0%,27%,23%,28%) (0.00/0.27/0.23/0.28) 

CMYK percentages

%0
%27.32
%22.95
%28.24

Codes

Color #B7858D in popluar color models

B7 85 8D
RGB 183 133 141
HSL 350° 25.77% 61.96%
HSB/HSV 350° 27.32% 71.76%
CMYK 0.00% 27.32% 22.95%
28.24%

Color #B7858D in popluar number systems.

HEX B7 85 8D
Decimal 183 133 141
Binary 10110111 10000101 10001101
Octal 267 205 215

Shades and tints

Shades of #B7858D

#B7858D
(183,133,141)
#A77981
(167,121,129)
#976D75
(151,109,117)
#876169
(135,97,105)
#77555D
(119,85,93)
#674951
(103,73,81)
#573D45
(87,61,69)
#473139
(71,49,57)
#37252D
(55,37,45)
#271921
(39,25,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #B7858D

#B7858D
(183,133,141)
#BD9097
(189,144,151)
#C39BA1
(195,155,161)
#C9A6AB
(201,166,171)
#CFB1B5
(207,177,181)
#D5BCBF
(213,188,191)
#DBC7C9
(219,199,201)
#E1D2D3
(225,210,211)
#E7DDDD
(231,221,221)
#EDE8E7
(237,232,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7858D; }

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

This text font color is #B7858D.

Background Color

.myBgColor { background-color: #B7858D; }

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

This div background color is #B7858D.

Border color

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

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

This div border color is #B7858D.

Opacity

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

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

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

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

This text has shadow with #B7858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7858D.

Preview

Color preview on black background

This text has color #B7858D on black background.


Color preview on white background

This text has color #B7858D on white background.


Black color preview on #B7858D background

This text has black color on #B7858D background.


White color preview on #B7858D background

This text has white color on #B7858D background.


Related colors

Complementary color

Complementary color for #hex is #487A72.


I love getcolorcode.com

Triadic colors

1 #8DB785 and #858DB7 with #B7858D are triadic colors.

2 #8D85B7 and #85B78D with #B7858D are triadic colors.