COLOR #B59293

HEX: #B59293 RGB: (181,146,147)

Color info

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

RGB color model

#B59293 color RGB value is (181,146,147).

RGB: (181,146,147) (71%, 57%, 58%)

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 147 of 255 = 58%

181
146
147

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

Portions of RGB colors in percentages

R + G + B = 181 + 146 + 147 = 474 (100%)
R 181 of 474 ~ 38.19%
G 146 of 474 ~ 30.8%
B 147 of 474 ~ 31.01'%

%38.19
%30.8
%31.01

CMYK color model

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

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

CMYK: (0,19,19,29)
C0M19Y19K29 (0%, 19%, 19%, 29%)
(0.00 / 0.19 / 0.19 / 0.29)

CMYK percentages

%0
%19.34
%18.78
%29.02

Codes

Color #B59293 in popluar color models

B5 92 93
RGB 181 146 147
HSL 358° 19.13% 64.12%
HSB/HSV 358° 19.34% 70.98%
CMYK 0.00% 19.34% 18.78%
29.02%

Color #B59293 in popluar number systems.

HEX B5 92 93
Decimal 181 146 147
Binary 10110101 10010010 10010011
Octal 265 222 223

Shades and tints

Shades of #B59293

#B59293
(181,146,147)
#A58586
(165,133,134)
#957879
(149,120,121)
#856B6C
(133,107,108)
#755E5F
(117,94,95)
#655152
(101,81,82)
#554445
(85,68,69)
#453738
(69,55,56)
#352A2B
(53,42,43)
#251D1E
(37,29,30)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B59293

#B59293
(181,146,147)
#BB9B9C
(187,155,156)
#C1A4A5
(193,164,165)
#C7ADAE
(199,173,174)
#CDB6B7
(205,182,183)
#D3BFC0
(211,191,192)
#D9C8C9
(217,200,201)
#DFD1D2
(223,209,210)
#E5DADB
(229,218,219)
#EBE3E4
(235,227,228)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59293; }

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

This text font color is #B59293.

Background Color

.myBgColor { background-color: #B59293; }

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

This div background color is #B59293.

Border color

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

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

This div border color is #B59293.

Opacity

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

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

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

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

This text has shadow with #B59293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59293.

Preview

Color preview on black background

This text has color #B59293 on black background.


Color preview on white background

This text has color #B59293 on white background.


Black color preview on #B59293 background

This text has black color on #B59293 background.


White color preview on #B59293 background

This text has white color on #B59293 background.


Related colors

Complementary color

Complementary color for #hex is #4A6D6C.


I love getcolorcode.com

Triadic colors

1 #93B592 and #9293B5 with #B59293 are triadic colors.

2 #9392B5 and #92B593 with #B59293 are triadic colors.