COLOR #B4AD93

HEX: #B4AD93
RGB: (180,173,147)

Renk bilgisi

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

RGB renk modeli

#B4AD93 color RGB value is (180,173,147).

  • kırmız ton 180;
  • yeşil ton 173;
  • mavi ton 147.
RGB:
(180,173,147)
(71%,68%,58%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 173 of 255 = 68%
B 147 of 255 = 58%

180
173
147

R + G + B ~ 66%. #B4AD93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 173 + 147 = 500 (100%)
R 180 of 500 ~ 36%
G 173 of 500 ~ 34.6%
B 147 of 500 ~ 29.4%

%36
%34.6
%29.4

CMYK RENK MODELİ

#B4AD93 rengi CMYK tonu (0,4,18,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.89%
  • sarı tonu 18.33%
  • ana renk tonu 29.41%
CMYK:
(0,4,18,29)
C0M4Y18K29 
(0%,4%,18%,29%)
(0.00/0.04/0.18/0.29)	

CMYK yüzdeleri

%0
%3.89
%18.33
%29.41

Codes

Color #B4AD93 in popluar color models

B4AD93
RGB180173147
HSL47°18.03%64.12%
HSB/HSV47°18.33%70.59%
CMYK0.00%3.89%18.33%
29.41%

Color #B4AD93 in popluar number systems.

HEXB4AD93
Decimal180173147
Binary101101001010110110010011
Octal264255223

Shades and tints

Shades of #B4AD93

#B4AD93
(180,173,147)
#A49E86
(164,158,134)
#948F79
(148,143,121)
#84806C
(132,128,108)
#74715F
(116,113,95)
#646252
(100,98,82)
#545345
(84,83,69)
#444438
(68,68,56)
#34352B
(52,53,43)
#24261E
(36,38,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #B4AD93

#B4AD93
(180,173,147)
#BAB49C
(186,180,156)
#C0BBA5
(192,187,165)
#C6C2AE
(198,194,174)
#CCC9B7
(204,201,183)
#D2D0C0
(210,208,192)
#D8D7C9
(216,215,201)
#DEDED2
(222,222,210)
#E4E5DB
(228,229,219)
#EAECE4
(234,236,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AD93 color. Also use rgb(180,173,147) instead hex code.

Text Font Color

.myTextColor { color: #B4AD93; }

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

This text font color is #B4AD93.


Background Color

.myBgColor { background-color: #B4AD93; }

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

This div background color is #B4AD93.


Border color

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

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

This div border color is #B4AD93.


Opacity

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

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

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

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

This text has shadow with #B4AD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AD93 on black background.


Color preview on white background

This text has color #B4AD93 on white background.



Black color preview on #B4AD93 background

This text has black color on #B4AD93 background.


White color preview on #B4AD93 background

This text has white color on #B4AD93 background.