COLOR #B5A583

HEX: #B5A583
RGB: (181,165,131)

Renk bilgisi

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

RGB renk modeli

#B5A583 color RGB value is (181,165,131).

  • kırmız ton 181;
  • yeşil ton 165;
  • mavi ton 131.
RGB:
(181,165,131)
(71%,65%,51%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 165 of 255 = 65%
B 131 of 255 = 51%

181
165
131

R + G + B ~ 62%. #B5A583 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 165 + 131 = 477 (100%)
R 181 of 477 ~ 37.95%
G 165 of 477 ~ 34.59%
B 131 of 477 ~ 27.46%

%37.95
%34.59
%27.46

CMYK RENK MODELİ

#B5A583 rengi CMYK tonu (0,9,28,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.84%
  • sarı tonu 27.62%
  • ana renk tonu 29.02%
CMYK:
(0,9,28,29)
C0M9Y28K29 
(0%,9%,28%,29%)
(0.00/0.09/0.28/0.29)	

CMYK yüzdeleri

%0
%8.84
%27.62
%29.02

Codes

Color #B5A583 in popluar color models

B5A583
RGB181165131
HSL41°25.25%61.18%
HSB/HSV41°27.62%70.98%
CMYK0.00%8.84%27.62%
29.02%

Color #B5A583 in popluar number systems.

HEXB5A583
Decimal181165131
Binary101101011010010110000011
Octal265245203

Shades and tints

Shades of #B5A583

#B5A583
(181,165,131)
#A59678
(165,150,120)
#95876D
(149,135,109)
#857862
(133,120,98)
#756957
(117,105,87)
#655A4C
(101,90,76)
#554B41
(85,75,65)
#453C36
(69,60,54)
#352D2B
(53,45,43)
#251E20
(37,30,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B5A583

#B5A583
(181,165,131)
#BBAD8E
(187,173,142)
#C1B599
(193,181,153)
#C7BDA4
(199,189,164)
#CDC5AF
(205,197,175)
#D3CDBA
(211,205,186)
#D9D5C5
(217,213,197)
#DFDDD0
(223,221,208)
#E5E5DB
(229,229,219)
#EBEDE6
(235,237,230)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A583 color. Also use rgb(181,165,131) instead hex code.

Text Font Color

.myTextColor { color: #B5A583; }

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

This text font color is #B5A583.


Background Color

.myBgColor { background-color: #B5A583; }

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

This div background color is #B5A583.


Border color

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

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

This div border color is #B5A583.


Opacity

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

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

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

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

This text has shadow with #B5A583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A583 on black background.


Color preview on white background

This text has color #B5A583 on white background.



Black color preview on #B5A583 background

This text has black color on #B5A583 background.


White color preview on #B5A583 background

This text has white color on #B5A583 background.