COLOR #B5B199

HEX: #B5B199
RGB: (181,177,153)

Renk bilgisi

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

RGB renk modeli

#B5B199 color RGB value is (181,177,153).

  • kırmız ton 181;
  • yeşil ton 177;
  • mavi ton 153.
RGB:
(181,177,153)
(71%,69%,60%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 177 of 255 = 69%
B 153 of 255 = 60%

181
177
153

R + G + B ~ 67%. #B5B199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 177 + 153 = 511 (100%)
R 181 of 511 ~ 35.42%
G 177 of 511 ~ 34.64%
B 153 of 511 ~ 29.94%

%35.42
%34.64
%29.94

CMYK RENK MODELİ

#B5B199 rengi CMYK tonu (0,2,15,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.21%
  • sarı tonu 15.47%
  • ana renk tonu 29.02%
CMYK:
(0,2,15,29)
C0M2Y15K29 
(0%,2%,15%,29%)
(0.00/0.02/0.15/0.29)	

CMYK yüzdeleri

%0
%2.21
%15.47
%29.02

Codes

Color #B5B199 in popluar color models

B5B199
RGB181177153
HSL51°15.91%65.49%
HSB/HSV51°15.47%70.98%
CMYK0.00%2.21%15.47%
29.02%

Color #B5B199 in popluar number systems.

HEXB5B199
Decimal181177153
Binary101101011011000110011001
Octal265261231

Shades and tints

Shades of #B5B199

#B5B199
(181,177,153)
#A5A18C
(165,161,140)
#95917F
(149,145,127)
#858172
(133,129,114)
#757165
(117,113,101)
#656158
(101,97,88)
#55514B
(85,81,75)
#45413E
(69,65,62)
#353131
(53,49,49)
#252124
(37,33,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B5B199

#B5B199
(181,177,153)
#BBB8A2
(187,184,162)
#C1BFAB
(193,191,171)
#C7C6B4
(199,198,180)
#CDCDBD
(205,205,189)
#D3D4C6
(211,212,198)
#D9DBCF
(217,219,207)
#DFE2D8
(223,226,216)
#E5E9E1
(229,233,225)
#EBF0EA
(235,240,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B199 color. Also use rgb(181,177,153) instead hex code.

Text Font Color

.myTextColor { color: #B5B199; }

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

This text font color is #B5B199.


Background Color

.myBgColor { background-color: #B5B199; }

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

This div background color is #B5B199.


Border color

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

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

This div border color is #B5B199.


Opacity

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

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

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

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

This text has shadow with #B5B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B199 on black background.


Color preview on white background

This text has color #B5B199 on white background.



Black color preview on #B5B199 background

This text has black color on #B5B199 background.


White color preview on #B5B199 background

This text has white color on #B5B199 background.