COLOR #BE883A

HEX: #BE883A
RGB: (190,136,58)

Color info

#BE883A contains mainly red and green colors. Web safe color of #BE883A is #CC9933 (or #C93).

RGB color model

#BE883A color RGB value is (190,136,58).

  • red value is 190;
  • green value is 136;
  • blue value is 58.
RGB:
(190,136,58)
(75%,53%,23%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 58 of 255 = 23%

190
136
58

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

Portions of RGB colors in percentages

R + G + B =
190 + 136 + 58 = 384 (100%)
R 190 of 384 ~ 49.48%
G 136 of 384 ~ 35.42%
B 58 of 384 ~ 15.1%

%49.48
%35.42
%15.1

CMYK color model

#BE883A color CMYK value is (0,28,69,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 69.47%
  • key color value is 25.49%
CMYK:
(0,28,69,25)
C0M28Y69K25 
(0%,28%,69%,25%)
(0.00/0.28/0.69/0.25)	

CMYK percentages

%0
%28.42
%69.47
%25.49

Codes

Color #BE883A in popluar color models

BE883A
RGB19013658
HSL35°53.23%48.63%
HSB/HSV35°69.47%74.51%
CMYK0.00%28.42%69.47%
25.49%

Color #BE883A in popluar number systems.

HEXBE883A
Decimal19013658
Binary1011111010001000111010
Octal27621072

Shades and tints

Shades of #BE883A

#BE883A
(190,136,58)
#AD7C35
(173,124,53)
#9C7030
(156,112,48)
#8B642B
(139,100,43)
#7A5826
(122,88,38)
#694C21
(105,76,33)
#58401C
(88,64,28)
#473417
(71,52,23)
#362812
(54,40,18)
#251C0D
(37,28,13)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #BE883A

#BE883A
(190,136,58)
#C3924B
(195,146,75)
#C89C5C
(200,156,92)
#CDA66D
(205,166,109)
#D2B07E
(210,176,126)
#D7BA8F
(215,186,143)
#DCC4A0
(220,196,160)
#E1CEB1
(225,206,177)
#E6D8C2
(230,216,194)
#EBE2D3
(235,226,211)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE883A color. Also use rgb(190,136,58) instead hex code.

Text Font Color

.myTextColor { color: #BE883A; }

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

This text font color is #BE883A.


Background Color

.myBgColor { background-color: #BE883A; }

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

This div background color is #BE883A.


Border color

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

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

This div border color is #BE883A.


Opacity

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

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

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

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

This text has shadow with #BE883A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE883A on black background.


Color preview on white background

This text has color #BE883A on white background.



Black color preview on #BE883A background

This text has black color on #BE883A background.


White color preview on #BE883A background

This text has white color on #BE883A background.