COLOR #B37988

HEX: #B37988
RGB: (179,121,136)

Renk bilgisi

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

RGB renk modeli

#B37988 color RGB value is (179,121,136).

  • kırmız ton 179;
  • yeşil ton 121;
  • mavi ton 136.
RGB:
(179,121,136)
(70%,47%,53%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 121 of 255 = 47%
B 136 of 255 = 53%

179
121
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 121 + 136 = 436 (100%)
R 179 of 436 ~ 41.06%
G 121 of 436 ~ 27.75%
B 136 of 436 ~ 31.19%

%41.06
%27.75
%31.19

CMYK RENK MODELİ

#B37988 rengi CMYK tonu (0,32,24,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.40%
  • sarı tonu 24.02%
  • ana renk tonu 29.80%
CMYK:
(0,32,24,30)
C0M32Y24K30 
(0%,32%,24%,30%)
(0.00/0.32/0.24/0.30)	

CMYK yüzdeleri

%0
%32.4
%24.02
%29.8

Codes

Color #B37988 in popluar color models

B37988
RGB179121136
HSL344°27.62%58.82%
HSB/HSV344°32.40%70.20%
CMYK0.00%32.40%24.02%
29.80%

Color #B37988 in popluar number systems.

HEXB37988
Decimal179121136
Binary10110011111100110001000
Octal263171210

Shades and tints

Shades of #B37988

#B37988
(179,121,136)
#A36E7C
(163,110,124)
#936370
(147,99,112)
#835864
(131,88,100)
#734D58
(115,77,88)
#63424C
(99,66,76)
#533740
(83,55,64)
#432C34
(67,44,52)
#332128
(51,33,40)
#23161C
(35,22,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #B37988

#B37988
(179,121,136)
#B98592
(185,133,146)
#BF919C
(191,145,156)
#C59DA6
(197,157,166)
#CBA9B0
(203,169,176)
#D1B5BA
(209,181,186)
#D7C1C4
(215,193,196)
#DDCDCE
(221,205,206)
#E3D9D8
(227,217,216)
#E9E5E2
(233,229,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37988 color. Also use rgb(179,121,136) instead hex code.

Text Font Color

.myTextColor { color: #B37988; }

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

This text font color is #B37988.


Background Color

.myBgColor { background-color: #B37988; }

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

This div background color is #B37988.


Border color

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

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

This div border color is #B37988.


Opacity

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

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

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

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

This text has shadow with #B37988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37988 on black background.


Color preview on white background

This text has color #B37988 on white background.



Black color preview on #B37988 background

This text has black color on #B37988 background.


White color preview on #B37988 background

This text has white color on #B37988 background.