COLOR #BE8560

HEX: #BE8560
RGB: (190,133,96)

Color info

#BE8560 contains mainly red and green colors. Web safe color of #BE8560 is #CC9966 (or #C96).

RGB color model

#BE8560 color RGB value is (190,133,96).

  • red value is 190;
  • green value is 133;
  • blue value is 96.
RGB:
(190,133,96)
(75%,52%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 96 of 255 = 38%

190
133
96

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 96 = 419 (100%)
R 190 of 419 ~ 45.35%
G 133 of 419 ~ 31.74%
B 96 of 419 ~ 22.91%

%45.35
%31.74
%22.91

CMYK color model

#BE8560 color CMYK value is (0,30,49,25).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 49.47%
  • key color value is 25.49%
CMYK:
(0,30,49,25)
C0M30Y49K25 
(0%,30%,49%,25%)
(0.00/0.30/0.49/0.25)	

CMYK percentages

%0
%30
%49.47
%25.49

Codes

Color #BE8560 in popluar color models

BE8560
RGB19013396
HSL24°41.96%56.08%
HSB/HSV24°49.47%74.51%
CMYK0.00%30.00%49.47%
25.49%

Color #BE8560 in popluar number systems.

HEXBE8560
Decimal19013396
Binary10111110100001011100000
Octal276205140

Shades and tints

Shades of #BE8560

#BE8560
(190,133,96)
#AD7958
(173,121,88)
#9C6D50
(156,109,80)
#8B6148
(139,97,72)
#7A5540
(122,85,64)
#694938
(105,73,56)
#583D30
(88,61,48)
#473128
(71,49,40)
#362520
(54,37,32)
#251918
(37,25,24)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #BE8560

#BE8560
(190,133,96)
#C3906E
(195,144,110)
#C89B7C
(200,155,124)
#CDA68A
(205,166,138)
#D2B198
(210,177,152)
#D7BCA6
(215,188,166)
#DCC7B4
(220,199,180)
#E1D2C2
(225,210,194)
#E6DDD0
(230,221,208)
#EBE8DE
(235,232,222)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8560 color. Also use rgb(190,133,96) instead hex code.

Text Font Color

.myTextColor { color: #BE8560; }

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

This text font color is #BE8560.


Background Color

.myBgColor { background-color: #BE8560; }

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

This div background color is #BE8560.


Border color

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

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

This div border color is #BE8560.


Opacity

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

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

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

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

This text has shadow with #BE8560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8560 on black background.


Color preview on white background

This text has color #BE8560 on white background.



Black color preview on #BE8560 background

This text has black color on #BE8560 background.


White color preview on #BE8560 background

This text has white color on #BE8560 background.