COLOR #B15D6A

HEX: #B15D6A
RGB: (177,93,106)

Renk bilgisi

#B15D6A contains mainly red color. #B15D6A ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#B15D6A color RGB value is (177,93,106).

  • kırmız ton 177;
  • yeşil ton 93;
  • mavi ton 106.
RGB:
(177,93,106)
(69%,36%,42%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 93 of 255 = 36%
B 106 of 255 = 42%

177
93
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 93 + 106 = 376 (100%)
R 177 of 376 ~ 47.07%
G 93 of 376 ~ 24.73%
B 106 of 376 ~ 28.19%

%47.07
%24.73
%28.19

CMYK RENK MODELİ

#B15D6A rengi CMYK tonu (0,47,40,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.46%
  • sarı tonu 40.11%
  • ana renk tonu 30.59%
CMYK:
(0,47,40,31)
C0M47Y40K31 
(0%,47%,40%,31%)
(0.00/0.47/0.40/0.31)	

CMYK yüzdeleri

%0
%47.46
%40.11
%30.59

Codes

Color #B15D6A in popluar color models

B15D6A
RGB17793106
HSL351°35.00%52.94%
HSB/HSV351°47.46%69.41%
CMYK0.00%47.46%40.11%
30.59%

Color #B15D6A in popluar number systems.

HEXB15D6A
Decimal17793106
Binary1011000110111011101010
Octal261135152

Shades and tints

Shades of #B15D6A

#B15D6A
(177,93,106)
#A15561
(161,85,97)
#914D58
(145,77,88)
#81454F
(129,69,79)
#713D46
(113,61,70)
#61353D
(97,53,61)
#512D34
(81,45,52)
#41252B
(65,37,43)
#311D22
(49,29,34)
#211519
(33,21,25)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #B15D6A

#B15D6A
(177,93,106)
#B86B77
(184,107,119)
#BF7984
(191,121,132)
#C68791
(198,135,145)
#CD959E
(205,149,158)
#D4A3AB
(212,163,171)
#DBB1B8
(219,177,184)
#E2BFC5
(226,191,197)
#E9CDD2
(233,205,210)
#F0DBDF
(240,219,223)
#F7E9EC
(247,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15D6A color. Also use rgb(177,93,106) instead hex code.

Text Font Color

.myTextColor { color: #B15D6A; }

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

This text font color is #B15D6A.


Background Color

.myBgColor { background-color: #B15D6A; }

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

This div background color is #B15D6A.


Border color

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

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

This div border color is #B15D6A.


Opacity

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

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

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

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

This text has shadow with #B15D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15D6A on black background.


Color preview on white background

This text has color #B15D6A on white background.



Black color preview on #B15D6A background

This text has black color on #B15D6A background.


White color preview on #B15D6A background

This text has white color on #B15D6A background.