COLOR #B9A364

HEX: #B9A364
RGB: (185,163,100)

Renk bilgisi

#B9A364 contains mainly red and green colors. #B9A364 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#B9A364 color RGB value is (185,163,100).

  • kırmız ton 185;
  • yeşil ton 163;
  • mavi ton 100.
RGB:
(185,163,100)
(73%,64%,39%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 163 of 255 = 64%
B 100 of 255 = 39%

185
163
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 163 + 100 = 448 (100%)
R 185 of 448 ~ 41.29%
G 163 of 448 ~ 36.38%
B 100 of 448 ~ 22.32%

%41.29
%36.38
%22.32

CMYK RENK MODELİ

#B9A364 rengi CMYK tonu (0,12,46,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.89%
  • sarı tonu 45.95%
  • ana renk tonu 27.45%
CMYK:
(0,12,46,27)
C0M12Y46K27 
(0%,12%,46%,27%)
(0.00/0.12/0.46/0.27)	

CMYK yüzdeleri

%0
%11.89
%45.95
%27.45

Codes

Color #B9A364 in popluar color models

B9A364
RGB185163100
HSL44°37.78%55.88%
HSB/HSV44°45.95%72.55%
CMYK0.00%11.89%45.95%
27.45%

Color #B9A364 in popluar number systems.

HEXB9A364
Decimal185163100
Binary10111001101000111100100
Octal271243144

Shades and tints

Shades of #B9A364

#B9A364
(185,163,100)
#A9955B
(169,149,91)
#998752
(153,135,82)
#897949
(137,121,73)
#796B40
(121,107,64)
#695D37
(105,93,55)
#594F2E
(89,79,46)
#494125
(73,65,37)
#39331C
(57,51,28)
#292513
(41,37,19)
#19170A
(25,23,10)
#000000
(0,0,0)

Tints of #B9A364

#B9A364
(185,163,100)
#BFAB72
(191,171,114)
#C5B380
(197,179,128)
#CBBB8E
(203,187,142)
#D1C39C
(209,195,156)
#D7CBAA
(215,203,170)
#DDD3B8
(221,211,184)
#E3DBC6
(227,219,198)
#E9E3D4
(233,227,212)
#EFEBE2
(239,235,226)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A364 color. Also use rgb(185,163,100) instead hex code.

Text Font Color

.myTextColor { color: #B9A364; }

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

This text font color is #B9A364.


Background Color

.myBgColor { background-color: #B9A364; }

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

This div background color is #B9A364.


Border color

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

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

This div border color is #B9A364.


Opacity

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

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

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

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

This text has shadow with #B9A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A364 on black background.


Color preview on white background

This text has color #B9A364 on white background.



Black color preview on #B9A364 background

This text has black color on #B9A364 background.


White color preview on #B9A364 background

This text has white color on #B9A364 background.