COLOR #BE5D58

HEX: #BE5D58
RGB: (190,93,88)

Color info

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

RGB color model

#BE5D58 color RGB value is (190,93,88).

  • red value is 190;
  • green value is 93;
  • blue value is 88.
RGB:
(190,93,88)
(75%,36%,35%)

RGB channels and saturation

R 190 of 255 = 75%
G 93 of 255 = 36%
B 88 of 255 = 35%

190
93
88

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

Portions of RGB colors in percentages

R + G + B =
190 + 93 + 88 = 371 (100%)
R 190 of 371 ~ 51.21%
G 93 of 371 ~ 25.07%
B 88 of 371 ~ 23.72%

%51.21
%25.07
%23.72

CMYK color model

#BE5D58 color CMYK value is (0,51,54,25).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 53.68%
  • key color value is 25.49%
CMYK:
(0,51,54,25)
C0M51Y54K25 
(0%,51%,54%,25%)
(0.00/0.51/0.54/0.25)	

CMYK percentages

%0
%51.05
%53.68
%25.49

Codes

Color #BE5D58 in popluar color models

BE5D58
RGB1909388
HSL43.97%54.51%
HSB/HSV53.68%74.51%
CMYK0.00%51.05%53.68%
25.49%

Color #BE5D58 in popluar number systems.

HEXBE5D58
Decimal1909388
Binary1011111010111011011000
Octal276135130

Shades and tints

Shades of #BE5D58

#BE5D58
(190,93,88)
#AD5550
(173,85,80)
#9C4D48
(156,77,72)
#8B4540
(139,69,64)
#7A3D38
(122,61,56)
#693530
(105,53,48)
#582D28
(88,45,40)
#472520
(71,37,32)
#361D18
(54,29,24)
#251510
(37,21,16)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #BE5D58

#BE5D58
(190,93,88)
#C36B67
(195,107,103)
#C87976
(200,121,118)
#CD8785
(205,135,133)
#D29594
(210,149,148)
#D7A3A3
(215,163,163)
#DCB1B2
(220,177,178)
#E1BFC1
(225,191,193)
#E6CDD0
(230,205,208)
#EBDBDF
(235,219,223)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5D58 color. Also use rgb(190,93,88) instead hex code.

Text Font Color

.myTextColor { color: #BE5D58; }

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

This text font color is #BE5D58.


Background Color

.myBgColor { background-color: #BE5D58; }

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

This div background color is #BE5D58.


Border color

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

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

This div border color is #BE5D58.


Opacity

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

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

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

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

This text has shadow with #BE5D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5D58 on black background.


Color preview on white background

This text has color #BE5D58 on white background.



Black color preview on #BE5D58 background

This text has black color on #BE5D58 background.


White color preview on #BE5D58 background

This text has white color on #BE5D58 background.