COLOR #BC8999

HEX: #BC8999
RGB: (188,137,153)

Renk bilgisi

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

RGB renk modeli

#BC8999 color RGB value is (188,137,153).

  • kırmız ton 188;
  • yeşil ton 137;
  • mavi ton 153.
RGB:
(188,137,153)
(74%,54%,60%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 137 of 255 = 54%
B 153 of 255 = 60%

188
137
153

R + G + B ~ 63%. #BC8999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 137 + 153 = 478 (100%)
R 188 of 478 ~ 39.33%
G 137 of 478 ~ 28.66%
B 153 of 478 ~ 32.01%

%39.33
%28.66
%32.01

CMYK RENK MODELİ

#BC8999 rengi CMYK tonu (0,27,19,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.13%
  • sarı tonu 18.62%
  • ana renk tonu 26.27%
CMYK:
(0,27,19,26)
C0M27Y19K26 
(0%,27%,19%,26%)
(0.00/0.27/0.19/0.26)	

CMYK yüzdeleri

%0
%27.13
%18.62
%26.27

Codes

Color #BC8999 in popluar color models

BC8999
RGB188137153
HSL341°27.57%63.73%
HSB/HSV341°27.13%73.73%
CMYK0.00%27.13%18.62%
26.27%

Color #BC8999 in popluar number systems.

HEXBC8999
Decimal188137153
Binary101111001000100110011001
Octal274211231

Shades and tints

Shades of #BC8999

#BC8999
(188,137,153)
#AB7D8C
(171,125,140)
#9A717F
(154,113,127)
#896572
(137,101,114)
#785965
(120,89,101)
#674D58
(103,77,88)
#56414B
(86,65,75)
#45353E
(69,53,62)
#342931
(52,41,49)
#231D24
(35,29,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BC8999

#BC8999
(188,137,153)
#C293A2
(194,147,162)
#C89DAB
(200,157,171)
#CEA7B4
(206,167,180)
#D4B1BD
(212,177,189)
#DABBC6
(218,187,198)
#E0C5CF
(224,197,207)
#E6CFD8
(230,207,216)
#ECD9E1
(236,217,225)
#F2E3EA
(242,227,234)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8999 color. Also use rgb(188,137,153) instead hex code.

Text Font Color

.myTextColor { color: #BC8999; }

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

This text font color is #BC8999.


Background Color

.myBgColor { background-color: #BC8999; }

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

This div background color is #BC8999.


Border color

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

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

This div border color is #BC8999.


Opacity

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

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

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

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

This text has shadow with #BC8999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8999 on black background.


Color preview on white background

This text has color #BC8999 on white background.



Black color preview on #BC8999 background

This text has black color on #BC8999 background.


White color preview on #BC8999 background

This text has white color on #BC8999 background.