COLOR #BE460B

HEX: #BE460B
RGB: (190,70,11)

Color info

#BE460B contains mainly red color. Web safe color of #BE460B is #CC3300 (or #C30).

RGB color model

#BE460B color RGB value is (190,70,11).

  • red value is 190;
  • green value is 70;
  • blue value is 11.
RGB:
(190,70,11)
(75%,27%,4%)

RGB channels and saturation

R 190 of 255 = 75%
G 70 of 255 = 27%
B 11 of 255 = 4%

190
70
11

R + G + B ~ 35%. #BE460B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 70 + 11 = 271 (100%)
R 190 of 271 ~ 70.11%
G 70 of 271 ~ 25.83%
B 11 of 271 ~ 4.06%

%70.11
%25.83

CMYK color model

#BE460B color CMYK value is (0,63,94,25).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 94.21%
  • key color value is 25.49%
CMYK:
(0,63,94,25)
C0M63Y94K25 
(0%,63%,94%,25%)
(0.00/0.63/0.94/0.25)	

CMYK percentages

%0
%63.16
%94.21
%25.49

Codes

Color #BE460B in popluar color models

BE460B
RGB1907011
HSL20°89.05%39.41%
HSB/HSV20°94.21%74.51%
CMYK0.00%63.16%94.21%
25.49%

Color #BE460B in popluar number systems.

HEXBE460B
Decimal1907011
Binary1011111010001101011
Octal27610613

Shades and tints

Shades of #BE460B

#BE460B
(190,70,11)
#AD400A
(173,64,10)
#9C3A09
(156,58,9)
#8B3408
(139,52,8)
#7A2E07
(122,46,7)
#692806
(105,40,6)
#582205
(88,34,5)
#471C04
(71,28,4)
#361603
(54,22,3)
#251002
(37,16,2)
#140A01
(20,10,1)
#000000
(0,0,0)

Tints of #BE460B

#BE460B
(190,70,11)
#C35621
(195,86,33)
#C86637
(200,102,55)
#CD764D
(205,118,77)
#D28663
(210,134,99)
#D79679
(215,150,121)
#DCA68F
(220,166,143)
#E1B6A5
(225,182,165)
#E6C6BB
(230,198,187)
#EBD6D1
(235,214,209)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE460B color. Also use rgb(190,70,11) instead hex code.

Text Font Color

.myTextColor { color: #BE460B; }

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

This text font color is #BE460B.


Background Color

.myBgColor { background-color: #BE460B; }

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

This div background color is #BE460B.


Border color

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

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

This div border color is #BE460B.


Opacity

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

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

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

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

This text has shadow with #BE460B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE460B on black background.


Color preview on white background

This text has color #BE460B on white background.



Black color preview on #BE460B background

This text has black color on #BE460B background.


White color preview on #BE460B background

This text has white color on #BE460B background.