COLOR #BEB297

HEX: #BEB297 RGB: (190,178,151)

Color info

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

RGB color model

#BEB297 color RGB value is (190,178,151).

RGB: (190,178,151) (75%, 70%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 151 of 255 = 59%

190
178
151

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

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 151 = 519 (100%)
R 190 of 519 ~ 36.61%
G 178 of 519 ~ 34.3%
B 151 of 519 ~ 29.09'%

%36.61
%34.3
%29.09

CMYK color model

#BEB297 color CMYK value is (0,6,21,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 20.53%
  • key color value is 25.49%

CMYK: (0,6,21,25)
C0M6Y21K25 (0%, 6%, 21%, 25%)
(0.00 / 0.06 / 0.21 / 0.25)

CMYK percentages

%0
%6.32
%20.53
%25.49

Codes

Color #BEB297 in popluar color models

BE B2 97
RGB 190 178 151
HSL 42° 23.08% 66.86%
HSB/HSV 42° 20.53% 74.51%
CMYK 0.00% 6.32% 20.53%
25.49%

Color #BEB297 in popluar number systems.

HEX BE B2 97
Decimal 190 178 151
Binary 10111110 10110010 10010111
Octal 276 262 227

Shades and tints

Shades of #BEB297

#BEB297
(190,178,151)
#ADA28A
(173,162,138)
#9C927D
(156,146,125)
#8B8270
(139,130,112)
#7A7263
(122,114,99)
#696256
(105,98,86)
#585249
(88,82,73)
#47423C
(71,66,60)
#36322F
(54,50,47)
#252222
(37,34,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BEB297

#BEB297
(190,178,151)
#C3B9A0
(195,185,160)
#C8C0A9
(200,192,169)
#CDC7B2
(205,199,178)
#D2CEBB
(210,206,187)
#D7D5C4
(215,213,196)
#DCDCCD
(220,220,205)
#E1E3D6
(225,227,214)
#E6EADF
(230,234,223)
#EBF1E8
(235,241,232)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB297 color. Also use rgb(190,178,151) instead hex code.

Text Font Color

.myTextColor { color: #BEB297; }

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

This text font color is #BEB297.

Background Color

.myBgColor { background-color: #BEB297; }

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

This div background color is #BEB297.

Border color

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

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

This div border color is #BEB297.

Opacity

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

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

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

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

This text has shadow with #BEB297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB297.

Preview

Color preview on black background

This text has color #BEB297 on black background.


Color preview on white background

This text has color #BEB297 on white background.


Black color preview on #BEB297 background

This text has black color on #BEB297 background.


White color preview on #BEB297 background

This text has white color on #BEB297 background.


Related colors

Complementary color

Complementary color for #hex is #414D68.


I love getcolorcode.com

Triadic colors

1 #97BEB2 and #B297BE with #BEB297 are triadic colors.

2 #97B2BE and #B2BE97 with #BEB297 are triadic colors.