COLOR #B59588

HEX: #B59588
RGB: (181,149,136)

Renk bilgisi

#B59588 contains red, green and blue colors in about the same proportion. #B59588 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#B59588 color RGB value is (181,149,136).

  • kırmız ton 181;
  • yeşil ton 149;
  • mavi ton 136.
RGB:
(181,149,136)
(71%,58%,53%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 149 of 255 = 58%
B 136 of 255 = 53%

181
149
136

R + G + B ~ 61%. #B59588 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 149 + 136 = 466 (100%)
R 181 of 466 ~ 38.84%
G 149 of 466 ~ 31.97%
B 136 of 466 ~ 29.18%

%38.84
%31.97
%29.18

CMYK RENK MODELİ

#B59588 rengi CMYK tonu (0,18,25,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.68%
  • sarı tonu 24.86%
  • ana renk tonu 29.02%
CMYK:
(0,18,25,29)
C0M18Y25K29 
(0%,18%,25%,29%)
(0.00/0.18/0.25/0.29)	

CMYK yüzdeleri

%0
%17.68
%24.86
%29.02

Codes

Color #B59588 in popluar color models

B59588
RGB181149136
HSL17°23.32%62.16%
HSB/HSV17°24.86%70.98%
CMYK0.00%17.68%24.86%
29.02%

Color #B59588 in popluar number systems.

HEXB59588
Decimal181149136
Binary101101011001010110001000
Octal265225210

Shades and tints

Shades of #B59588

#B59588
(181,149,136)
#A5887C
(165,136,124)
#957B70
(149,123,112)
#856E64
(133,110,100)
#756158
(117,97,88)
#65544C
(101,84,76)
#554740
(85,71,64)
#453A34
(69,58,52)
#352D28
(53,45,40)
#25201C
(37,32,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B59588

#B59588
(181,149,136)
#BB9E92
(187,158,146)
#C1A79C
(193,167,156)
#C7B0A6
(199,176,166)
#CDB9B0
(205,185,176)
#D3C2BA
(211,194,186)
#D9CBC4
(217,203,196)
#DFD4CE
(223,212,206)
#E5DDD8
(229,221,216)
#EBE6E2
(235,230,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59588 color. Also use rgb(181,149,136) instead hex code.

Text Font Color

.myTextColor { color: #B59588; }

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

This text font color is #B59588.


Background Color

.myBgColor { background-color: #B59588; }

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

This div background color is #B59588.


Border color

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

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

This div border color is #B59588.


Opacity

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

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

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

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

This text has shadow with #B59588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59588 on black background.


Color preview on white background

This text has color #B59588 on white background.



Black color preview on #B59588 background

This text has black color on #B59588 background.


White color preview on #B59588 background

This text has white color on #B59588 background.