COLOR #BE9168

HEX: #BE9168
RGB: (190,145,104)

Color info

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

RGB color model

#BE9168 color RGB value is (190,145,104).

  • red value is 190;
  • green value is 145;
  • blue value is 104.
RGB:
(190,145,104)
(75%,57%,41%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 104 of 255 = 41%

190
145
104

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

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 104 = 439 (100%)
R 190 of 439 ~ 43.28%
G 145 of 439 ~ 33.03%
B 104 of 439 ~ 23.69%

%43.28
%33.03
%23.69

CMYK color model

#BE9168 color CMYK value is (0,24,45,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 45.26%
  • key color value is 25.49%
CMYK:
(0,24,45,25)
C0M24Y45K25 
(0%,24%,45%,25%)
(0.00/0.24/0.45/0.25)	

CMYK percentages

%0
%23.68
%45.26
%25.49

Codes

Color #BE9168 in popluar color models

BE9168
RGB190145104
HSL29°39.81%57.65%
HSB/HSV29°45.26%74.51%
CMYK0.00%23.68%45.26%
25.49%

Color #BE9168 in popluar number systems.

HEXBE9168
Decimal190145104
Binary10111110100100011101000
Octal276221150

Shades and tints

Shades of #BE9168

#BE9168
(190,145,104)
#AD845F
(173,132,95)
#9C7756
(156,119,86)
#8B6A4D
(139,106,77)
#7A5D44
(122,93,68)
#69503B
(105,80,59)
#584332
(88,67,50)
#473629
(71,54,41)
#362920
(54,41,32)
#251C17
(37,28,23)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BE9168

#BE9168
(190,145,104)
#C39B75
(195,155,117)
#C8A582
(200,165,130)
#CDAF8F
(205,175,143)
#D2B99C
(210,185,156)
#D7C3A9
(215,195,169)
#DCCDB6
(220,205,182)
#E1D7C3
(225,215,195)
#E6E1D0
(230,225,208)
#EBEBDD
(235,235,221)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9168 color. Also use rgb(190,145,104) instead hex code.

Text Font Color

.myTextColor { color: #BE9168; }

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

This text font color is #BE9168.


Background Color

.myBgColor { background-color: #BE9168; }

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

This div background color is #BE9168.


Border color

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

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

This div border color is #BE9168.


Opacity

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

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

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

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

This text has shadow with #BE9168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9168 on black background.


Color preview on white background

This text has color #BE9168 on white background.



Black color preview on #BE9168 background

This text has black color on #BE9168 background.


White color preview on #BE9168 background

This text has white color on #BE9168 background.