COLOR #BCB493

HEX: #BCB493
RGB: (188,180,147)

Renk bilgisi

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

RGB renk modeli

#BCB493 color RGB value is (188,180,147).

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

RGB bağlantıları ve doygunluk

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

188
180
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 180 + 147 = 515 (100%)
R 188 of 515 ~ 36.5%
G 180 of 515 ~ 34.95%
B 147 of 515 ~ 28.54%

%36.5
%34.95
%28.54

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.26%
  • 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
%4.26
%21.81
%26.27

Codes

Color #BCB493 in popluar color models

BCB493
RGB188180147
HSL48°23.43%65.69%
HSB/HSV48°21.81%73.73%
CMYK0.00%4.26%21.81%
26.27%

Color #BCB493 in popluar number systems.

HEXBCB493
Decimal188180147
Binary101111001011010010010011
Octal274264223

Shades and tints

Shades of #BCB493

#BCB493
(188,180,147)
#ABA486
(171,164,134)
#9A9479
(154,148,121)
#89846C
(137,132,108)
#78745F
(120,116,95)
#676452
(103,100,82)
#565445
(86,84,69)
#454438
(69,68,56)
#34342B
(52,52,43)
#23241E
(35,36,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BCB493

#BCB493
(188,180,147)
#C2BA9C
(194,186,156)
#C8C0A5
(200,192,165)
#CEC6AE
(206,198,174)
#D4CCB7
(212,204,183)
#DAD2C0
(218,210,192)
#E0D8C9
(224,216,201)
#E6DED2
(230,222,210)
#ECE4DB
(236,228,219)
#F2EAE4
(242,234,228)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB493; }

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

This text font color is #BCB493.


Background Color

.myBgColor { background-color: #BCB493; }

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

This div background color is #BCB493.


Border color

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

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

This div border color is #BCB493.


Opacity

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

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

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

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

This text has shadow with #BCB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB493 on black background.


Color preview on white background

This text has color #BCB493 on white background.



Black color preview on #BCB493 background

This text has black color on #BCB493 background.


White color preview on #BCB493 background

This text has white color on #BCB493 background.