COLOR #BE8666

HEX: #BE8666
RGB: (190,134,102)

Color info

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

RGB color model

#BE8666 color RGB value is (190,134,102).

  • red value is 190;
  • green value is 134;
  • blue value is 102.
RGB:
(190,134,102)
(75%,53%,40%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 102 of 255 = 40%

190
134
102

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

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 102 = 426 (100%)
R 190 of 426 ~ 44.6%
G 134 of 426 ~ 31.46%
B 102 of 426 ~ 23.94%

%44.6
%31.46
%23.94

CMYK color model

#BE8666 color CMYK value is (0,29,46,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 46.32%
  • key color value is 25.49%
CMYK:
(0,29,46,25)
C0M29Y46K25 
(0%,29%,46%,25%)
(0.00/0.29/0.46/0.25)	

CMYK percentages

%0
%29.47
%46.32
%25.49

Codes

Color #BE8666 in popluar color models

BE8666
RGB190134102
HSL22°40.37%57.25%
HSB/HSV22°46.32%74.51%
CMYK0.00%29.47%46.32%
25.49%

Color #BE8666 in popluar number systems.

HEXBE8666
Decimal190134102
Binary10111110100001101100110
Octal276206146

Shades and tints

Shades of #BE8666

#BE8666
(190,134,102)
#AD7A5D
(173,122,93)
#9C6E54
(156,110,84)
#8B624B
(139,98,75)
#7A5642
(122,86,66)
#694A39
(105,74,57)
#583E30
(88,62,48)
#473227
(71,50,39)
#36261E
(54,38,30)
#251A15
(37,26,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #BE8666

#BE8666
(190,134,102)
#C39173
(195,145,115)
#C89C80
(200,156,128)
#CDA78D
(205,167,141)
#D2B29A
(210,178,154)
#D7BDA7
(215,189,167)
#DCC8B4
(220,200,180)
#E1D3C1
(225,211,193)
#E6DECE
(230,222,206)
#EBE9DB
(235,233,219)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8666 color. Also use rgb(190,134,102) instead hex code.

Text Font Color

.myTextColor { color: #BE8666; }

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

This text font color is #BE8666.


Background Color

.myBgColor { background-color: #BE8666; }

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

This div background color is #BE8666.


Border color

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

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

This div border color is #BE8666.


Opacity

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

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

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

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

This text has shadow with #BE8666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8666 on black background.


Color preview on white background

This text has color #BE8666 on white background.



Black color preview on #BE8666 background

This text has black color on #BE8666 background.


White color preview on #BE8666 background

This text has white color on #BE8666 background.