COLOR #B4A74D

HEX: #B4A74D
RGB: (180,167,77)

Renk bilgisi

#B4A74D contains mainly red and green colors. #B4A74D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#B4A74D color RGB value is (180,167,77).

  • kırmız ton 180;
  • yeşil ton 167;
  • mavi ton 77.
RGB:
(180,167,77)
(71%,65%,30%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 167 of 255 = 65%
B 77 of 255 = 30%

180
167
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 167 + 77 = 424 (100%)
R 180 of 424 ~ 42.45%
G 167 of 424 ~ 39.39%
B 77 of 424 ~ 18.16%

%42.45
%39.39
%18.16

CMYK RENK MODELİ

#B4A74D rengi CMYK tonu (0,7,57,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.22%
  • sarı tonu 57.22%
  • ana renk tonu 29.41%
CMYK:
(0,7,57,29)
C0M7Y57K29 
(0%,7%,57%,29%)
(0.00/0.07/0.57/0.29)	

CMYK yüzdeleri

%0
%7.22
%57.22
%29.41

Codes

Color #B4A74D in popluar color models

B4A74D
RGB18016777
HSL52°40.71%50.39%
HSB/HSV52°57.22%70.59%
CMYK0.00%7.22%57.22%
29.41%

Color #B4A74D in popluar number systems.

HEXB4A74D
Decimal18016777
Binary10110100101001111001101
Octal264247115

Shades and tints

Shades of #B4A74D

#B4A74D
(180,167,77)
#A49846
(164,152,70)
#94893F
(148,137,63)
#847A38
(132,122,56)
#746B31
(116,107,49)
#645C2A
(100,92,42)
#544D23
(84,77,35)
#443E1C
(68,62,28)
#342F15
(52,47,21)
#24200E
(36,32,14)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #B4A74D

#B4A74D
(180,167,77)
#BAAF5D
(186,175,93)
#C0B76D
(192,183,109)
#C6BF7D
(198,191,125)
#CCC78D
(204,199,141)
#D2CF9D
(210,207,157)
#D8D7AD
(216,215,173)
#DEDFBD
(222,223,189)
#E4E7CD
(228,231,205)
#EAEFDD
(234,239,221)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A74D color. Also use rgb(180,167,77) instead hex code.

Text Font Color

.myTextColor { color: #B4A74D; }

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

This text font color is #B4A74D.


Background Color

.myBgColor { background-color: #B4A74D; }

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

This div background color is #B4A74D.


Border color

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

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

This div border color is #B4A74D.


Opacity

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

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

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

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

This text has shadow with #B4A74D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A74D on black background.


Color preview on white background

This text has color #B4A74D on white background.



Black color preview on #B4A74D background

This text has black color on #B4A74D background.


White color preview on #B4A74D background

This text has white color on #B4A74D background.