COLOR #BE998B

HEX: #BE998B
RGB: (190,153,139)

Renk bilgisi

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

RGB renk modeli

#BE998B color RGB value is (190,153,139).

  • kırmız ton 190;
  • yeşil ton 153;
  • mavi ton 139.
RGB:
(190,153,139)
(75%,60%,55%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 153 of 255 = 60%
B 139 of 255 = 55%

190
153
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 153 + 139 = 482 (100%)
R 190 of 482 ~ 39.42%
G 153 of 482 ~ 31.74%
B 139 of 482 ~ 28.84%

%39.42
%31.74
%28.84

CMYK RENK MODELİ

#BE998B rengi CMYK tonu (0,19,27,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.47%
  • sarı tonu 26.84%
  • ana renk tonu 25.49%
CMYK:
(0,19,27,25)
C0M19Y27K25 
(0%,19%,27%,25%)
(0.00/0.19/0.27/0.25)	

CMYK yüzdeleri

%0
%19.47
%26.84
%25.49

Codes

Color #BE998B in popluar color models

BE998B
RGB190153139
HSL16°28.18%64.51%
HSB/HSV16°26.84%74.51%
CMYK0.00%19.47%26.84%
25.49%

Color #BE998B in popluar number systems.

HEXBE998B
Decimal190153139
Binary101111101001100110001011
Octal276231213

Shades and tints

Shades of #BE998B

#BE998B
(190,153,139)
#AD8C7F
(173,140,127)
#9C7F73
(156,127,115)
#8B7267
(139,114,103)
#7A655B
(122,101,91)
#69584F
(105,88,79)
#584B43
(88,75,67)
#473E37
(71,62,55)
#36312B
(54,49,43)
#25241F
(37,36,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BE998B

#BE998B
(190,153,139)
#C3A295
(195,162,149)
#C8AB9F
(200,171,159)
#CDB4A9
(205,180,169)
#D2BDB3
(210,189,179)
#D7C6BD
(215,198,189)
#DCCFC7
(220,207,199)
#E1D8D1
(225,216,209)
#E6E1DB
(230,225,219)
#EBEAE5
(235,234,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE998B color. Also use rgb(190,153,139) instead hex code.

Text Font Color

.myTextColor { color: #BE998B; }

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

This text font color is #BE998B.


Background Color

.myBgColor { background-color: #BE998B; }

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

This div background color is #BE998B.


Border color

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

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

This div border color is #BE998B.


Opacity

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

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

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

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

This text has shadow with #BE998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE998B on black background.


Color preview on white background

This text has color #BE998B on white background.



Black color preview on #BE998B background

This text has black color on #BE998B background.


White color preview on #BE998B background

This text has white color on #BE998B background.