COLOR #BE5452

HEX: #BE5452
RGB: (190,84,82)

Color info

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

RGB color model

#BE5452 color RGB value is (190,84,82).

  • red value is 190;
  • green value is 84;
  • blue value is 82.
RGB:
(190,84,82)
(75%,33%,32%)

RGB channels and saturation

R 190 of 255 = 75%
G 84 of 255 = 33%
B 82 of 255 = 32%

190
84
82

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

Portions of RGB colors in percentages

R + G + B =
190 + 84 + 82 = 356 (100%)
R 190 of 356 ~ 53.37%
G 84 of 356 ~ 23.6%
B 82 of 356 ~ 23.03%

%53.37
%23.6
%23.03

CMYK color model

#BE5452 color CMYK value is (0,56,57,25).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 56.84%
  • key color value is 25.49%
CMYK:
(0,56,57,25)
C0M56Y57K25 
(0%,56%,57%,25%)
(0.00/0.56/0.57/0.25)	

CMYK percentages

%0
%55.79
%56.84
%25.49

Codes

Color #BE5452 in popluar color models

BE5452
RGB1908482
HSL45.38%53.33%
HSB/HSV56.84%74.51%
CMYK0.00%55.79%56.84%
25.49%

Color #BE5452 in popluar number systems.

HEXBE5452
Decimal1908482
Binary1011111010101001010010
Octal276124122

Shades and tints

Shades of #BE5452

#BE5452
(190,84,82)
#AD4D4B
(173,77,75)
#9C4644
(156,70,68)
#8B3F3D
(139,63,61)
#7A3836
(122,56,54)
#69312F
(105,49,47)
#582A28
(88,42,40)
#472321
(71,35,33)
#361C1A
(54,28,26)
#251513
(37,21,19)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #BE5452

#BE5452
(190,84,82)
#C36361
(195,99,97)
#C87270
(200,114,112)
#CD817F
(205,129,127)
#D2908E
(210,144,142)
#D79F9D
(215,159,157)
#DCAEAC
(220,174,172)
#E1BDBB
(225,189,187)
#E6CCCA
(230,204,202)
#EBDBD9
(235,219,217)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5452 color. Also use rgb(190,84,82) instead hex code.

Text Font Color

.myTextColor { color: #BE5452; }

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

This text font color is #BE5452.


Background Color

.myBgColor { background-color: #BE5452; }

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

This div background color is #BE5452.


Border color

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

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

This div border color is #BE5452.


Opacity

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

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

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

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

This text has shadow with #BE5452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5452 on black background.


Color preview on white background

This text has color #BE5452 on white background.



Black color preview on #BE5452 background

This text has black color on #BE5452 background.


White color preview on #BE5452 background

This text has white color on #BE5452 background.