COLOR #B47E79

HEX: #B47E79
RGB: (180,126,121)

Renk bilgisi

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

RGB renk modeli

#B47E79 color RGB value is (180,126,121).

  • kırmız ton 180;
  • yeşil ton 126;
  • mavi ton 121.
RGB:
(180,126,121)
(71%,49%,47%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 126 of 255 = 49%
B 121 of 255 = 47%

180
126
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 126 + 121 = 427 (100%)
R 180 of 427 ~ 42.15%
G 126 of 427 ~ 29.51%
B 121 of 427 ~ 28.34%

%42.15
%29.51
%28.34

CMYK RENK MODELİ

#B47E79 rengi CMYK tonu (0,30,33,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.00%
  • sarı tonu 32.78%
  • ana renk tonu 29.41%
CMYK:
(0,30,33,29)
C0M30Y33K29 
(0%,30%,33%,29%)
(0.00/0.30/0.33/0.29)	

CMYK yüzdeleri

%0
%30
%32.78
%29.41

Codes

Color #B47E79 in popluar color models

B47E79
RGB180126121
HSL28.23%59.02%
HSB/HSV32.78%70.59%
CMYK0.00%30.00%32.78%
29.41%

Color #B47E79 in popluar number systems.

HEXB47E79
Decimal180126121
Binary1011010011111101111001
Octal264176171

Shades and tints

Shades of #B47E79

#B47E79
(180,126,121)
#A4736E
(164,115,110)
#946863
(148,104,99)
#845D58
(132,93,88)
#74524D
(116,82,77)
#644742
(100,71,66)
#543C37
(84,60,55)
#44312C
(68,49,44)
#342621
(52,38,33)
#241B16
(36,27,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B47E79

#B47E79
(180,126,121)
#BA8985
(186,137,133)
#C09491
(192,148,145)
#C69F9D
(198,159,157)
#CCAAA9
(204,170,169)
#D2B5B5
(210,181,181)
#D8C0C1
(216,192,193)
#DECBCD
(222,203,205)
#E4D6D9
(228,214,217)
#EAE1E5
(234,225,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47E79 color. Also use rgb(180,126,121) instead hex code.

Text Font Color

.myTextColor { color: #B47E79; }

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

This text font color is #B47E79.


Background Color

.myBgColor { background-color: #B47E79; }

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

This div background color is #B47E79.


Border color

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

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

This div border color is #B47E79.


Opacity

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

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

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

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

This text has shadow with #B47E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47E79 on black background.


Color preview on white background

This text has color #B47E79 on white background.



Black color preview on #B47E79 background

This text has black color on #B47E79 background.


White color preview on #B47E79 background

This text has white color on #B47E79 background.