COLOR #B59192

HEX: #B59192 RGB: (181,145,146)

Color info

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

RGB color model

#B59192 color RGB value is (181,145,146).

RGB: (181,145,146) (71%, 57%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 146 of 255 = 57%

181
145
146

R + G + B ~ 62%. #B59192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 145 + 146 = 472 (100%)
R 181 of 472 ~ 38.35%
G 145 of 472 ~ 30.72%
B 146 of 472 ~ 30.93'%

%38.35
%30.72
%30.93

CMYK color model

#B59192 color CMYK value is (0,20,19,29).

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

CMYK: (0,20,19,29)
C0M20Y19K29 (0%, 20%, 19%, 29%)
(0.00 / 0.20 / 0.19 / 0.29)

CMYK percentages

%0
%19.89
%19.34
%29.02

Codes

Color #B59192 in popluar color models

B5 91 92
RGB 181 145 146
HSL 358° 19.57% 63.92%
HSB/HSV 358° 19.89% 70.98%
CMYK 0.00% 19.89% 19.34%
29.02%

Color #B59192 in popluar number systems.

HEX B5 91 92
Decimal 181 145 146
Binary 10110101 10010001 10010010
Octal 265 221 222

Shades and tints

Shades of #B59192

#B59192
(181,145,146)
#A58485
(165,132,133)
#957778
(149,119,120)
#856A6B
(133,106,107)
#755D5E
(117,93,94)
#655051
(101,80,81)
#554344
(85,67,68)
#453637
(69,54,55)
#35292A
(53,41,42)
#251C1D
(37,28,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B59192

#B59192
(181,145,146)
#BB9B9B
(187,155,155)
#C1A5A4
(193,165,164)
#C7AFAD
(199,175,173)
#CDB9B6
(205,185,182)
#D3C3BF
(211,195,191)
#D9CDC8
(217,205,200)
#DFD7D1
(223,215,209)
#E5E1DA
(229,225,218)
#EBEBE3
(235,235,227)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59192; }

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

This text font color is #B59192.

Background Color

.myBgColor { background-color: #B59192; }

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

This div background color is #B59192.

Border color

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

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

This div border color is #B59192.

Opacity

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

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

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

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

This text has shadow with #B59192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59192.

Preview

Color preview on black background

This text has color #B59192 on black background.


Color preview on white background

This text has color #B59192 on white background.


Black color preview on #B59192 background

This text has black color on #B59192 background.


White color preview on #B59192 background

This text has white color on #B59192 background.


Related colors

Complementary color

Complementary color for #hex is #4A6E6D.


I love getcolorcode.com

Triadic colors

1 #92B591 and #9192B5 with #B59192 are triadic colors.

2 #9291B5 and #91B592 with #B59192 are triadic colors.