COLOR #BCB593

HEX: #BCB593
RGB: (188,181,147)

Renk bilgisi

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

RGB renk modeli

#BCB593 color RGB value is (188,181,147).

  • kırmız ton 188;
  • yeşil ton 181;
  • mavi ton 147.
RGB:
(188,181,147)
(74%,71%,58%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 181 of 255 = 71%
B 147 of 255 = 58%

188
181
147

R + G + B ~ 68%. #BCB593 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 181 + 147 = 516 (100%)
R 188 of 516 ~ 36.43%
G 181 of 516 ~ 35.08%
B 147 of 516 ~ 28.49%

%36.43
%35.08
%28.49

CMYK RENK MODELİ

#BCB593 rengi CMYK tonu (0,4,22,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.72%
  • sarı tonu 21.81%
  • ana renk tonu 26.27%
CMYK:
(0,4,22,26)
C0M4Y22K26 
(0%,4%,22%,26%)
(0.00/0.04/0.22/0.26)	

CMYK yüzdeleri

%0
%3.72
%21.81
%26.27

Codes

Color #BCB593 in popluar color models

BCB593
RGB188181147
HSL50°23.43%65.69%
HSB/HSV50°21.81%73.73%
CMYK0.00%3.72%21.81%
26.27%

Color #BCB593 in popluar number systems.

HEXBCB593
Decimal188181147
Binary101111001011010110010011
Octal274265223

Shades and tints

Shades of #BCB593

#BCB593
(188,181,147)
#ABA586
(171,165,134)
#9A9579
(154,149,121)
#89856C
(137,133,108)
#78755F
(120,117,95)
#676552
(103,101,82)
#565545
(86,85,69)
#454538
(69,69,56)
#34352B
(52,53,43)
#23251E
(35,37,30)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCB593

#BCB593
(188,181,147)
#C2BB9C
(194,187,156)
#C8C1A5
(200,193,165)
#CEC7AE
(206,199,174)
#D4CDB7
(212,205,183)
#DAD3C0
(218,211,192)
#E0D9C9
(224,217,201)
#E6DFD2
(230,223,210)
#ECE5DB
(236,229,219)
#F2EBE4
(242,235,228)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB593 color. Also use rgb(188,181,147) instead hex code.

Text Font Color

.myTextColor { color: #BCB593; }

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

This text font color is #BCB593.


Background Color

.myBgColor { background-color: #BCB593; }

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

This div background color is #BCB593.


Border color

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

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

This div border color is #BCB593.


Opacity

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

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

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

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

This text has shadow with #BCB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB593 on black background.


Color preview on white background

This text has color #BCB593 on white background.



Black color preview on #BCB593 background

This text has black color on #BCB593 background.


White color preview on #BCB593 background

This text has white color on #BCB593 background.