COLOR #B5AD93

HEX: #B5AD93
RGB: (181,173,147)

Renk bilgisi

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

RGB renk modeli

#B5AD93 color RGB value is (181,173,147).

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

RGB bağlantıları ve doygunluk

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

181
173
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 173 + 147 = 501 (100%)
R 181 of 501 ~ 36.13%
G 173 of 501 ~ 34.53%
B 147 of 501 ~ 29.34%

%36.13
%34.53
%29.34

CMYK RENK MODELİ

#B5AD93 rengi CMYK tonu (0,4,19,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.42%
  • sarı tonu 18.78%
  • ana renk tonu 29.02%
CMYK:
(0,4,19,29)
C0M4Y19K29 
(0%,4%,19%,29%)
(0.00/0.04/0.19/0.29)	

CMYK yüzdeleri

%0
%4.42
%18.78
%29.02

Codes

Color #B5AD93 in popluar color models

B5AD93
RGB181173147
HSL46°18.68%64.31%
HSB/HSV46°18.78%70.98%
CMYK0.00%4.42%18.78%
29.02%

Color #B5AD93 in popluar number systems.

HEXB5AD93
Decimal181173147
Binary101101011010110110010011
Octal265255223

Shades and tints

Shades of #B5AD93

#B5AD93
(181,173,147)
#A59E86
(165,158,134)
#958F79
(149,143,121)
#85806C
(133,128,108)
#75715F
(117,113,95)
#656252
(101,98,82)
#555345
(85,83,69)
#454438
(69,68,56)
#35352B
(53,53,43)
#25261E
(37,38,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #B5AD93

#B5AD93
(181,173,147)
#BBB49C
(187,180,156)
#C1BBA5
(193,187,165)
#C7C2AE
(199,194,174)
#CDC9B7
(205,201,183)
#D3D0C0
(211,208,192)
#D9D7C9
(217,215,201)
#DFDED2
(223,222,210)
#E5E5DB
(229,229,219)
#EBECE4
(235,236,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AD93; }

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

This text font color is #B5AD93.


Background Color

.myBgColor { background-color: #B5AD93; }

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

This div background color is #B5AD93.


Border color

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

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

This div border color is #B5AD93.


Opacity

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

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

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

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

This text has shadow with #B5AD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AD93 on black background.


Color preview on white background

This text has color #B5AD93 on white background.



Black color preview on #B5AD93 background

This text has black color on #B5AD93 background.


White color preview on #B5AD93 background

This text has white color on #B5AD93 background.