COLOR #BE988A

HEX: #BE988A
RGB: (190,152,138)

Renk bilgisi

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

RGB renk modeli

#BE988A color RGB value is (190,152,138).

  • kırmız ton 190;
  • yeşil ton 152;
  • mavi ton 138.
RGB:
(190,152,138)
(75%,60%,54%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 152 of 255 = 60%
B 138 of 255 = 54%

190
152
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 152 + 138 = 480 (100%)
R 190 of 480 ~ 39.58%
G 152 of 480 ~ 31.67%
B 138 of 480 ~ 28.75%

%39.58
%31.67
%28.75

CMYK RENK MODELİ

#BE988A rengi CMYK tonu (0,20,27,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 27.37%
  • ana renk tonu 25.49%
CMYK:
(0,20,27,25)
C0M20Y27K25 
(0%,20%,27%,25%)
(0.00/0.20/0.27/0.25)	

CMYK yüzdeleri

%0
%20
%27.37
%25.49

Codes

Color #BE988A in popluar color models

BE988A
RGB190152138
HSL16°28.57%64.31%
HSB/HSV16°27.37%74.51%
CMYK0.00%20.00%27.37%
25.49%

Color #BE988A in popluar number systems.

HEXBE988A
Decimal190152138
Binary101111101001100010001010
Octal276230212

Shades and tints

Shades of #BE988A

#BE988A
(190,152,138)
#AD8B7E
(173,139,126)
#9C7E72
(156,126,114)
#8B7166
(139,113,102)
#7A645A
(122,100,90)
#69574E
(105,87,78)
#584A42
(88,74,66)
#473D36
(71,61,54)
#36302A
(54,48,42)
#25231E
(37,35,30)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BE988A

#BE988A
(190,152,138)
#C3A194
(195,161,148)
#C8AA9E
(200,170,158)
#CDB3A8
(205,179,168)
#D2BCB2
(210,188,178)
#D7C5BC
(215,197,188)
#DCCEC6
(220,206,198)
#E1D7D0
(225,215,208)
#E6E0DA
(230,224,218)
#EBE9E4
(235,233,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE988A color. Also use rgb(190,152,138) instead hex code.

Text Font Color

.myTextColor { color: #BE988A; }

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

This text font color is #BE988A.


Background Color

.myBgColor { background-color: #BE988A; }

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

This div background color is #BE988A.


Border color

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

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

This div border color is #BE988A.


Opacity

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

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

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

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

This text has shadow with #BE988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE988A on black background.


Color preview on white background

This text has color #BE988A on white background.



Black color preview on #BE988A background

This text has black color on #BE988A background.


White color preview on #BE988A background

This text has white color on #BE988A background.