COLOR #BC837E

HEX: #BC837E
RGB: (188,131,126)

Renk bilgisi

#BC837E contains mainly red and green colors. #BC837E ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#BC837E color RGB value is (188,131,126).

  • kırmız ton 188;
  • yeşil ton 131;
  • mavi ton 126.
RGB:
(188,131,126)
(74%,51%,49%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 131 of 255 = 51%
B 126 of 255 = 49%

188
131
126

R + G + B ~ 58%. #BC837E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 131 + 126 = 445 (100%)
R 188 of 445 ~ 42.25%
G 131 of 445 ~ 29.44%
B 126 of 445 ~ 28.31%

%42.25
%29.44
%28.31

CMYK RENK MODELİ

#BC837E rengi CMYK tonu (0,30,33,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.32%
  • sarı tonu 32.98%
  • ana renk tonu 26.27%
CMYK:
(0,30,33,26)
C0M30Y33K26 
(0%,30%,33%,26%)
(0.00/0.30/0.33/0.26)	

CMYK yüzdeleri

%0
%30.32
%32.98
%26.27

Codes

Color #BC837E in popluar color models

BC837E
RGB188131126
HSL31.63%61.57%
HSB/HSV32.98%73.73%
CMYK0.00%30.32%32.98%
26.27%

Color #BC837E in popluar number systems.

HEXBC837E
Decimal188131126
Binary10111100100000111111110
Octal274203176

Shades and tints

Shades of #BC837E

#BC837E
(188,131,126)
#AB7873
(171,120,115)
#9A6D68
(154,109,104)
#89625D
(137,98,93)
#785752
(120,87,82)
#674C47
(103,76,71)
#56413C
(86,65,60)
#453631
(69,54,49)
#342B26
(52,43,38)
#23201B
(35,32,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BC837E

#BC837E
(188,131,126)
#C28E89
(194,142,137)
#C89994
(200,153,148)
#CEA49F
(206,164,159)
#D4AFAA
(212,175,170)
#DABAB5
(218,186,181)
#E0C5C0
(224,197,192)
#E6D0CB
(230,208,203)
#ECDBD6
(236,219,214)
#F2E6E1
(242,230,225)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC837E color. Also use rgb(188,131,126) instead hex code.

Text Font Color

.myTextColor { color: #BC837E; }

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

This text font color is #BC837E.


Background Color

.myBgColor { background-color: #BC837E; }

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

This div background color is #BC837E.


Border color

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

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

This div border color is #BC837E.


Opacity

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

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

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

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

This text has shadow with #BC837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC837E on black background.


Color preview on white background

This text has color #BC837E on white background.



Black color preview on #BC837E background

This text has black color on #BC837E background.


White color preview on #BC837E background

This text has white color on #BC837E background.