COLOR #BEB0A7

HEX: #BEB0A7 RGB: (190,176,167)

Color info

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

RGB color model

#BEB0A7 color RGB value is (190,176,167).

RGB: (190,176,167) (75%, 69%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 167 of 255 = 65%

190
176
167

R + G + B ~ 70%. #BEB0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 167 = 533 (100%)
R 190 of 533 ~ 35.65%
G 176 of 533 ~ 33.02%
B 167 of 533 ~ 31.33'%

%35.65
%33.02
%31.33

CMYK color model

#BEB0A7 color CMYK value is (0,7,12,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (0,7,12,25)
C0M7Y12K25 (0%, 7%, 12%, 25%)
(0.00 / 0.07 / 0.12 / 0.25)

CMYK percentages

%0
%7.37
%12.11
%25.49

Codes

Color #BEB0A7 in popluar color models

BE B0 A7
RGB 190 176 167
HSL 23° 15.03% 70.00%
HSB/HSV 23° 12.11% 74.51%
CMYK 0.00% 7.37% 12.11%
25.49%

Color #BEB0A7 in popluar number systems.

HEX BE B0 A7
Decimal 190 176 167
Binary 10111110 10110000 10100111
Octal 276 260 247

Shades and tints

Shades of #BEB0A7

#BEB0A7
(190,176,167)
#ADA098
(173,160,152)
#9C9089
(156,144,137)
#8B807A
(139,128,122)
#7A706B
(122,112,107)
#69605C
(105,96,92)
#58504D
(88,80,77)
#47403E
(71,64,62)
#36302F
(54,48,47)
#252020
(37,32,32)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #BEB0A7

#BEB0A7
(190,176,167)
#C3B7AF
(195,183,175)
#C8BEB7
(200,190,183)
#CDC5BF
(205,197,191)
#D2CCC7
(210,204,199)
#D7D3CF
(215,211,207)
#DCDAD7
(220,218,215)
#E1E1DF
(225,225,223)
#E6E8E7
(230,232,231)
#EBEFEF
(235,239,239)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0A7; }

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

This text font color is #BEB0A7.

Background Color

.myBgColor { background-color: #BEB0A7; }

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

This div background color is #BEB0A7.

Border color

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

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

This div border color is #BEB0A7.

Opacity

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

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

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

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

This text has shadow with #BEB0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB0A7.

Preview

Color preview on black background

This text has color #BEB0A7 on black background.


Color preview on white background

This text has color #BEB0A7 on white background.


Black color preview on #BEB0A7 background

This text has black color on #BEB0A7 background.


White color preview on #BEB0A7 background

This text has white color on #BEB0A7 background.


Related colors

Complementary color

Complementary color for #hex is #414F58.


I love getcolorcode.com

Triadic colors

1 #A7BEB0 and #B0A7BE with #BEB0A7 are triadic colors.

2 #A7B0BE and #B0BEA7 with #BEB0A7 are triadic colors.