COLOR #BCB999

HEX: #BCB999 RGB: (188,185,153)

Renk bilgisi

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

RGB renk modeli

#BCB999 color RGB value is (188,185,153).

RGB: (188,185,153) (74%, 73%, 60%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 185 of 255 = 73%
B 153 of 255 = 60%

188
185
153

R + G + B ~ 69%. #BCB999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 188 + 185 + 153 = 526 (100%)
R 188 of 526 ~ 35.74%
G 185 of 526 ~ 35.17%
B 153 of 526 ~ 29.09'%

%35.74
%35.17
%29.09

CMYK RENK MODELİ

#BCB999 rengi CMYK tonu (0,2,19,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.60%
  • sarı tonu 18.62%
  • ana renk tonu 26.27%

CMYK: (0,2,19,26)
C0M2Y19K26 (0%, 2%, 19%, 26%)
(0.00 / 0.02 / 0.19 / 0.26)

CMYK yüzdeleri

%0
%1.6
%18.62
%26.27

Codes

Color #BCB999 in popluar color models

BC B9 99
RGB 188 185 153
HSL 55° 20.71% 66.86%
HSB/HSV 55° 18.62% 73.73%
CMYK 0.00% 1.60% 18.62%
26.27%

Color #BCB999 in popluar number systems.

HEX BC B9 99
Decimal 188 185 153
Binary 10111100 10111001 10011001
Octal 274 271 231

Shades and tints

Shades of #BCB999

#BCB999
(188,185,153)
#ABA98C
(171,169,140)
#9A997F
(154,153,127)
#898972
(137,137,114)
#787965
(120,121,101)
#676958
(103,105,88)
#56594B
(86,89,75)
#45493E
(69,73,62)
#343931
(52,57,49)
#232924
(35,41,36)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCB999

#BCB999
(188,185,153)
#C2BFA2
(194,191,162)
#C8C5AB
(200,197,171)
#CECBB4
(206,203,180)
#D4D1BD
(212,209,189)
#DAD7C6
(218,215,198)
#E0DDCF
(224,221,207)
#E6E3D8
(230,227,216)
#ECE9E1
(236,233,225)
#F2EFEA
(242,239,234)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB999; }

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

This text font color is #BCB999.

Background Color

.myBgColor { background-color: #BCB999; }

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

This div background color is #BCB999.

Border color

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

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

This div border color is #BCB999.

Opacity

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

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

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

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

This text has shadow with #BCB999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB999.

Preview

Color preview on black background

This text has color #BCB999 on black background.


Color preview on white background

This text has color #BCB999 on white background.


Black color preview on #BCB999 background

This text has black color on #BCB999 background.


White color preview on #BCB999 background

This text has white color on #BCB999 background.


Related colors

Complementary color

Complementary color for #hex is #434666.


I love getcolorcode.com

Triadic colors

1 #99BCB9 and #B999BC with #BCB999 are triadic colors.

2 #99B9BC and #B9BC99 with #BCB999 are triadic colors.