COLOR #BE7D7E

HEX: #BE7D7E
RGB: (190,125,126)

Renk bilgisi

#BE7D7E contains mainly red color. #BE7D7E ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#BE7D7E color RGB value is (190,125,126).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 125 of 255 = 49%
B 126 of 255 = 49%

190
125
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 125 + 126 = 441 (100%)
R 190 of 441 ~ 43.08%
G 125 of 441 ~ 28.34%
B 126 of 441 ~ 28.57%

%43.08
%28.34
%28.57

CMYK RENK MODELİ

#BE7D7E rengi CMYK tonu (0,34,34,25).

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

CMYK yüzdeleri

%0
%34.21
%33.68
%25.49

Codes

Color #BE7D7E in popluar color models

BE7D7E
RGB190125126
HSL359°33.33%61.76%
HSB/HSV359°34.21%74.51%
CMYK0.00%34.21%33.68%
25.49%

Color #BE7D7E in popluar number systems.

HEXBE7D7E
Decimal190125126
Binary1011111011111011111110
Octal276175176

Shades and tints

Shades of #BE7D7E

#BE7D7E
(190,125,126)
#AD7273
(173,114,115)
#9C6768
(156,103,104)
#8B5C5D
(139,92,93)
#7A5152
(122,81,82)
#694647
(105,70,71)
#583B3C
(88,59,60)
#473031
(71,48,49)
#362526
(54,37,38)
#251A1B
(37,26,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #BE7D7E

#BE7D7E
(190,125,126)
#C38889
(195,136,137)
#C89394
(200,147,148)
#CD9E9F
(205,158,159)
#D2A9AA
(210,169,170)
#D7B4B5
(215,180,181)
#DCBFC0
(220,191,192)
#E1CACB
(225,202,203)
#E6D5D6
(230,213,214)
#EBE0E1
(235,224,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7D7E; }

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

This text font color is #BE7D7E.


Background Color

.myBgColor { background-color: #BE7D7E; }

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

This div background color is #BE7D7E.


Border color

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

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

This div border color is #BE7D7E.


Opacity

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

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

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

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

This text has shadow with #BE7D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D7E on black background.


Color preview on white background

This text has color #BE7D7E on white background.



Black color preview on #BE7D7E background

This text has black color on #BE7D7E background.


White color preview on #BE7D7E background

This text has white color on #BE7D7E background.