COLOR #BEB098

HEX: #BEB098 RGB: (190,176,152)

Color info

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

RGB color model

#BEB098 color RGB value is (190,176,152).

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

RGB channels and saturation

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

190
176
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 152 = 518 (100%)
R 190 of 518 ~ 36.68%
G 176 of 518 ~ 33.98%
B 152 of 518 ~ 29.34'%

%36.68
%33.98
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • 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
%7.37
%20
%25.49

Codes

Color #BEB098 in popluar color models

BE B0 98
RGB 190 176 152
HSL 38° 22.62% 67.06%
HSB/HSV 38° 20.00% 74.51%
CMYK 0.00% 7.37% 20.00%
25.49%

Color #BEB098 in popluar number systems.

HEX BE B0 98
Decimal 190 176 152
Binary 10111110 10110000 10011000
Octal 276 260 230

Shades and tints

Shades of #BEB098

#BEB098
(190,176,152)
#ADA08B
(173,160,139)
#9C907E
(156,144,126)
#8B8071
(139,128,113)
#7A7064
(122,112,100)
#696057
(105,96,87)
#58504A
(88,80,74)
#47403D
(71,64,61)
#363030
(54,48,48)
#252023
(37,32,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEB098

#BEB098
(190,176,152)
#C3B7A1
(195,183,161)
#C8BEAA
(200,190,170)
#CDC5B3
(205,197,179)
#D2CCBC
(210,204,188)
#D7D3C5
(215,211,197)
#DCDACE
(220,218,206)
#E1E1D7
(225,225,215)
#E6E8E0
(230,232,224)
#EBEFE9
(235,239,233)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB098; }

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

This text font color is #BEB098.

Background Color

.myBgColor { background-color: #BEB098; }

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

This div background color is #BEB098.

Border color

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

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

This div border color is #BEB098.

Opacity

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

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

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

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

This text has shadow with #BEB098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB098.

Preview

Color preview on black background

This text has color #BEB098 on black background.


Color preview on white background

This text has color #BEB098 on white background.


Black color preview on #BEB098 background

This text has black color on #BEB098 background.


White color preview on #BEB098 background

This text has white color on #BEB098 background.


Related colors

Complementary color

Complementary color for #hex is #414F67.


I love getcolorcode.com

Triadic colors

1 #98BEB0 and #B098BE with #BEB098 are triadic colors.

2 #98B0BE and #B0BE98 with #BEB098 are triadic colors.