COLOR #BE815D

HEX: #BE815D
RGB: (190,129,93)

Color info

#BE815D contains mainly red color. Web safe color of #BE815D is #CC9966 (or #C96).

RGB color model

#BE815D color RGB value is (190,129,93).

  • red value is 190;
  • green value is 129;
  • blue value is 93.
RGB:
(190,129,93)
(75%,51%,36%)

RGB channels and saturation

R 190 of 255 = 75%
G 129 of 255 = 51%
B 93 of 255 = 36%

190
129
93

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

Portions of RGB colors in percentages

R + G + B =
190 + 129 + 93 = 412 (100%)
R 190 of 412 ~ 46.12%
G 129 of 412 ~ 31.31%
B 93 of 412 ~ 22.57%

%46.12
%31.31
%22.57

CMYK color model

#BE815D color CMYK value is (0,32,51,25).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 51.05%
  • key color value is 25.49%
CMYK:
(0,32,51,25)
C0M32Y51K25 
(0%,32%,51%,25%)
(0.00/0.32/0.51/0.25)	

CMYK percentages

%0
%32.11
%51.05
%25.49

Codes

Color #BE815D in popluar color models

BE815D
RGB19012993
HSL22°42.73%55.49%
HSB/HSV22°51.05%74.51%
CMYK0.00%32.11%51.05%
25.49%

Color #BE815D in popluar number systems.

HEXBE815D
Decimal19012993
Binary10111110100000011011101
Octal276201135

Shades and tints

Shades of #BE815D

#BE815D
(190,129,93)
#AD7655
(173,118,85)
#9C6B4D
(156,107,77)
#8B6045
(139,96,69)
#7A553D
(122,85,61)
#694A35
(105,74,53)
#583F2D
(88,63,45)
#473425
(71,52,37)
#36291D
(54,41,29)
#251E15
(37,30,21)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #BE815D

#BE815D
(190,129,93)
#C38C6B
(195,140,107)
#C89779
(200,151,121)
#CDA287
(205,162,135)
#D2AD95
(210,173,149)
#D7B8A3
(215,184,163)
#DCC3B1
(220,195,177)
#E1CEBF
(225,206,191)
#E6D9CD
(230,217,205)
#EBE4DB
(235,228,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE815D color. Also use rgb(190,129,93) instead hex code.

Text Font Color

.myTextColor { color: #BE815D; }

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

This text font color is #BE815D.


Background Color

.myBgColor { background-color: #BE815D; }

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

This div background color is #BE815D.


Border color

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

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

This div border color is #BE815D.


Opacity

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

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

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

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

This text has shadow with #BE815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE815D on black background.


Color preview on white background

This text has color #BE815D on white background.



Black color preview on #BE815D background

This text has black color on #BE815D background.


White color preview on #BE815D background

This text has white color on #BE815D background.