COLOR #BE887B

HEX: #BE887B
RGB: (190,136,123)

Renk bilgisi

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

RGB renk modeli

#BE887B color RGB value is (190,136,123).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 136 of 255 = 53%
B 123 of 255 = 48%

190
136
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 136 + 123 = 449 (100%)
R 190 of 449 ~ 42.32%
G 136 of 449 ~ 30.29%
B 123 of 449 ~ 27.39%

%42.32
%30.29
%27.39

CMYK RENK MODELİ

#BE887B rengi CMYK tonu (0,28,35,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.42%
  • sarı tonu 35.26%
  • ana renk tonu 25.49%
CMYK:
(0,28,35,25)
C0M28Y35K25 
(0%,28%,35%,25%)
(0.00/0.28/0.35/0.25)	

CMYK yüzdeleri

%0
%28.42
%35.26
%25.49

Codes

Color #BE887B in popluar color models

BE887B
RGB190136123
HSL12°34.01%61.37%
HSB/HSV12°35.26%74.51%
CMYK0.00%28.42%35.26%
25.49%

Color #BE887B in popluar number systems.

HEXBE887B
Decimal190136123
Binary10111110100010001111011
Octal276210173

Shades and tints

Shades of #BE887B

#BE887B
(190,136,123)
#AD7C70
(173,124,112)
#9C7065
(156,112,101)
#8B645A
(139,100,90)
#7A584F
(122,88,79)
#694C44
(105,76,68)
#584039
(88,64,57)
#47342E
(71,52,46)
#362823
(54,40,35)
#251C18
(37,28,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #BE887B

#BE887B
(190,136,123)
#C39287
(195,146,135)
#C89C93
(200,156,147)
#CDA69F
(205,166,159)
#D2B0AB
(210,176,171)
#D7BAB7
(215,186,183)
#DCC4C3
(220,196,195)
#E1CECF
(225,206,207)
#E6D8DB
(230,216,219)
#EBE2E7
(235,226,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE887B; }

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

This text font color is #BE887B.


Background Color

.myBgColor { background-color: #BE887B; }

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

This div background color is #BE887B.


Border color

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

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

This div border color is #BE887B.


Opacity

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

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

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

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

This text has shadow with #BE887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE887B on black background.


Color preview on white background

This text has color #BE887B on white background.



Black color preview on #BE887B background

This text has black color on #BE887B background.


White color preview on #BE887B background

This text has white color on #BE887B background.