COLOR #BEB08A

HEX: #BEB08A
RGB: (190,176,138)

Color info

#BEB08A contains red, green and blue colors in about the same proportion. Web safe color of #BEB08A is #CC9999 (or #C99).

RGB color model

#BEB08A color RGB value is (190,176,138).

  • red value is 190;
  • green value is 176;
  • blue value is 138.
RGB:
(190,176,138)
(75%,69%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 138 of 255 = 54%

190
176
138

R + G + B ~ 66%. #BEB08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 138 = 504 (100%)
R 190 of 504 ~ 37.7%
G 176 of 504 ~ 34.92%
B 138 of 504 ~ 27.38%

%37.7
%34.92
%27.38

CMYK color model

#BEB08A color CMYK value is (0,7,27,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK:
(0,7,27,25)
C0M7Y27K25 
(0%,7%,27%,25%)
(0.00/0.07/0.27/0.25)	

CMYK percentages

%0
%7.37
%27.37
%25.49

Codes

Color #BEB08A in popluar color models

BEB08A
RGB190176138
HSL44°28.57%64.31%
HSB/HSV44°27.37%74.51%
CMYK0.00%7.37%27.37%
25.49%

Color #BEB08A in popluar number systems.

HEXBEB08A
Decimal190176138
Binary101111101011000010001010
Octal276260212

Shades and tints

Shades of #BEB08A

#BEB08A
(190,176,138)
#ADA07E
(173,160,126)
#9C9072
(156,144,114)
#8B8066
(139,128,102)
#7A705A
(122,112,90)
#69604E
(105,96,78)
#585042
(88,80,66)
#474036
(71,64,54)
#36302A
(54,48,42)
#25201E
(37,32,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BEB08A

#BEB08A
(190,176,138)
#C3B794
(195,183,148)
#C8BE9E
(200,190,158)
#CDC5A8
(205,197,168)
#D2CCB2
(210,204,178)
#D7D3BC
(215,211,188)
#DCDAC6
(220,218,198)
#E1E1D0
(225,225,208)
#E6E8DA
(230,232,218)
#EBEFE4
(235,239,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB08A color. Also use rgb(190,176,138) instead hex code.

Text Font Color

.myTextColor { color: #BEB08A; }

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

This text font color is #BEB08A.


Background Color

.myBgColor { background-color: #BEB08A; }

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

This div background color is #BEB08A.


Border color

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

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

This div border color is #BEB08A.


Opacity

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

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

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

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

This text has shadow with #BEB08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB08A on black background.


Color preview on white background

This text has color #BEB08A on white background.



Black color preview on #BEB08A background

This text has black color on #BEB08A background.


White color preview on #BEB08A background

This text has white color on #BEB08A background.