COLOR #BEB198

HEX: #BEB198 RGB: (190,177,152)

Color info

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

RGB color model

#BEB198 color RGB value is (190,177,152).

RGB: (190,177,152) (75%, 69%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 152 of 255 = 60%

190
177
152

R + G + B ~ 68%. #BEB198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 177 + 152 = 519 (100%)
R 190 of 519 ~ 36.61%
G 177 of 519 ~ 34.1%
B 152 of 519 ~ 29.29'%

%36.61
%34.1
%29.29

CMYK color model

#BEB198 color CMYK value is (0,7,20,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 20.00%
  • key color value is 25.49%

CMYK: (0,7,20,25)
C0M7Y20K25 (0%, 7%, 20%, 25%)
(0.00 / 0.07 / 0.20 / 0.25)

CMYK percentages

%0
%6.84
%20
%25.49

Codes

Color #BEB198 in popluar color models

BE B1 98
RGB 190 177 152
HSL 39° 22.62% 67.06%
HSB/HSV 39° 20.00% 74.51%
CMYK 0.00% 6.84% 20.00%
25.49%

Color #BEB198 in popluar number systems.

HEX BE B1 98
Decimal 190 177 152
Binary 10111110 10110001 10011000
Octal 276 261 230

Shades and tints

Shades of #BEB198

#BEB198
(190,177,152)
#ADA18B
(173,161,139)
#9C917E
(156,145,126)
#8B8171
(139,129,113)
#7A7164
(122,113,100)
#696157
(105,97,87)
#58514A
(88,81,74)
#47413D
(71,65,61)
#363130
(54,49,48)
#252123
(37,33,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEB198

#BEB198
(190,177,152)
#C3B8A1
(195,184,161)
#C8BFAA
(200,191,170)
#CDC6B3
(205,198,179)
#D2CDBC
(210,205,188)
#D7D4C5
(215,212,197)
#DCDBCE
(220,219,206)
#E1E2D7
(225,226,215)
#E6E9E0
(230,233,224)
#EBF0E9
(235,240,233)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB198 color. Also use rgb(190,177,152) instead hex code.

Text Font Color

.myTextColor { color: #BEB198; }

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

This text font color is #BEB198.

Background Color

.myBgColor { background-color: #BEB198; }

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

This div background color is #BEB198.

Border color

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

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

This div border color is #BEB198.

Opacity

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

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

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

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

This text has shadow with #BEB198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB198.

Preview

Color preview on black background

This text has color #BEB198 on black background.


Color preview on white background

This text has color #BEB198 on white background.


Black color preview on #BEB198 background

This text has black color on #BEB198 background.


White color preview on #BEB198 background

This text has white color on #BEB198 background.


Related colors

Complementary color

Complementary color for #hex is #414E67.


I love getcolorcode.com

Triadic colors

1 #98BEB1 and #B198BE with #BEB198 are triadic colors.

2 #98B1BE and #B1BE98 with #BEB198 are triadic colors.