COLOR #BCB993

HEX: #BCB993
RGB: (188,185,147)

Renk bilgisi

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

RGB renk modeli

#BCB993 color RGB value is (188,185,147).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 185 of 255 = 73%
B 147 of 255 = 58%

188
185
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 185 + 147 = 520 (100%)
R 188 of 520 ~ 36.15%
G 185 of 520 ~ 35.58%
B 147 of 520 ~ 28.27%

%36.15
%35.58
%28.27

CMYK RENK MODELİ

#BCB993 rengi CMYK tonu (0,2,22,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.60%
  • sarı tonu 21.81%
  • ana renk tonu 26.27%
CMYK:
(0,2,22,26)
C0M2Y22K26 
(0%,2%,22%,26%)
(0.00/0.02/0.22/0.26)	

CMYK yüzdeleri

%0
%1.6
%21.81
%26.27

Codes

Color #BCB993 in popluar color models

BCB993
RGB188185147
HSL56°23.43%65.69%
HSB/HSV56°21.81%73.73%
CMYK0.00%1.60%21.81%
26.27%

Color #BCB993 in popluar number systems.

HEXBCB993
Decimal188185147
Binary101111001011100110010011
Octal274271223

Shades and tints

Shades of #BCB993

#BCB993
(188,185,147)
#ABA986
(171,169,134)
#9A9979
(154,153,121)
#89896C
(137,137,108)
#78795F
(120,121,95)
#676952
(103,105,82)
#565945
(86,89,69)
#454938
(69,73,56)
#34392B
(52,57,43)
#23291E
(35,41,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCB993

#BCB993
(188,185,147)
#C2BF9C
(194,191,156)
#C8C5A5
(200,197,165)
#CECBAE
(206,203,174)
#D4D1B7
(212,209,183)
#DAD7C0
(218,215,192)
#E0DDC9
(224,221,201)
#E6E3D2
(230,227,210)
#ECE9DB
(236,233,219)
#F2EFE4
(242,239,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB993; }

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

This text font color is #BCB993.


Background Color

.myBgColor { background-color: #BCB993; }

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

This div background color is #BCB993.


Border color

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

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

This div border color is #BCB993.


Opacity

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

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

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

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

This text has shadow with #BCB993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB993 on black background.


Color preview on white background

This text has color #BCB993 on white background.



Black color preview on #BCB993 background

This text has black color on #BCB993 background.


White color preview on #BCB993 background

This text has white color on #BCB993 background.