COLOR #BE6273

HEX: #BE6273 RGB: (190,98,115)

Color info

#BE6273 contains mainly red color. Web safe color of #BE6273 is #CC6666 (or #C66).

RGB color model

#BE6273 color RGB value is (190,98,115).

RGB: (190,98,115) (75%, 38%, 45%)

RGB channels and saturation

R 190 of 255 = 75%
G 98 of 255 = 38%
B 115 of 255 = 45%

190
98
115

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

Portions of RGB colors in percentages

R + G + B = 190 + 98 + 115 = 403 (100%)
R 190 of 403 ~ 47.15%
G 98 of 403 ~ 24.32%
B 115 of 403 ~ 28.54'%

%47.15
%24.32
%28.54

CMYK color model

#BE6273 color CMYK value is (0,48,39,25).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 39.47%
  • key color value is 25.49%

CMYK: (0,48,39,25)
C0M48Y39K25 (0%, 48%, 39%, 25%)
(0.00 / 0.48 / 0.39 / 0.25)

CMYK percentages

%0
%48.42
%39.47
%25.49

Codes

Color #BE6273 in popluar color models

BE 62 73
RGB 190 98 115
HSL 349° 41.44% 56.47%
HSB/HSV 349° 48.42% 74.51%
CMYK 0.00% 48.42% 39.47%
25.49%

Color #BE6273 in popluar number systems.

HEX BE 62 73
Decimal 190 98 115
Binary 10111110 1100010 1110011
Octal 276 142 163

Shades and tints

Shades of #BE6273

#BE6273
(190,98,115)
#AD5A69
(173,90,105)
#9C525F
(156,82,95)
#8B4A55
(139,74,85)
#7A424B
(122,66,75)
#693A41
(105,58,65)
#583237
(88,50,55)
#472A2D
(71,42,45)
#362223
(54,34,35)
#251A19
(37,26,25)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE6273

#BE6273
(190,98,115)
#C3707F
(195,112,127)
#C87E8B
(200,126,139)
#CD8C97
(205,140,151)
#D29AA3
(210,154,163)
#D7A8AF
(215,168,175)
#DCB6BB
(220,182,187)
#E1C4C7
(225,196,199)
#E6D2D3
(230,210,211)
#EBE0DF
(235,224,223)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6273 color. Also use rgb(190,98,115) instead hex code.

Text Font Color

.myTextColor { color: #BE6273; }

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

This text font color is #BE6273.

Background Color

.myBgColor { background-color: #BE6273; }

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

This div background color is #BE6273.

Border color

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

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

This div border color is #BE6273.

Opacity

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

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

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

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

This text has shadow with #BE6273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6273.

Preview

Color preview on black background

This text has color #BE6273 on black background.


Color preview on white background

This text has color #BE6273 on white background.


Black color preview on #BE6273 background

This text has black color on #BE6273 background.


White color preview on #BE6273 background

This text has white color on #BE6273 background.


Related colors

Complementary color

Complementary color for #hex is #419D8C.


I love getcolorcode.com

Triadic colors

1 #73BE62 and #6273BE with #BE6273 are triadic colors.

2 #7362BE and #62BE73 with #BE6273 are triadic colors.