COLOR #BE6471

HEX: #BE6471
RGB: (190,100,113)

Renk bilgisi

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

RGB renk modeli

#BE6471 color RGB value is (190,100,113).

  • kırmız ton 190;
  • yeşil ton 100;
  • mavi ton 113.
RGB:
(190,100,113)
(75%,39%,44%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 100 of 255 = 39%
B 113 of 255 = 44%

190
100
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 100 + 113 = 403 (100%)
R 190 of 403 ~ 47.15%
G 100 of 403 ~ 24.81%
B 113 of 403 ~ 28.04%

%47.15
%24.81
%28.04

CMYK RENK MODELİ

#BE6471 rengi CMYK tonu (0,47,41,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.37%
  • sarı tonu 40.53%
  • ana renk tonu 25.49%
CMYK:
(0,47,41,25)
C0M47Y41K25 
(0%,47%,41%,25%)
(0.00/0.47/0.41/0.25)	

CMYK yüzdeleri

%0
%47.37
%40.53
%25.49

Codes

Color #BE6471 in popluar color models

BE6471
RGB190100113
HSL351°40.91%56.86%
HSB/HSV351°47.37%74.51%
CMYK0.00%47.37%40.53%
25.49%

Color #BE6471 in popluar number systems.

HEXBE6471
Decimal190100113
Binary1011111011001001110001
Octal276144161

Shades and tints

Shades of #BE6471

#BE6471
(190,100,113)
#AD5B67
(173,91,103)
#9C525D
(156,82,93)
#8B4953
(139,73,83)
#7A4049
(122,64,73)
#69373F
(105,55,63)
#582E35
(88,46,53)
#47252B
(71,37,43)
#361C21
(54,28,33)
#251317
(37,19,23)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #BE6471

#BE6471
(190,100,113)
#C3727D
(195,114,125)
#C88089
(200,128,137)
#CD8E95
(205,142,149)
#D29CA1
(210,156,161)
#D7AAAD
(215,170,173)
#DCB8B9
(220,184,185)
#E1C6C5
(225,198,197)
#E6D4D1
(230,212,209)
#EBE2DD
(235,226,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6471 color. Also use rgb(190,100,113) instead hex code.

Text Font Color

.myTextColor { color: #BE6471; }

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

This text font color is #BE6471.


Background Color

.myBgColor { background-color: #BE6471; }

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

This div background color is #BE6471.


Border color

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

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

This div border color is #BE6471.


Opacity

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

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

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

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

This text has shadow with #BE6471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6471 on black background.


Color preview on white background

This text has color #BE6471 on white background.



Black color preview on #BE6471 background

This text has black color on #BE6471 background.


White color preview on #BE6471 background

This text has white color on #BE6471 background.