COLOR #B5A071

HEX: #B5A071
RGB: (181,160,113)

Renk bilgisi

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

RGB renk modeli

#B5A071 color RGB value is (181,160,113).

  • kırmız ton 181;
  • yeşil ton 160;
  • mavi ton 113.
RGB:
(181,160,113)
(71%,63%,44%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 160 of 255 = 63%
B 113 of 255 = 44%

181
160
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 160 + 113 = 454 (100%)
R 181 of 454 ~ 39.87%
G 160 of 454 ~ 35.24%
B 113 of 454 ~ 24.89%

%39.87
%35.24
%24.89

CMYK RENK MODELİ

#B5A071 rengi CMYK tonu (0,12,38,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.60%
  • sarı tonu 37.57%
  • ana renk tonu 29.02%
CMYK:
(0,12,38,29)
C0M12Y38K29 
(0%,12%,38%,29%)
(0.00/0.12/0.38/0.29)	

CMYK yüzdeleri

%0
%11.6
%37.57
%29.02

Codes

Color #B5A071 in popluar color models

B5A071
RGB181160113
HSL41°31.48%57.65%
HSB/HSV41°37.57%70.98%
CMYK0.00%11.60%37.57%
29.02%

Color #B5A071 in popluar number systems.

HEXB5A071
Decimal181160113
Binary10110101101000001110001
Octal265240161

Shades and tints

Shades of #B5A071

#B5A071
(181,160,113)
#A59267
(165,146,103)
#95845D
(149,132,93)
#857653
(133,118,83)
#756849
(117,104,73)
#655A3F
(101,90,63)
#554C35
(85,76,53)
#453E2B
(69,62,43)
#353021
(53,48,33)
#252217
(37,34,23)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B5A071

#B5A071
(181,160,113)
#BBA87D
(187,168,125)
#C1B089
(193,176,137)
#C7B895
(199,184,149)
#CDC0A1
(205,192,161)
#D3C8AD
(211,200,173)
#D9D0B9
(217,208,185)
#DFD8C5
(223,216,197)
#E5E0D1
(229,224,209)
#EBE8DD
(235,232,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A071 color. Also use rgb(181,160,113) instead hex code.

Text Font Color

.myTextColor { color: #B5A071; }

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

This text font color is #B5A071.


Background Color

.myBgColor { background-color: #B5A071; }

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

This div background color is #B5A071.


Border color

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

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

This div border color is #B5A071.


Opacity

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

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

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

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

This text has shadow with #B5A071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A071 on black background.


Color preview on white background

This text has color #B5A071 on white background.



Black color preview on #B5A071 background

This text has black color on #B5A071 background.


White color preview on #B5A071 background

This text has white color on #B5A071 background.