COLOR #BE5502

HEX: #BE5502
RGB: (190,85,2)

Color info

#BE5502 contains mainly red color. Web safe color of #BE5502 is #CC6600 (or #C60).

RGB color model

#BE5502 color RGB value is (190,85,2).

  • red value is 190;
  • green value is 85;
  • blue value is 2.
RGB:
(190,85,2)
(75%,33%,1%)

RGB channels and saturation

R 190 of 255 = 75%
G 85 of 255 = 33%
B 2 of 255 = 1%

190
85
2

R + G + B ~ 36%. #BE5502 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 85 + 2 = 277 (100%)
R 190 of 277 ~ 68.59%
G 85 of 277 ~ 30.69%
B 2 of 277 ~ 0.72%

%68.59
%30.69

CMYK color model

#BE5502 color CMYK value is (0,55,99,25).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 98.95%
  • key color value is 25.49%
CMYK:
(0,55,99,25)
C0M55Y99K25 
(0%,55%,99%,25%)
(0.00/0.55/0.99/0.25)	

CMYK percentages

%0
%55.26
%98.95
%25.49

Codes

Color #BE5502 in popluar color models

BE5502
RGB190852
HSL26°97.92%37.65%
HSB/HSV26°98.95%74.51%
CMYK0.00%55.26%98.95%
25.49%

Color #BE5502 in popluar number systems.

HEXBE5502
Decimal190852
Binary10111110101010110
Octal2761252

Shades and tints

Shades of #BE5502

#BE5502
(190,85,2)
#AD4E02
(173,78,2)
#9C4702
(156,71,2)
#8B4002
(139,64,2)
#7A3902
(122,57,2)
#693202
(105,50,2)
#582B02
(88,43,2)
#472402
(71,36,2)
#361D02
(54,29,2)
#251602
(37,22,2)
#140F02
(20,15,2)
#000000
(0,0,0)

Tints of #BE5502

#BE5502
(190,85,2)
#C36419
(195,100,25)
#C87330
(200,115,48)
#CD8247
(205,130,71)
#D2915E
(210,145,94)
#D7A075
(215,160,117)
#DCAF8C
(220,175,140)
#E1BEA3
(225,190,163)
#E6CDBA
(230,205,186)
#EBDCD1
(235,220,209)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5502 color. Also use rgb(190,85,2) instead hex code.

Text Font Color

.myTextColor { color: #BE5502; }

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

This text font color is #BE5502.


Background Color

.myBgColor { background-color: #BE5502; }

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

This div background color is #BE5502.


Border color

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

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

This div border color is #BE5502.


Opacity

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

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

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

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

This text has shadow with #BE5502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5502 on black background.


Color preview on white background

This text has color #BE5502 on white background.



Black color preview on #BE5502 background

This text has black color on #BE5502 background.


White color preview on #BE5502 background

This text has white color on #BE5502 background.