COLOR #BE887E

HEX: #BE887E
RGB: (190,136,126)

Renk bilgisi

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

RGB renk modeli

#BE887E color RGB value is (190,136,126).

  • kırmız ton 190;
  • yeşil ton 136;
  • mavi ton 126.
RGB:
(190,136,126)
(75%,53%,49%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 136 of 255 = 53%
B 126 of 255 = 49%

190
136
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 136 + 126 = 452 (100%)
R 190 of 452 ~ 42.04%
G 136 of 452 ~ 30.09%
B 126 of 452 ~ 27.88%

%42.04
%30.09
%27.88

CMYK RENK MODELİ

#BE887E rengi CMYK tonu (0,28,34,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.42%
  • sarı tonu 33.68%
  • ana renk tonu 25.49%
CMYK:
(0,28,34,25)
C0M28Y34K25 
(0%,28%,34%,25%)
(0.00/0.28/0.34/0.25)	

CMYK yüzdeleri

%0
%28.42
%33.68
%25.49

Codes

Color #BE887E in popluar color models

BE887E
RGB190136126
HSL32.99%61.96%
HSB/HSV33.68%74.51%
CMYK0.00%28.42%33.68%
25.49%

Color #BE887E in popluar number systems.

HEXBE887E
Decimal190136126
Binary10111110100010001111110
Octal276210176

Shades and tints

Shades of #BE887E

#BE887E
(190,136,126)
#AD7C73
(173,124,115)
#9C7068
(156,112,104)
#8B645D
(139,100,93)
#7A5852
(122,88,82)
#694C47
(105,76,71)
#58403C
(88,64,60)
#473431
(71,52,49)
#362826
(54,40,38)
#251C1B
(37,28,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #BE887E

#BE887E
(190,136,126)
#C39289
(195,146,137)
#C89C94
(200,156,148)
#CDA69F
(205,166,159)
#D2B0AA
(210,176,170)
#D7BAB5
(215,186,181)
#DCC4C0
(220,196,192)
#E1CECB
(225,206,203)
#E6D8D6
(230,216,214)
#EBE2E1
(235,226,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE887E color. Also use rgb(190,136,126) instead hex code.

Text Font Color

.myTextColor { color: #BE887E; }

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

This text font color is #BE887E.


Background Color

.myBgColor { background-color: #BE887E; }

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

This div background color is #BE887E.


Border color

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

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

This div border color is #BE887E.


Opacity

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

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

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

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

This text has shadow with #BE887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE887E on black background.


Color preview on white background

This text has color #BE887E on white background.



Black color preview on #BE887E background

This text has black color on #BE887E background.


White color preview on #BE887E background

This text has white color on #BE887E background.