COLOR #B58792

HEX: #B58792 RGB: (181,135,146)

Color info

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

RGB color model

#B58792 color RGB value is (181,135,146).

RGB: (181,135,146) (71%, 53%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 146 of 255 = 57%

181
135
146

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

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 146 = 462 (100%)
R 181 of 462 ~ 39.18%
G 135 of 462 ~ 29.22%
B 146 of 462 ~ 31.6'%

%39.18
%29.22
%31.6

CMYK color model

#B58792 color CMYK value is (0,25,19,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 19.34%
  • key color value is 29.02%

CMYK: (0,25,19,29)
C0M25Y19K29 (0%, 25%, 19%, 29%)
(0.00 / 0.25 / 0.19 / 0.29)

CMYK percentages

%0
%25.41
%19.34
%29.02

Codes

Color #B58792 in popluar color models

B5 87 92
RGB 181 135 146
HSL 346° 23.71% 61.96%
HSB/HSV 346° 25.41% 70.98%
CMYK 0.00% 25.41% 19.34%
29.02%

Color #B58792 in popluar number systems.

HEX B5 87 92
Decimal 181 135 146
Binary 10110101 10000111 10010010
Octal 265 207 222

Shades and tints

Shades of #B58792

#B58792
(181,135,146)
#A57B85
(165,123,133)
#956F78
(149,111,120)
#85636B
(133,99,107)
#75575E
(117,87,94)
#654B51
(101,75,81)
#553F44
(85,63,68)
#453337
(69,51,55)
#35272A
(53,39,42)
#251B1D
(37,27,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B58792

#B58792
(181,135,146)
#BB919B
(187,145,155)
#C19BA4
(193,155,164)
#C7A5AD
(199,165,173)
#CDAFB6
(205,175,182)
#D3B9BF
(211,185,191)
#D9C3C8
(217,195,200)
#DFCDD1
(223,205,209)
#E5D7DA
(229,215,218)
#EBE1E3
(235,225,227)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58792 color. Also use rgb(181,135,146) instead hex code.

Text Font Color

.myTextColor { color: #B58792; }

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

This text font color is #B58792.

Background Color

.myBgColor { background-color: #B58792; }

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

This div background color is #B58792.

Border color

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

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

This div border color is #B58792.

Opacity

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

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

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

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

This text has shadow with #B58792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58792.

Preview

Color preview on black background

This text has color #B58792 on black background.


Color preview on white background

This text has color #B58792 on white background.


Black color preview on #B58792 background

This text has black color on #B58792 background.


White color preview on #B58792 background

This text has white color on #B58792 background.


Related colors

Complementary color

Complementary color for #hex is #4A786D.


I love getcolorcode.com

Triadic colors

1 #92B587 and #8792B5 with #B58792 are triadic colors.

2 #9287B5 and #87B592 with #B58792 are triadic colors.