COLOR #BCB387

HEX: #BCB387
RGB: (188,179,135)

Renk bilgisi

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

RGB renk modeli

#BCB387 color RGB value is (188,179,135).

  • kırmız ton 188;
  • yeşil ton 179;
  • mavi ton 135.
RGB:
(188,179,135)
(74%,70%,53%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 179 of 255 = 70%
B 135 of 255 = 53%

188
179
135

R + G + B ~ 66%. #BCB387 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 179 + 135 = 502 (100%)
R 188 of 502 ~ 37.45%
G 179 of 502 ~ 35.66%
B 135 of 502 ~ 26.89%

%37.45
%35.66
%26.89

CMYK RENK MODELİ

#BCB387 rengi CMYK tonu (0,5,28,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.79%
  • sarı tonu 28.19%
  • ana renk tonu 26.27%
CMYK:
(0,5,28,26)
C0M5Y28K26 
(0%,5%,28%,26%)
(0.00/0.05/0.28/0.26)	

CMYK yüzdeleri

%0
%4.79
%28.19
%26.27

Codes

Color #BCB387 in popluar color models

BCB387
RGB188179135
HSL50°28.34%63.33%
HSB/HSV50°28.19%73.73%
CMYK0.00%4.79%28.19%
26.27%

Color #BCB387 in popluar number systems.

HEXBCB387
Decimal188179135
Binary101111001011001110000111
Octal274263207

Shades and tints

Shades of #BCB387

#BCB387
(188,179,135)
#ABA37B
(171,163,123)
#9A936F
(154,147,111)
#898363
(137,131,99)
#787357
(120,115,87)
#67634B
(103,99,75)
#56533F
(86,83,63)
#454333
(69,67,51)
#343327
(52,51,39)
#23231B
(35,35,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCB387

#BCB387
(188,179,135)
#C2B991
(194,185,145)
#C8BF9B
(200,191,155)
#CEC5A5
(206,197,165)
#D4CBAF
(212,203,175)
#DAD1B9
(218,209,185)
#E0D7C3
(224,215,195)
#E6DDCD
(230,221,205)
#ECE3D7
(236,227,215)
#F2E9E1
(242,233,225)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB387 color. Also use rgb(188,179,135) instead hex code.

Text Font Color

.myTextColor { color: #BCB387; }

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

This text font color is #BCB387.


Background Color

.myBgColor { background-color: #BCB387; }

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

This div background color is #BCB387.


Border color

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

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

This div border color is #BCB387.


Opacity

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

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

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

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

This text has shadow with #BCB387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB387 on black background.


Color preview on white background

This text has color #BCB387 on white background.



Black color preview on #BCB387 background

This text has black color on #BCB387 background.


White color preview on #BCB387 background

This text has white color on #BCB387 background.