COLOR #B38B63

HEX: #B38B63
RGB: (179,139,99)

Renk bilgisi

#B38B63 contains mainly red and green colors. #B38B63 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#B38B63 color RGB value is (179,139,99).

  • kırmız ton 179;
  • yeşil ton 139;
  • mavi ton 99.
RGB:
(179,139,99)
(70%,55%,39%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 139 of 255 = 55%
B 99 of 255 = 39%

179
139
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 139 + 99 = 417 (100%)
R 179 of 417 ~ 42.93%
G 139 of 417 ~ 33.33%
B 99 of 417 ~ 23.74%

%42.93
%33.33
%23.74

CMYK RENK MODELİ

#B38B63 rengi CMYK tonu (0,22,45,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.35%
  • sarı tonu 44.69%
  • ana renk tonu 29.80%
CMYK:
(0,22,45,30)
C0M22Y45K30 
(0%,22%,45%,30%)
(0.00/0.22/0.45/0.30)	

CMYK yüzdeleri

%0
%22.35
%44.69
%29.8

Codes

Color #B38B63 in popluar color models

B38B63
RGB17913999
HSL30°34.48%54.51%
HSB/HSV30°44.69%70.20%
CMYK0.00%22.35%44.69%
29.80%

Color #B38B63 in popluar number systems.

HEXB38B63
Decimal17913999
Binary10110011100010111100011
Octal263213143

Shades and tints

Shades of #B38B63

#B38B63
(179,139,99)
#A37F5A
(163,127,90)
#937351
(147,115,81)
#836748
(131,103,72)
#735B3F
(115,91,63)
#634F36
(99,79,54)
#53432D
(83,67,45)
#433724
(67,55,36)
#332B1B
(51,43,27)
#231F12
(35,31,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #B38B63

#B38B63
(179,139,99)
#B99571
(185,149,113)
#BF9F7F
(191,159,127)
#C5A98D
(197,169,141)
#CBB39B
(203,179,155)
#D1BDA9
(209,189,169)
#D7C7B7
(215,199,183)
#DDD1C5
(221,209,197)
#E3DBD3
(227,219,211)
#E9E5E1
(233,229,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38B63 color. Also use rgb(179,139,99) instead hex code.

Text Font Color

.myTextColor { color: #B38B63; }

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

This text font color is #B38B63.


Background Color

.myBgColor { background-color: #B38B63; }

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

This div background color is #B38B63.


Border color

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

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

This div border color is #B38B63.


Opacity

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

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

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

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

This text has shadow with #B38B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38B63 on black background.


Color preview on white background

This text has color #B38B63 on white background.



Black color preview on #B38B63 background

This text has black color on #B38B63 background.


White color preview on #B38B63 background

This text has white color on #B38B63 background.