COLOR #BE8552

HEX: #BE8552
RGB: (190,133,82)

Color info

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

RGB color model

#BE8552 color RGB value is (190,133,82).

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

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 82 of 255 = 32%

190
133
82

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 82 = 405 (100%)
R 190 of 405 ~ 46.91%
G 133 of 405 ~ 32.84%
B 82 of 405 ~ 20.25%

%46.91
%32.84
%20.25

CMYK color model

#BE8552 color CMYK value is (0,30,57,25).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 56.84%
  • key color value is 25.49%
CMYK:
(0,30,57,25)
C0M30Y57K25 
(0%,30%,57%,25%)
(0.00/0.30/0.57/0.25)	

CMYK percentages

%0
%30
%56.84
%25.49

Codes

Color #BE8552 in popluar color models

BE8552
RGB19013382
HSL28°45.38%53.33%
HSB/HSV28°56.84%74.51%
CMYK0.00%30.00%56.84%
25.49%

Color #BE8552 in popluar number systems.

HEXBE8552
Decimal19013382
Binary10111110100001011010010
Octal276205122

Shades and tints

Shades of #BE8552

#BE8552
(190,133,82)
#AD794B
(173,121,75)
#9C6D44
(156,109,68)
#8B613D
(139,97,61)
#7A5536
(122,85,54)
#69492F
(105,73,47)
#583D28
(88,61,40)
#473121
(71,49,33)
#36251A
(54,37,26)
#251913
(37,25,19)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #BE8552

#BE8552
(190,133,82)
#C39061
(195,144,97)
#C89B70
(200,155,112)
#CDA67F
(205,166,127)
#D2B18E
(210,177,142)
#D7BC9D
(215,188,157)
#DCC7AC
(220,199,172)
#E1D2BB
(225,210,187)
#E6DDCA
(230,221,202)
#EBE8D9
(235,232,217)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8552; }

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

This text font color is #BE8552.


Background Color

.myBgColor { background-color: #BE8552; }

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

This div background color is #BE8552.


Border color

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

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

This div border color is #BE8552.


Opacity

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

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

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

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

This text has shadow with #BE8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8552 on black background.


Color preview on white background

This text has color #BE8552 on white background.



Black color preview on #BE8552 background

This text has black color on #BE8552 background.


White color preview on #BE8552 background

This text has white color on #BE8552 background.